]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - usr.sbin/bhyve
bhyve: Pass a vCPU ID of 0 to vm_setup_pptdev_msi*.
[FreeBSD/FreeBSD.git] / usr.sbin / bhyve /
2023-01-26 John Baldwinbhyve: Pass a vCPU ID of 0 to vm_setup_pptdev_msi*.
2023-01-26 John Baldwinbhyve: Remove unused argument from pci_nvme_handle_door...
2023-01-26 John Baldwinbhyve: Remove unused vm and vcpu arguments from vm_copy...
2023-01-26 John Baldwinbhyve: Avoid passing a possible garbage pointer to...
2023-01-26 John Baldwinbhyve: Appease warning about a potentially unaligned...
2023-01-26 John Baldwinbhyve: Fix sign compare warnings in the NVMe device...
2023-01-26 John Baldwinbhyve: Avoid unlikely truncation of the blockif ident...
2023-01-26 John Baldwinbhyve: Clear lid to 0 for internal device errors for...
2023-01-26 John Baldwinbhyve: Don't leak uninitialized bits in NVMe completion...
2023-01-26 John Baldwinbhyve: Fix sign compare warnings in the e1000 device...
2023-01-26 John Baldwinbhyve basl: Use GCC pragmas.
2023-01-26 Mark Johnstonbhyve: Enable the default compiler warnings
2023-01-26 John Baldwinbhyve: Mark pci_de_vinput as static.
2023-01-26 Mark Johnstonbhyve: Let BASL compile with raised warnings
2023-01-26 Mark Johnstonbhyve: Avoid using a packed struct for xhci port registers
2023-01-26 Mark Johnstonbhyve: Fix a typo in a comment
2023-01-26 Mark Johnstonbhyve: Address warnings about potential unaligned acces...
2023-01-26 Warner Loshbhyve: Implement MSR_MISC_FEATURES_ENABLES
2023-01-26 Mark Johnstonbhyve: Remove an unused parameter from pci_nvme_append_...
2023-01-26 Mark Johnstonbhyve: Address signed/unsigned comparison warnings...
2023-01-26 Mark Johnstonbhyve: Address some signed/unsigned comparison warnings
2023-01-26 Mark Johnstonbhyve: Address signed/unsigned comparison warnings...
2023-01-26 Mark Johnstonbhyve: Address warnings in blockif_proc()
2023-01-26 Mark Johnstonbhyve: Drop a bogus const qualifier
2023-01-26 Mark Johnstonbhyve: Put the prototype for vmexit_task_switch() in...
2023-01-26 Mark Johnstonbhyve: Annotate an unused function as such
2023-01-26 Mark Johnstonbhyve: USB device model structures can be qualified...
2023-01-26 Mark Johnstonbhyve: Fix some warnings in the snapshot code
2023-01-26 Mark Johnstonbhyve: Put the prototype for vga_render() in a header
2023-01-26 Mark Johnstonbhyve: Use the proper type for string literals
2023-01-26 Mark Johnstonbhyve: Avoid arithmetic on void pointers
2023-01-26 Mark Johnstonbhyve: Address some warnings in bhyverun.c
2023-01-26 Mark Johnstonbhyve: Make hda_ops function tables const
2023-01-26 Mark Johnstonbhyve: Annotate unused function parameters
2023-01-26 Mark Johnstonbhyve: Use designated initializers for virtio_consts...
2023-01-26 Mark Johnstonbhyve: Address some warnings in bhyverun.c
2023-01-26 Chuck Tufflibhyve nvme: Fix Controller init error cases
2023-01-26 Vitaliy Gusevbhyve: Snapshot impovements for 'blockif' backend
2023-01-26 Vitaliy Gusevbhyve: Enable suspend/resume support for virtio-blk.
2023-01-26 James Mintrambhyve: Report an error for invalid UUIDs.
2023-01-26 Yan Ka Chiubhyve: Fix virtio-console legacy configuration parsing
2023-01-26 Christian Weisgerberman pages: Fix typo
2023-01-26 Andy Fiddamanbhyve: missing mutex initializations
2023-01-26 Andy Fiddamanbhyve: plug memory leak in topology_parse()
2023-01-26 Mark Johnstonbhyve: Fix getaddrinfo() error handling
2023-01-26 Toomas Soomebhyve: clean up trailing whitespaces
2023-01-26 Mateusz Piotrowskibhyve.8: Fix markup of the -G flag
2023-01-26 Ka Ho Ngbhyve: Fix pci device node key in bhyve_config.5
2023-01-26 Mariusz Zaborskibhyve: change a default address from ANY to localhost
2023-01-26 Robert Crowstonbhyve: enhance debug info for memory range clash
2023-01-26 Filipe da Silva... bhyve: Fix build when BHYVE_SNAPSHOT is set
2023-01-26 Robert Wingbhyve/snapshot: ..back to SOCK_STREAM
2023-01-26 Robert Wingbhyve: use linker set for ipc commands
2023-01-26 Robert Wingbhyve: sweep MAX_VMNAME
2023-01-26 Robert Wingbhyve/snapshot: limit snapshot filename to NAME_MAX
2023-01-26 Robert Winglibvmm: constify vm_get_name()
2023-01-26 Robert Wingbhyve/snapshot: use a string for cmd element in the...
2023-01-26 Robert Wingbhyve/snapshot: switch to nvlist for snapshot requests
2023-01-26 Robert Wingbhyve/snapshot: fix pthread_create() error check
2023-01-26 Robert Wingbhyve/snapshot: split up mutex/cond initialization...
2023-01-26 Robert Wingbhyve/snapshot: provide a way to send other messages...
2023-01-26 Robert Wingbhyve/snapshot: use SOCK_DGRAM instead of SOCK_STREAM
2023-01-26 Robert Wingbhyve/snapshot: rename and bump size of MAX_SNAPSHOT_VMNAME
2023-01-26 Robert Wingbhyve/snapshot: rename checkpoint_opcodes to be more...
2023-01-26 Robert Wingbhyve/snapshot: drop mkdir when creating the unix domai...
2023-01-26 Robert Winglibvmm: clean up vmmapi.h
2023-01-26 Martin Matuskazfs: merge openzfs/zfs@92e0d9d18 (zfs-2.1-release)...
2023-01-24 Corvin KöhneAdd a virtio-input device emulation.
2023-01-24 John Baldwinbhyve: Use XHCI_PORTREG_PTR in one place that open...
2023-01-20 Chuck Tufflibhyve nvme: Fix uninitialized pointer
2022-12-17 Alexander Motinbhyve virtio-scsi: Fix residual reporting.
2022-12-15 Mark Johnstonbhyve: Disable thread safety analysis
2022-12-15 Mark Johnstonbhyve: Address an unused parameter warning in the smbio...
2022-12-13 Corvin Köhnebhyve: build SPCR ACPI table
2022-12-09 Corvin Köhnevmm: permit some IPIs to be handled by userspace
2022-12-09 Corvin Köhnebhyve: create all vcpus on startup
2022-12-09 Corvin Köhnebhyve: fix spelling mistake in passthru emulation
2022-12-08 Corvin Köhnebhyve: add varfile option to nvlist of lpc device
2022-12-08 Rebecca Cranbhyve: Support a _VARS.fd file for bootrom
2022-12-06 Martin Matuskazfs: merge openzfs/zfs@21bd76613 (zfs-2.1-release)...
2022-12-05 Corvin Köhnebhyve: use dynamic ACPI table offsets
2022-12-05 Corvin Köhnebhyve: build RSDP table by basl
2022-12-05 Corvin Köhnebhyve: build RSDT table by basl
2022-12-05 Corvin Köhnebhyve: build XSDT table by basl
2022-12-05 Corvin Köhnebhyve: build FADT table by basl
2022-12-05 Corvin Köhnebhyve: build MADT table by basl
2022-12-05 Corvin Köhnebhyve: build HPET table by basl
2022-12-05 Corvin Köhnebhyve: add helper to fill a ACPI_GENERIC_ADDRESS
2022-12-05 Corvin Köhnebhyve: build MCFG table by basl
2022-12-05 Corvin Köhnebhyve: add helper to append a basl table without a...
2022-12-05 Corvin Köhnebhyve: make basl_table_add_* functions public
2022-12-05 Corvin Köhnebhyve: build FACS table by basl
2022-11-30 Corvin Köhnebhyve: build DSDT table by basl
2022-11-30 Corvin Köhnebhyve: add basl support for common table header
2022-11-30 Corvin Köhnebhyve: use basl to load ACPI tables
2022-11-29 Mark Johnstonbhyve: Drop volatile qualifiers from xhci hw struct...
2022-11-29 Mark Johnstonbhyve: Cast away const when fetching a config nvlist
2022-11-29 Mark Johnstonbhyve: Drop volatile qualifiers from virtio rings
2022-11-29 Mark Johnstonbhyve: Drop volatile qualifiers from snapshot code
2022-11-29 Corvin Köhnebhyve: add basl support for pointers
next