freebsd-src/usr.sbin/bhyve
Warner Losh 1d21f64149 bhyve: Implement MSR_MISC_FEATURES_ENABLES
Linux reads MISC_FEATURES_ENABLES to manage the CPUID faulting feature
(undocumented in the Intel SDM, but documented in 323850-004 (Intel
Virtualization Technology FlexMigration Application Note). Since bhyve
doesn't emulate this feature, we always return 0. Neither does bhyve
support the MONITOR/MWAIT fault bit also in this MSR (which is
documented in the sdm), so always return 0.

Sponsored by:		Netflix
Reviewed by:		jhb
Differential Revision:	https://reviews.freebsd.org/D36602
2022-10-27 11:34:41 -06:00
..
kbdlayout pkgbase: bhyve: Tag the kbdlayout file to be in the bhyve package 2022-01-26 19:32:19 +01:00
acpi.c bhyve: Sprinkle const qualifiers where appropriate 2022-08-16 14:21:44 -04:00
acpi.h
ahci.h
atkbdc.c bhyve: Address -Wno-unused warnings in atkbd.c 2022-09-29 12:36:44 -04:00
atkbdc.h
audio.c bhyve: Address compiler warnings in audio.c 2022-09-29 12:36:44 -04:00
audio.h bhyve: Address compiler warnings in audio.c 2022-09-29 12:36:44 -04:00
bhyve.8 bhyve: Support other schemes for naming pass-through devices. 2022-08-19 14:58:55 -07:00
bhyve_config.5 bhyve: Support other schemes for naming pass-through devices. 2022-08-19 14:58:55 -07:00
bhyvegc.c
bhyvegc.h
bhyverun.c bhyve: Address some signed/unsigned comparison warnings 2022-10-25 11:16:57 -04:00
bhyverun.h bhyve: Avoid shadowing global variables in bhyverun.c 2022-10-25 11:16:56 -04:00
block_if.c bhyve: Address some signed/unsigned comparison warnings 2022-10-25 11:16:57 -04:00
block_if.h bhyve: Snapshot impovements for 'blockif' backend 2022-06-23 11:46:06 -07:00
bootrom.c bhyve: Annotate unused function parameters 2022-10-08 11:33:21 -04:00
bootrom.h bhyve: add varfile option to nvlist of lpc device 2022-03-02 22:50:24 -09:00
config.c bhyve: Mark variables and functions as static where appropriate 2022-08-16 14:21:44 -04:00
config.h bhyve(4): Remove a double word in a source code comment 2022-09-04 13:57:00 +02: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 bhyve: Address some signed/unsigned comparison warnings 2022-10-25 11:16:57 -04:00
fwctl.h
gdb.c bhyve: Address some signed/unsigned comparison warnings 2022-10-25 11:16:57 -04:00
gdb.h byhve: add option to specify IP address for gdb 2021-08-21 19:43:17 +02:00
hda_codec.c bhyve: Make hda_ops function tables const 2022-10-23 11:11:33 -04:00
hda_reg.h bhyve: clean up trailing whitespaces 2021-12-27 19:58:10 +02:00
hdac_reg.h
inout.c bhyve: Annotate unused function parameters 2022-10-08 11:33:21 -04:00
inout.h bhyve: clean up trailing whitespaces 2021-12-27 19:58:10 +02:00
ioapic.c
ioapic.h
iov.c bhyve: Avoid arithmetic on void pointers 2022-10-23 11:11:33 -04:00
iov.h
ipc.h bhyve: Use the proper type for string literals 2022-10-23 11:11:33 -04:00
kernemu_dev.c
kernemu_dev.h
Makefile Append Keyboard Layout specified option for using VNC. 2022-01-20 23:49:27 +01:00
Makefile.depend
Makefile.depend.options
mem.c bhyve: Mark variables and functions as static where appropriate 2022-08-16 14:21:44 -04:00
mem.h bhyve: Allocate mmio_hint array based on number of guest CPUs. 2022-03-09 15:38:49 -08:00
mevent.c bhyve: Annotate unused function parameters 2022-10-08 11:33:21 -04:00
mevent.h bhyve: clean up trailing whitespaces 2021-12-27 19:58:10 +02:00
mevent_test.c bhyve: clean up trailing whitespaces 2021-12-27 19:58:10 +02:00
mptbl.c bhyve: Annotate unused function parameters 2022-10-08 11:33:21 -04:00
mptbl.h
net_backends.c bhyve: Address some signed/unsigned comparison warnings 2022-10-25 11:16:57 -04:00
net_backends.h
net_utils.c
net_utils.h
pci_ahci.c bhyve: Address signed/unsigned comparison warnings in the AHCI model 2022-10-25 11:16:57 -04:00
pci_e82545.c bhyve: Address some signed/unsigned comparison warnings 2022-10-25 11:16:57 -04:00
pci_emul.c bhyve: Address some signed/unsigned comparison warnings 2022-10-25 11:16:57 -04:00
pci_emul.h bhyve: Sprinkle const qualifiers where appropriate 2022-08-16 14:21:44 -04:00
pci_fbuf.c bhyve: Put the prototype for vga_render() in a header 2022-10-23 11:11:33 -04:00
pci_hda.c bhyve: Address some signed/unsigned comparison warnings 2022-10-25 11:16:57 -04:00
pci_hda.h bhyve: Make hda_ops function tables const 2022-10-23 11:11:33 -04:00
pci_hostbridge.c bhyve: Annotate unused function parameters 2022-10-08 11:33:21 -04:00
pci_irq.c bhyve: Address some signed/unsigned comparison warnings 2022-10-25 11:16:57 -04:00
pci_irq.h
pci_lpc.c bhyve: Annotate unused function parameters 2022-10-08 11:33:21 -04:00
pci_lpc.h bhyve: Use "void" instead of empty parameter lists 2022-08-16 14:21:44 -04:00
pci_nvme.c bhyve: Remove an unused parameter from pci_nvme_append_iov_req() 2022-10-27 10:48:55 -04:00
pci_passthru.c bhyve: Address some signed/unsigned comparison warnings 2022-10-25 11:16:57 -04:00
pci_passthru.h bhyve: export funcs for read/write pci config 2022-03-10 12:30:02 +01:00
pci_uart.c bhyve: Annotate unused function parameters 2022-10-08 11:33:21 -04:00
pci_virtio_9p.c bhyve: Annotate unused function parameters 2022-10-08 11:33:21 -04:00
pci_virtio_block.c bhyve: Annotate unused function parameters 2022-10-08 11:33:21 -04:00
pci_virtio_console.c bhyve: Avoid arithmetic on void pointers 2022-10-23 11:11:33 -04:00
pci_virtio_input.c bhyve: Address some signed/unsigned comparison warnings 2022-10-25 11:16:57 -04:00
pci_virtio_net.c bhyve: Handle snapshots of unconfigured virtio-net devices 2022-10-23 14:50:43 -04:00
pci_virtio_rnd.c bhyve: Annotate unused function parameters 2022-10-08 11:33:21 -04:00
pci_virtio_scsi.c bhyve: Avoid arithmetic on void pointers 2022-10-23 11:11:33 -04:00
pci_xhci.c bhyve: Fix an apparent pointer arithmetic bug in the xhci emulation 2022-10-27 10:48:55 -04:00
pci_xhci.h
pctestdev.c bhyve: Annotate unused function parameters 2022-10-08 11:33:21 -04:00
pctestdev.h
pm.c bhyve: Annotate unused function parameters 2022-10-08 11:33:21 -04:00
post.c bhyve: Annotate unused function parameters 2022-10-08 11:33:21 -04:00
ps2kbd.c bhyve: Fix some warnings in the ps2 emulation code 2022-10-23 11:11:33 -04:00
ps2kbd.h
ps2mouse.c bhyve: Fix some warnings in the ps2 emulation code 2022-10-23 11:11:33 -04:00
ps2mouse.h bhyve: clean up trailing whitespaces 2021-12-27 19:58:10 +02:00
rfb.c bhyve: Make sure that the VNC version is initialized 2022-10-27 10:48:55 -04:00
rfb.h bhyve: Sprinkle const qualifiers where appropriate 2022-08-16 14:21:44 -04:00
rtc.c bhyve: Annotate unused function parameters 2022-10-08 11:33:21 -04:00
rtc.h
smbiostbl.c bhyve: Avoid shadowing global variables in bhyverun.c 2022-10-25 11:16:56 -04:00
smbiostbl.h
snapshot.c bhyve: Address some signed/unsigned comparison warnings 2022-10-25 11:16:57 -04:00
snapshot.h bhyve/snapshot: use a string for cmd element in the nvlist 2022-02-15 08:12:15 -09:00
sockstream.c
sockstream.h
spinup_ap.c vmm: permit some IPIs to be handled by userspace 2022-10-14 12:03:05 +02:00
spinup_ap.h bhyve: create all vcpus on startup 2022-09-07 09:05:36 +02:00
task_switch.c bhyve: Address some signed/unsigned comparison warnings 2022-10-25 11:16:57 -04:00
uart_emul.c bhyve: Address some signed/unsigned comparison warnings 2022-10-25 11:16:57 -04:00
uart_emul.h
usb_emul.c
usb_emul.h bhyve: Use the proper type for string literals 2022-10-23 11:11:33 -04:00
usb_mouse.c bhyve: USB device model structures can be qualified with "static" 2022-10-23 11:11:33 -04:00
vga.c bhyve: Annotate unused function parameters 2022-10-08 11:33:21 -04:00
vga.h bhyve: Put the prototype for vga_render() in a header 2022-10-23 11:11:33 -04:00
virtio.c bhyve: Address some signed/unsigned comparison warnings 2022-10-25 11:16:57 -04:00
virtio.h bhyve/virtio: use correct device id for virtio-scsi 2022-01-31 09:44:47 -09:00
vmgenc.c
vmgenc.h
xmsr.c bhyve: Implement MSR_MISC_FEATURES_ENABLES 2022-10-27 11:34:41 -06:00
xmsr.h