freebsd-skq/usr.sbin/bhyve
jhb 888f6511e3 MFC 263780,264516,265062,265101,265203,265364:
Add an ioctl to suspend a virtual machine (VM_SUSPEND).

Add logic in the HLT exit handler to detect if the guest has put all vcpus
to sleep permanently by executing a HLT with interrupts disabled.

When this condition is detected the guest with be suspended with a reason of
VM_SUSPEND_HALT and the bhyve(8) process will exit.

This logic can be disabled via the tunable 'hw.vmm.halt_detection'.
2014-07-21 02:39:17 +00:00
..
acpi.c MFC 261904,261905,262143,262184,264921,265211,267169,267292,267294: 2014-07-19 20:13:01 +00:00
acpi.h MFC 260206: 2014-01-29 13:35:12 +00:00
ahci.h Import Zhixiang Yu's GSoC'13 AHCI emulation: 2013-10-04 18:31:38 +00:00
atkbdc.c MFC 264916,267611: 2014-07-21 02:17:28 +00:00
bhyve.8 MFC 260847,264055,264867: 2014-07-21 00:21:56 +00:00
bhyverun.c MFC 263780,264516,265062,265101,265203,265364: 2014-07-21 02:39:17 +00:00
bhyverun.h MFC 263432,265366,265376: 2014-07-19 22:24:29 +00:00
block_if.c MFC 260999: 2014-06-04 18:08:08 +00:00
block_if.h Block-layer backend interface for bhyve block-io device emulations. 2013-10-04 16:52:03 +00:00
consport.c MFC 264277: 2014-06-26 19:19:06 +00:00
dbgport.c MFC 261607: 2014-02-19 18:36:53 +00:00
dbgport.h Change the behavior of bhyve such that the gdb listening port is opt-in 2013-10-08 16:36:17 +00:00
inout.c MFC 259942,262274,263035,263054,263211,263744,264179,264324,264468,264631, 2014-07-19 22:06:46 +00:00
inout.h MFC 259826,259997,259998: 2014-01-23 20:35:32 +00:00
ioapic.c MFC 260239,261268,265058: 2014-06-12 13:13:15 +00:00
ioapic.h MFC 260239,261268,265058: 2014-06-12 13:13:15 +00:00
Makefile MFC 264916,267611: 2014-07-21 02:17:28 +00:00
mem.c Remove obsolete comment about lack of locking for MMIO range lookup. 2013-04-10 18:53:14 +00:00
mem.h Improve PCI BAR emulation: 2013-04-10 02:12:39 +00:00
mevent_test.c Add simplistic periodic timer support to mevent using kqueue's 2013-09-19 04:48:26 +00:00
mevent.c MFC 259826,259997,259998: 2014-01-23 20:35:32 +00:00
mevent.h MFC 259826,259997,259998: 2014-01-23 20:35:32 +00:00
mptbl.c MFC 261904,261905,262143,262184,264921,265211,267169,267292,267294: 2014-07-19 20:13:01 +00:00
mptbl.h MFC r256657,r257018,r257347,r257423,r257729,r257767, 2013-12-13 06:59:18 +00:00
pci_ahci.c MFC 260239,261268,265058: 2014-06-12 13:13:15 +00:00
pci_emul.c MFC 261904,261905,262143,262184,264921,265211,267169,267292,267294: 2014-07-19 20:13:01 +00:00
pci_emul.h MFC 261904,261905,262143,262184,264921,265211,267169,267292,267294: 2014-07-19 20:13:01 +00:00
pci_hostbridge.c MFC r256709: 2013-10-18 22:05:17 +00:00
pci_lpc.c MFC 262884,263236,265407: 2014-07-19 22:13:12 +00:00
pci_lpc.h MFC 260206: 2014-01-29 13:35:12 +00:00
pci_passthru.c MFC 261904,261905,262143,262184,264921,265211,267169,267292,267294: 2014-07-19 20:13:01 +00:00
pci_uart.c MFC 260239,261268,265058: 2014-06-12 13:13:15 +00:00
pci_virtio_block.c MFC 260239,261268,265058: 2014-06-12 13:13:15 +00:00
pci_virtio_net.c MFC 260239,261268,265058: 2014-06-12 13:13:15 +00:00
pci_virtio_rnd.c MFC 260847,264055,264867: 2014-07-21 00:21:56 +00:00
pm.c MFC 259942,262274,263035,263054,263211,263744,264179,264324,264468,264631, 2014-07-19 22:06:46 +00:00
pmtmr.c MFC 259826,259997,259998: 2014-01-23 20:35:32 +00:00
post.c MFC 260206: 2014-01-29 13:35:12 +00:00
rtc.c MFC 260206: 2014-01-29 13:35:12 +00:00
rtc.h Implement RTC CMOS nvram. Init some fields that are used 2013-07-11 03:54:35 +00:00
smbiostbl.c MFC 262744: 2014-06-13 21:30:40 +00:00
smbiostbl.h MFC 262744: 2014-06-13 21:30:40 +00:00
spinup_ap.c MFC 263432,265366,265376: 2014-07-19 22:24:29 +00:00
spinup_ap.h
uart_emul.c MFC 262884,263236,265407: 2014-07-19 22:13:12 +00:00
uart_emul.h MFC r257293. 2013-10-30 20:42:09 +00:00
virtio.c MFC 260239,261268,265058: 2014-06-12 13:13:15 +00:00
virtio.h MFC 260847,264055,264867: 2014-07-21 00:21:56 +00:00
xmsr.c MFC 259635: 2014-04-08 20:40:54 +00:00
xmsr.h MFC 259635: 2014-04-08 20:40:54 +00:00