]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - usr.sbin/bhyve
cr_canseejailproc(): New privilege, no direct check for UID 0
[FreeBSD/FreeBSD.git] / usr.sbin / bhyve /
2023-12-02 Martin Matuskazfs: merge openzfs/zfs@d99134be8 (zfs-2.1-release)...
2023-10-27 Gleb Smirnoffbhyve: fix arguments to ioctl(VMIO_SIOCSIFFLAGS)
2023-10-24 John Baldwinbhyve: Replace many fprintf(stderr, ...) calls with...
2023-10-24 John Baldwinbhyve ahci: Replace WPRINTF with EPRINTLN
2023-10-24 John Baldwinbhyve: Some fwctl simplifications.
2023-10-24 Yuri Pankovbhyve: Document the hw.vmm.maxcpu tunable and the curre...
2023-10-24 Jan Bramkampbhyve: Use VMIO_SIOCSIFFLAGS instead of SIOCGIFFLAGS
2023-09-30 Martin Matuskazfs: merge openzfs/zfs@eb62221ff (zfs-2.1-release)...
2023-09-06 John Baldwinbhyve: Store the FreeBSD OUI in little-endian in the...
2023-08-23 Warner LoshRemove $FreeBSD$: two-line nroff pattern
2023-08-23 Warner LoshRemove $FreeBSD$: one-line sh pattern
2023-08-23 Warner LoshRemove $FreeBSD$: one-line .c pattern
2023-08-23 Warner LoshRemove $FreeBSD$: two-line .h pattern
2023-08-18 Corvin Köhnebhyve: add bootindex option for several devices
2023-08-18 Corvin Köhnebhyve: add helper to create a bootorder
2023-08-18 Corvin Köhnebhyve: pass address of OpRegion to the guest
2023-08-18 Corvin Köhnebhyve: copy OpRegion into guest memory
2023-08-18 Corvin Köhnebhyve: read OpRegion address and size for GVT-d
2023-08-18 Corvin Köhnebhyve: emulate graphics stolen memory register
2023-08-18 Corvin Köhnebhyve: allocate guest memory for graphics stolen memory
2023-08-18 Corvin Köhnebhyve: read out graphics stolen memory address and...
2023-08-18 Corvin Köhnebhyve: add empty GVT-d emulation
2023-08-18 Corvin Köhnebhyve: import OpRegion definitions
2023-08-18 Corvin Köhnebhyve: add helper for passthru specific mmio ranges
2023-08-18 Corvin Köhnebhyve: make passthru sel public available
2023-08-18 Corvin Köhnebhyve: allow adding FwCfg items to ACPI tables
2023-08-18 Corvin Köhnebhyve: add cmdline option for user defined fw_cfg items
2023-08-18 Vitaliy Gusevbhyve: rename 'structs' snapshot key with 'kern_structs'
2023-08-18 Vitaliy Gusevbhyve: add .pe_snapshot method for PCI 'hostbridge'
2023-08-18 Vitaliy Gusevbhyve: add bus, slot and func to device name
2023-08-18 Vitaliy Gusevbhyve: rename 'user_dev' with 'devices'
2023-08-17 John Baldwinbhyve: Remove vestigial support for setting max vCPUs.
2023-08-17 Bojan Novkovićbhyve: fix vCPU single-stepping on VMX
2023-08-17 Corvin Köhnebhyve: don't panic if e820 finds no available memory
2023-08-01 John Baldwinbhyve: Fully reset the fwctl state machine if the guest...
2023-08-01 Mark Johnstonbhyve: Stop calling pci_lintr_request() in the NVMe...
2023-07-25 Warner Loshspdx: The BSD-2-Clause-FreeBSD identifier is obsolete...
2023-07-18 Mark Johnstonbhyve: Deduplicate some code in modify_bar_registration()
2023-07-05 Mark Johnstonbhyve: Rename a pci_cfgrw() parameter
2023-06-26 Mark Johnstonbhyve: Include vmm.h via the usual path
2023-06-26 Mark Johnstonbhyve: Remove some unneeded includes of segments.h
2023-06-17 Martin Matuskazfs: merge openzfs/zfs@86783d7d9 (zfs-2.1-release)...
2023-05-08 Corvin Köhnebhyve: pass E820 table to guest
2023-05-08 Corvin Köhnebhyve: add E820 dump function
2023-05-08 Corvin Köhnebhyve: add allocation function to E820
2023-05-08 Corvin Köhnebhyve: add common memory holes to E820 table
2023-05-08 Corvin Köhnebhyve: add basic E820 implementation
2023-05-08 Corvin Köhnebhyve: make use of qemus acpi table loader
2023-05-08 Corvin Köhnebhyve: add helper struct for qemus acpi table loader
2023-05-03 John Baldwinbhyve: Don't return -ENOMEM from qemu_fwcfg_add_file.
2023-05-03 John Baldwinbhyve: Accept a variable-length string name for qemu_fw...
2023-04-28 Vitaliy Gusevbhyve: remove redundant variable
2023-04-28 Corvin Köhnebhyve: add QEMU_FWCFG_INDEX_MAX_CPUS item
2023-04-28 Corvin Köhnebhyve: add hook for PCI header of passthru devices
2023-04-28 Corvin Köhnebhyve: define array to protect passthru regs
2023-04-28 Corvin Köhnebhyve: save softc of ACPI devices
2023-04-28 Corvin Köhnebhyve: allow device specific DSDT entries
2023-04-28 Corvin Köhnebhyve: check for errors when writing device specific...
2023-04-28 Corvin Köhnebhyve: allow building device specific ACPI tables
2023-04-28 Corvin Köhnebhyve: introduce acpi_device_emul struct
2023-04-28 Corvin Köhnebhyve: add config option to modify LPC IDs
2023-04-23 Martin Matuskazfs: merge openzfs/zfs@e25f9131d (zfs-2.1-release)...
2023-04-11 Corvin Köhnebhyve: add QEMU_FWCFG_INDEX_NB_CPUS item
2023-04-06 Corvin Köhnebhyve: return EEXIST when adding a fwcfg item twice
2023-04-06 Corvin Köhnebhyve: remove unnecessary const qualifier in acpi_device.h
2023-04-05 Corvin Köhnebhyve: make use of helper to read PCI IDs from bhyve...
2023-04-05 Corvin Köhnebhyve: add helper to read PCI IDs from bhyve config
2023-03-27 Mark Johnstonbhyve: Sleep briefly in the VMEXIT_DEBUG handler
2023-03-27 Corvin Köhnebhyve: add cmdline option to enable qemu's fwcfg
2023-03-27 Corvin Köhnebhyve: add helper for adding fwcfg files
2023-03-17 Vitaliy Gusevbhyve: init checkput before caph_enter
2023-03-17 Vitaliy Gusevbhyve: exit with EX_OSERR if init checkpoint or restore...
2023-03-17 Vitaliy Gusevbhyve: add cap limits for ipc socket
2023-03-17 Vitaliy Gusevbhyve: don't flush readonly device at blockif_pause
2023-03-17 Vitaliy Gusevbhyve: fix resume for vms with guest_ncpus > 1
2023-03-17 Vitaliy Gusevbhyve: fix restore of kernel structs
2023-03-17 Corvin Köhnebhyve: add common fwcfg items
2023-03-17 Corvin Köhnebhyve: add helper to add fwcfg items
2023-02-28 Corvin Köhnebhyve: add emulation for qemu's fwcfg data port
2023-02-28 Corvin Köhnebhyve: add emulation for the qemu fwcfg selector port
2023-02-28 Corvin Köhnebhyve: add basic qemu fwcfg implementation
2023-02-28 Corvin Köhnebhyve: maintain a list of acpi devices
2023-02-28 Corvin Köhnebhyve: add helper func to write a dsdt entry
2023-02-28 Corvin Köhnebhyve: add helper func to add acpi resources
2023-02-28 Corvin Köhnebhyve: add helper struct for acpi device handling
2023-01-26 John Baldwinbhyve: Mark pci_de_vinput as const.
2023-01-26 John Baldwinbhyve: Fix a buffer overread in the PCI hda device...
2023-01-26 John Baldwinbhyve: Fix a global buffer overread in the PCI hda...
2023-01-26 John Baldwinbhyve: Remove vmctx argument from PCI device model...
2023-01-26 John Baldwinbhyve: Fix a mismerge in the PCI passthrough device...
2023-01-26 John Baldwinbhyve: Avoid triggering false -Wfree-nonheap-object...
2023-01-26 John Baldwinbhyve: Simplify spinup_ap_realmode slightly.
2023-01-26 John Baldwinbhyve: Tidy vCPU pthread startup.
2023-01-26 John Baldwinbhyve: Don't access vcpumap[vcpu] directly in parse_cpu...
2023-01-26 John Baldwinbhyve: Allocate struct vm_exit on the stack in vm_loop.
2023-01-26 John Baldwinbhyve: Remove some no-op code for setting RIP.
2023-01-26 John Baldwinbhyve: Simplify setting vCPU capabilities.
2023-01-26 John Baldwinbhyve: Remove unused return value from spinup_ap.
2023-01-26 John Baldwinbhyve: Remove handler for VM_EXITCODE_SPINUP_AP.
2023-01-26 John Baldwinbhyve: Remove the unused vcpu argument from all of...
next