freebsd-nq/sys/amd64
Neel Natu 0494cb1bcb Turn on interrupt window exiting unconditionally when an ExtINT is being
injected into the guest. This allows the hypervisor to inject another
ExtINT or APIC vector as soon as the guest is able to process interrupts.

This change is not to address any correctness issue but to guarantee that
any pending APIC vector that was preempted by the ExtINT will be injected
as soon as possible. Prior to this change such pending interrupts could be
delayed until the next VM exit.
2014-06-10 01:38:02 +00:00
..
acpica Consistently use round_page(x) rather than roundup(x, PAGE_SIZE). There is 2013-02-15 22:43:08 +00:00
amd64 Add a page size field to struct vm_page. Increase the page size field when 2014-06-07 17:12:26 +00:00
conf Restore comments accidentally removed. 2014-06-06 04:08:55 +00:00
ia32 x86: Allow users to change PSL_RF via ptrace(PT_SETREGS...) 2013-11-14 15:37:20 +00:00
include Add ioctl(VM_REINIT) to reinitialize the virtual machine state maintained 2014-06-07 21:36:52 +00:00
linux32 To allow to run the interpreter itself add a new ELF branding type. 2014-05-31 15:01:51 +00:00
pci Fix undefined behavior: (1 << 31) is not defined as 1 is an int and this 2013-11-30 22:17:27 +00:00
vmm Turn on interrupt window exiting unconditionally when an ExtINT is being 2014-06-10 01:38:02 +00:00
Makefile