freebsd-dev/usr.sbin/bhyve
John Baldwin c6efcb1281 bhyve: Support setting the disk serial number for VirtIO block devices.
Reviewed by:	allanjude
Obtained from:	illumos
Differential Revision:	https://reviews.freebsd.org/D31983
2021-09-17 09:55:48 -07:00
..
acpi.c
acpi.h
ahci.h
atkbdc.c
atkbdc.h
audio.c
audio.h
bhyve_config.5 bhyve: Support setting the disk serial number for VirtIO block devices. 2021-09-17 09:55:48 -07:00
bhyve.8 byhve: add option to specify IP address for gdb 2021-08-21 19:43:17 +02:00
bhyvegc.c
bhyvegc.h
bhyverun.c byhve: add option to specify IP address for gdb 2021-08-21 19:43:17 +02:00
bhyverun.h Refactor configuration management in bhyve. 2021-03-18 16:30:26 -07:00
block_if.c bhyve: Use fspacectl(2) for BOP_DELETE on regular file images 2021-08-07 17:10:30 +08:00
block_if.h bhyve: Add support for handling disk resize events to block_if. 2021-06-11 18:00:24 -07:00
bootrom.c
bootrom.h
config.c Refactor configuration management in bhyve. 2021-03-18 16:30:26 -07:00
config.h Refactor configuration management in bhyve. 2021-03-18 16:30:26 -07:00
console.c Append Keyboard Layout specified option for using VNC. 2021-04-21 12:40:44 +02:00
console.h Append Keyboard Layout specified option for using VNC. 2021-04-21 12:40:44 +02:00
debug.h
fwctl.c
fwctl.h
gdb.c bhyve: change a default address from ANY to localhost 2021-08-21 19:43:17 +02:00
gdb.h byhve: add option to specify IP address for gdb 2021-08-21 19:43:17 +02:00
hda_codec.c Refactor configuration management in bhyve. 2021-03-18 16:30:26 -07:00
hda_reg.h
hdac_reg.h
inout.c Refactor configuration management in bhyve. 2021-03-18 16:30:26 -07:00
inout.h Refactor configuration management in bhyve. 2021-03-18 16:30:26 -07:00
ioapic.c
ioapic.h
iov.c
iov.h
kernemu_dev.c
kernemu_dev.h
Makefile Add a virtio-input device emulation. 2021-06-08 19:05:09 +10:00
Makefile.depend
Makefile.depend.options
mem.c bhyve: enhance debug info for memory range clash 2021-06-13 16:41:45 -06:00
mem.h
mevent_test.c Refactor configuration management in bhyve. 2021-03-18 16:30:26 -07:00
mevent.c bhyve: Add support for EVFILT_VNODE mevents. 2021-06-11 18:00:24 -07:00
mevent.h bhyve: Add support for EVFILT_VNODE mevents. 2021-06-11 18:00:24 -07:00
mptbl.c
mptbl.h
net_backends.c bhyve: net_backends, automatically IFF_UP tap devices 2021-08-01 20:50:53 +00:00
net_backends.h Refactor configuration management in bhyve. 2021-03-18 16:30:26 -07:00
net_utils.c Refactor configuration management in bhyve. 2021-03-18 16:30:26 -07:00
net_utils.h Refactor configuration management in bhyve. 2021-03-18 16:30:26 -07:00
pci_ahci.c Refactor configuration management in bhyve. 2021-03-18 16:30:26 -07:00
pci_e82545.c Refactor configuration management in bhyve. 2021-03-18 16:30:26 -07:00
pci_emul.c bhyve: support relocating fbuf and passthru data BARs 2021-03-19 11:04:36 +08:00
pci_emul.h bhyve: support relocating fbuf and passthru data BARs 2021-03-19 11:04:36 +08:00
pci_fbuf.c bhyve: support relocating fbuf and passthru data BARs 2021-03-19 11:04:36 +08:00
pci_hda.c Refactor configuration management in bhyve. 2021-03-18 16:30:26 -07:00
pci_hda.h Refactor configuration management in bhyve. 2021-03-18 16:30:26 -07:00
pci_hostbridge.c bhyve hostbridge: Rename "device" property to "devid". 2021-03-24 09:29:15 -07:00
pci_irq.c
pci_irq.h
pci_lpc.c Refactor configuration management in bhyve. 2021-03-18 16:30:26 -07:00
pci_lpc.h
pci_nvme.c bhyve: Nuke double-semicolons 2021-08-30 15:31:04 +08:00
pci_passthru.c bhyve: Use pci(4) to access I/O port BARs 2021-08-14 10:59:04 -04:00
pci_uart.c Refactor configuration management in bhyve. 2021-03-18 16:30:26 -07:00
pci_virtio_9p.c bhyve: Fix vq_getchain() error handling bugs in various device models 2021-08-24 14:29:13 -04:00
pci_virtio_block.c bhyve: Support setting the disk serial number for VirtIO block devices. 2021-09-17 09:55:48 -07:00
pci_virtio_console.c bhyve: Fix vq_getchain() error handling bugs in various device models 2021-08-24 14:29:13 -04:00
pci_virtio_input.c Add a virtio-input device emulation. 2021-06-08 19:05:09 +10:00
pci_virtio_net.c bhyve: change vq_getchain to return iovecs in both directions 2021-03-30 16:44:07 +08:00
pci_virtio_rnd.c bhyve: Fix vq_getchain() error handling bugs in various device models 2021-08-24 14:29:13 -04:00
pci_virtio_scsi.c bhyve: Nuke double-semicolons 2021-08-30 15:31:04 +08:00
pci_xhci.c Fix typo in xhci nvlist node name, and also increment device counter. 2021-04-03 14:32:54 +10:00
pci_xhci.h
pctestdev.c Refactor configuration management in bhyve. 2021-03-18 16:30:26 -07:00
pctestdev.h Refactor configuration management in bhyve. 2021-03-18 16:30:26 -07:00
pm.c
post.c
ps2kbd.c Append Keyboard Layout specified option for using VNC. 2021-04-21 12:40:44 +02:00
ps2kbd.h
ps2mouse.c
ps2mouse.h
rfb.c Append Keyboard Layout specified option for using VNC. 2021-04-21 12:40:44 +02:00
rfb.h
rtc.c Refactor configuration management in bhyve. 2021-03-18 16:30:26 -07:00
rtc.h Refactor configuration management in bhyve. 2021-03-18 16:30:26 -07:00
smbiostbl.c bhyve: add SMBIOS Baseboard Information 2021-04-12 08:09:52 -07:00
smbiostbl.h
snapshot.c bhyve/snapshot: split up mutex/cond initialization from socket creation 2021-05-21 11:23:06 -08:00
snapshot.h bhyve/snapshot: split up mutex/cond initialization from socket creation 2021-05-21 11:23:06 -08:00
sockstream.c
sockstream.h
spinup_ap.c
spinup_ap.h
task_switch.c
uart_emul.c Refactor configuration management in bhyve. 2021-03-18 16:30:26 -07:00
uart_emul.h Refactor configuration management in bhyve. 2021-03-18 16:30:26 -07:00
usb_emul.c Refactor configuration management in bhyve. 2021-03-18 16:30:26 -07:00
usb_emul.h Refactor configuration management in bhyve. 2021-03-18 16:30:26 -07:00
usb_mouse.c Refactor configuration management in bhyve. 2021-03-18 16:30:26 -07:00
vga.c
vga.h
virtio.c Add a virtio-input device emulation. 2021-06-08 19:05:09 +10:00
virtio.h bhyve: Split out a lower-level helper for VirtIO interrupts. 2021-06-11 18:00:25 -07:00
vmgenc.c
vmgenc.h
xmsr.c bhyve: implement rdmsr for MSR_IA32_FEATURE_CONTROL 2021-04-15 13:49:19 +10:00
xmsr.h