summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/vmm_dev.h
Commit message (Expand)AuthorAgeFilesLines
* Implement a PCI interrupt router to route PCI legacy INTx interrupts tojhb2014-05-151-0/+8
* Allow a virtual machine to be forcibly reset or powered off. This is doneneel2014-04-281-1/+5
* Add an ioctl to suspend a virtual machine (VM_SUSPEND). The ioctl can be calledneel2014-03-261-0/+3
* Replace the userspace atpic stub with a more functional vmm.ko model.tychon2014-03-111-0/+16
* Queue pending exceptions in the 'struct vcpu' instead of directly updating theneel2014-02-261-5/+4
* Enhance the support for PCI legacy INTx interrupts and enable them injhb2014-01-291-1/+4
* Extend the support for local interrupts on the local APIC:jhb2013-12-231-0/+3
* Add an API to deliver message signalled interrupts to vcpus. This allowsneel2013-12-161-3/+11
* Add HPET device emulation to bhyve.neel2013-11-251-0/+7
* Add an ioctl to assert and deassert an ioapic pin atomically. This will be usedneel2013-11-231-0/+3
* Move the ioapic device model from userspace into vmm.ko. This is needed forneel2013-11-121-0/+10
* Merge projects/bhyve_npt_pmap into head.neel2013-10-051-1/+11
* Reorder/regroup the vmm ioctl api definitions to allow somegrehan2013-09-211-21/+35
* Implement guest vcpu pinning using 'pthread_setaffinity_np(3)'.neel2013-02-111-11/+0
* Add svn properties to the recently merged bhyve source files.neel2013-01-201-1/+1
* Fix warnings generated by 'debug.witness.watch' during VM creation andneel2012-10-111-1/+1
* Change vm_malloc() to map pages in the guest physical address space in 4KBneel2012-10-041-1/+0
* Add ioctls to control the X2APIC capability exposed by the virtual machine toneel2012-09-251-0/+11
* MSI-x interrupt support for PCI pass-thru devices.grehan2012-04-281-0/+14
* Import of bhyve hypervisor and utilities, part 1.grehan2011-05-131-0/+191
OpenPOWER on IntegriCloud