]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r273683
authorneel <neel@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 30 Dec 2014 22:22:46 +0000 (22:22 +0000)
committerneel <neel@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 30 Dec 2014 22:22:46 +0000 (22:22 +0000)
commita5067f39b8b3910bfb10bd869be7ff067cae2c2d
tree0070ed7d3e7a4cd528fae2ab795fedf9c463711d
parent82e32befbb393968e57dc0a1bdd154d6486d0f8d
MFC r273683
Move the ACPI PM timer emulation into vmm.ko.

MFC r273706
Change the type of the first argument to the I/O emulation handlers to
'struct vm *'.

MFC r273710
Add a comment explaining the intent behind the I/O reservation [0x72-0x77].

MFC r273744
Add foo_genassym.c files to DPSRCS so dependencies for them are generated.
This ensures these objects are rebuilt to generate an updated header of
assembly constants if needed.

MFC r274045
If the start bit, PxCMD.ST, is cleared and nothing is in-flight then
PxCI, PxSACT, PxCMD.CCS and PxCMD.CR should be 0.

MFC r274076
Improve the ability to cancel an in-flight request by using an interrupt,
via SIGCONT, to force the read or write system call to return prematurely.

MFC r274330
To allow a request to be submitted from within the callback routine of
a completing one increase the total by 1 but don't advertise it.

MFC r274931
Change the lower bound for guest vmspace allocation to 0 instead of using
the VM_MIN_ADDRESS constant.

MFC r275817
For level triggered interrupts clear the PIC IRR bit when the interrupt pin
is deasserted.

MFC r275850
Fix 8259 IRQ priority resolver.

MFC r275952
Various 8259 device model improvements.

MFC r275965
Emulate writes to the IA32_MISC_ENABLE MSR.

git-svn-id: svn://svn.freebsd.org/base/stable/10@276429 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
18 files changed:
sys/amd64/include/vmm.h
sys/amd64/vmm/intel/vmx_msr.c
sys/amd64/vmm/io/vatpic.c
sys/amd64/vmm/io/vatpic.h
sys/amd64/vmm/io/vatpit.c
sys/amd64/vmm/io/vatpit.h
sys/amd64/vmm/io/vpmtmr.c [new file with mode: 0644]
sys/amd64/vmm/io/vpmtmr.h [new file with mode: 0644]
sys/amd64/vmm/vmm.c
sys/amd64/vmm/vmm_ioport.c
sys/amd64/vmm/vmm_ioport.h
sys/modules/linux/Makefile
sys/modules/vmm/Makefile
usr.sbin/bhyve/Makefile
usr.sbin/bhyve/block_if.c
usr.sbin/bhyve/pci_ahci.c
usr.sbin/bhyve/pmtmr.c [deleted file]
usr.sbin/bhyve/rtc.c