freebsd-dev/usr.sbin/bhyve
Mariusz Zaborski 845b273728 bhyve: fix build without casper/capsicum support
Fix typo introduced in 966026246e.

Pointed out by:	jbeich
2021-01-03 18:17:04 +01:00
..
acpi.c
acpi.h
ahci.h
atkbdc.c Initial support for bhyve save and restore. 2020-05-05 00:02:04 +00:00
atkbdc.h Initial support for bhyve save and restore. 2020-05-05 00:02:04 +00:00
audio.c
audio.h
bhyve.8 Remove bvmconsole and bvmdebug. 2020-12-23 17:15:23 -09:00
bhyvegc.c
bhyvegc.h
bhyverun.c Remove bvmconsole and bvmdebug. 2020-12-23 17:15:23 -09:00
bhyverun.h Initial support for bhyve save and restore. 2020-05-05 00:02:04 +00:00
block_if.c Initial support for bhyve save and restore. 2020-05-05 00:02:04 +00:00
block_if.h Initial support for bhyve save and restore. 2020-05-05 00:02:04 +00:00
bootrom.c
bootrom.h
console.c
console.h
debug.h
fwctl.c
fwctl.h
gdb.c Add bhyve support for LA57 guest mode. 2020-08-23 20:37:21 +00:00
gdb.h
hda_codec.c
hda_reg.h
hdac_reg.h
inout.c
inout.h Remove bvmconsole and bvmdebug. 2020-12-23 17:15:23 -09:00
ioapic.c
ioapic.h
iov.c
iov.h
kernemu_dev.c vmm(4), bhyve(8): Expose kernel-emulated special devices to userspace 2020-05-15 15:54:22 +00:00
kernemu_dev.h vmm(4), bhyve(8): Expose kernel-emulated special devices to userspace 2020-05-15 15:54:22 +00:00
Makefile bhyve: fix build without casper/capsicum support 2021-01-03 18:17:04 +01:00
Makefile.depend Initial support for bhyve save and restore. 2020-05-05 00:02:04 +00:00
Makefile.depend.options
mem.c
mem.h
mevent_test.c
mevent.c Initial support for bhyve save and restore. 2020-05-05 00:02:04 +00:00
mevent.h
mptbl.c
mptbl.h
net_backends.c bhyve: Fix processing of netgraph backend options. 2020-05-15 11:03:27 +00:00
net_backends.h bhyve: Pass the full string of options to the network backends. 2020-05-08 17:15:54 +00:00
net_utils.c
net_utils.h
pci_ahci.c Fix regression in AHCI controller settings. 2020-11-15 12:59:24 +00:00
pci_e82545.c bhyve: Update TX descriptor base address and host mapping on change 2020-10-16 20:27:20 +00:00
pci_emul.c bhyve: remove a hack to map all 8G BARs 1:1 2020-11-12 02:52:01 +00:00
pci_emul.h bhyve: remove a hack to map all 8G BARs 1:1 2020-11-12 02:52:01 +00:00
pci_fbuf.c Initial support for bhyve save and restore. 2020-05-05 00:02:04 +00:00
pci_hda.c
pci_hda.h
pci_hostbridge.c
pci_irq.c
pci_irq.h
pci_lpc.c Add legacy debug/test interfaces for kvm unit tests. 2020-11-17 13:14:04 +00:00
pci_lpc.h
pci_nvme.c bhyve: NVMe queue create must init head/tail 2020-08-24 01:51:21 +00:00
pci_passthru.c Honor the disabled setting for MSI-X interrupts for passthrough devices. 2020-11-24 23:18:52 +00:00
pci_uart.c
pci_virtio_9p.c Add virtio-9p (aka VirtFS) filesystem sharing to bhyve. 2020-10-03 19:05:13 +00:00
pci_virtio_block.c VirtIO: Make sure the guest knows the TRIM alignment requirements 2020-11-05 17:10:14 +00:00
pci_virtio_console.c
pci_virtio_net.c [bhyve] virtio-net: Do not allow receiving packets until features have been negotiated. 2020-12-17 16:52:40 +00:00
pci_virtio_rnd.c bhyve: Add snapshot support for virtio-rnd. 2020-11-28 04:06:09 +00:00
pci_virtio_scsi.c
pci_xhci.c bhyve: 'xhci,tablet' snapshot fixes 2020-11-28 03:54:48 +00:00
pci_xhci.h
pctestdev.c Add legacy debug/test interfaces for kvm unit tests. 2020-11-17 13:14:04 +00:00
pctestdev.h Add legacy debug/test interfaces for kvm unit tests. 2020-11-17 13:14:04 +00:00
pm.c Silence ACPI RTC error/warning in Linux guests. 2020-07-06 08:36:14 +00:00
post.c
ps2kbd.c Initial support for bhyve save and restore. 2020-05-05 00:02:04 +00:00
ps2kbd.h Initial support for bhyve save and restore. 2020-05-05 00:02:04 +00:00
ps2mouse.c Initial support for bhyve save and restore. 2020-05-05 00:02:04 +00:00
ps2mouse.h Initial support for bhyve save and restore. 2020-05-05 00:02:04 +00:00
rfb.c Fix issues with various VNC clients. 2020-12-18 00:38:48 +00:00
rfb.h
rtc.c
rtc.h
smbiostbl.c Fix bhyve SMBIOS type 19 handling to avoid misreporting total RAM amount 2020-11-27 08:00:32 +00:00
smbiostbl.h
snapshot.c Remove bvmconsole and bvmdebug. 2020-12-23 17:15:23 -09:00
snapshot.h Initial support for bhyve save and restore. 2020-05-05 00:02:04 +00:00
sockstream.c
sockstream.h
spinup_ap.c
spinup_ap.h
task_switch.c
uart_emul.c Initial support for bhyve save and restore. 2020-05-05 00:02:04 +00:00
uart_emul.h Initial support for bhyve save and restore. 2020-05-05 00:02:04 +00:00
usb_emul.c
usb_emul.h Initial support for bhyve save and restore. 2020-05-05 00:02:04 +00:00
usb_mouse.c Fix byte-reversal of language ID in string descriptor. 2020-09-18 05:54:59 +00:00
vga.c
vga.h
virtio.c Initial support for bhyve save and restore. 2020-05-05 00:02:04 +00:00
virtio.h Add virtio-9p (aka VirtFS) filesystem sharing to bhyve. 2020-10-03 19:05:13 +00:00
vmgenc.c
vmgenc.h
xmsr.c
xmsr.h