summaryrefslogtreecommitdiffstats
path: root/lib/libvmmapi/vmmapi.h
Commit message (Expand)AuthorAgeFilesLines
* Fix issue with restarting an "insb/insw/insl" instruction because of a pageneel2014-05-261-4/+12
* Add libvmmapi functions vm_copyin() and vm_copyout() to copy into and outneel2014-05-241-0/+5
* Implement a PCI interrupt router to route PCI legacy INTx interrupts tojhb2014-05-151-0/+2
* Don't include the guest memory segments in the bhyve(8) process core dump.neel2014-05-131-0/+3
* Allow a virtual machine to be forcibly reset or powered off. This is doneneel2014-04-281-1/+1
* Add support for emulating the slave PIC.tychon2014-04-141-1/+1
* Add an ioctl to suspend a virtual machine (VM_SUSPEND). The ioctl can be calledneel2014-03-261-0/+1
* Replace the userspace atpic stub with a more functional vmm.ko model.tychon2014-03-111-0/+3
* Queue pending exceptions in the 'struct vcpu' instead of directly updating theneel2014-02-261-4/+2
* Add support for FreeBSD/i386 guests under bhyve.jhb2014-02-051-0/+3
* Enhance the support for PCI legacy INTx interrupts and enable them injhb2014-01-291-0/+1
* Extend the support for local interrupts on the local APIC:jhb2013-12-231-0/+1
* Rename the ambiguously named 'vm_setup_msi()' and 'vm_setup_msix()' toneel2013-12-181-4/+5
* Add an API to deliver message signalled interrupts to vcpus. This allowsneel2013-12-161-2/+3
* Add HPET device emulation to bhyve.neel2013-11-251-0/+2
* Add an ioctl to assert and deassert an ioapic pin atomically. This will be usedneel2013-11-231-0/+1
* Move the ioapic device model from userspace into vmm.ko. This is needed forneel2013-11-121-0/+2
* Parse the memory size parameter using expand_number() to allow specifyingneel2013-10-091-0/+1
* Merge projects/bhyve_npt_pmap into head.neel2013-10-051-1/+3
* Remove deprecated APIs to get the total and free memory available to vmm.ko.neel2013-04-251-2/+0
* Simplify the assignment of memory to virtual machines by requiring a singleneel2013-03-181-12/+14
* Implement guest vcpu pinning using 'pthread_setaffinity_np(3)'.neel2013-02-111-2/+0
* Remove mptable generation code from libvmmapi and move it to bhyve.grehan2012-10-261-2/+0
* Add an api to map a vm capability type into a string to be used for displayneel2012-10-121-0/+1
* The ioctl VM_GET_MEMORY_SEG is no longer able to return the host physicalneel2012-10-041-2/+1
* Add ioctls to control the X2APIC capability exposed by the virtual machine toneel2012-09-251-0/+4
* Add sysctls to display the total and free amount of hard-wired mem for VMsgrehan2012-08-261-0/+2
* Allow the 'bhyve' process to control whether or not the virtual machine sees anneel2012-08-041-2/+2
* API to map an apic id to the vcpu.neel2012-08-041-0/+1
* MSI-x interrupt support for PCI pass-thru devices.grehan2012-04-281-0/+2
* Import of bhyve hypervisor and utilities, part 1.grehan2011-05-131-0/+98
OpenPOWER on IntegriCloud