summaryrefslogtreecommitdiffstats
path: root/sys/amd64/vmm/vmm_ioport.c
Commit message (Expand)AuthorAgeFilesLines
* Don't require <sys/cpuset.h> to be always included before <machine/vmm.h>.neel2015-04-301-6/+0
* Fix typo (missing comma).neel2015-01-141-1/+1
* Replace bhyve's minimal RTC emulation with a fully featured one in vmm.ko.neel2014-12-301-0/+3
* Move the ACPI PM timer emulation into vmm.ko.neel2014-10-261-0/+2
* Don't pass the 'error' return from an I/O port handler directly to vm_run().neel2014-10-261-21/+27
* Add segment protection and limits violation checks in vie_calculate_gla()neel2014-05-271-30/+0
* Remove restriction on insb/insw/insl emulation. These instructions areneel2014-05-251-8/+0
* Do the linear address calculation for the ins/outs emulation using a newneel2014-05-251-16/+0
* Add libvmmapi functions vm_copyin() and vm_copyout() to copy into and outneel2014-05-241-13/+3
* Consolidate all the information needed by the guest page table walker intoneel2014-05-241-5/+7
* Check for alignment check violation when processing in/out string instructions.neel2014-05-231-13/+2
* Add emulation of the "outsb" instruction. NetBSD guests use this to write toneel2014-05-231-17/+164
* Factor out common ioport handler code for better hygiene -- pointedtychon2014-04-221-22/+12
* Respect the destination operand size of the 'Input from Port' instruction.tychon2014-04-181-1/+37
* Add support for reading the PIT Counter 2 output signal via the NMItychon2014-04-181-0/+1
* Move the atpit device model from userspace into vmm.ko for bettertychon2014-03-251-0/+5
* Replace the userspace atpic stub with a more functional vmm.ko model.tychon2014-03-111-0/+65
OpenPOWER on IntegriCloud