summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/vmm_dev.h
Commit message (Expand)AuthorAgeFilesLines
* Restructure memory allocation in bhyve to support "devmem".neel2015-06-181-9/+29
* Simplify instruction restart logic in bhyve.neel2015-01-181-1/+3
* 'struct vm_exception' was intended to be used only as the collateral for theneel2015-01-131-0/+1
* Replace bhyve's minimal RTC emulation with a fully featured one in vmm.ko.neel2014-12-301-0/+23
* Handle nested exceptions in bhyve.neel2014-07-191-0/+12
* Add ioctl(VM_REINIT) to reinitialize the virtual machine state maintainedneel2014-06-071-0/+3
* Activate vcpus from bhyve(8) using the ioctl VM_ACTIVATE_CPU instead of doingneel2014-05-311-0/+20
* Add libvmmapi functions vm_copyin() and vm_copyout() to copy into and outneel2014-05-241-0/+12
* 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