summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bhyve
Commit message (Expand)AuthorAgeFilesLines
* Correct display of bhyve SMBIOS UUIDs with dmidecode by bumping the version.grehan2014-09-231-1/+1
* Restructure the MSR handling so it is entirely handled by processor-specificneel2014-09-203-10/+68
* Update the bhyve(8) manual to reflect that it is nogjb2014-09-171-2/+2
* Initialize 'bc_rdonly' to the right value.neel2014-09-111-0/+1
* Allow vtnet operation without merged rx buffers.grehan2014-09-091-20/+66
* Add a callback to be notified about negotiated features.grehan2014-09-095-0/+8
* Set the 'inst_length' to '0' early on before any error conditions are detectedneel2014-08-301-2/+16
* Fix a recursive lock acquisition in vi_reset_dev().tychon2014-08-221-2/+6
* Minor cleanup:neel2014-08-131-9/+6
* Support PCI extended config space in bhyve.neel2014-08-085-82/+209
* Commands which encounter a fatal error shouldn't be marked as completed.tychon2014-07-301-6/+8
* Simplify the meaning of return values from the inout handlers. After thisneel2014-07-256-56/+42
* Reduce the proliferation of VMEXIT_RESTART in task_switch.c.neel2014-07-241-76/+94
* Fix fault injection in bhyve.neel2014-07-243-9/+27
* Emulate instructions emitted by OpenBSD/i386 version 5.5:neel2014-07-235-26/+20
* Handle nested exceptions in bhyve.neel2014-07-192-3/+9
* Add emulation for legacy x86 task switching mechanism.neel2014-07-164-7/+926
* Use the blockif CHS routine to create fake CHS values,grehan2014-07-151-0/+6
* Add a call to synthesize a C/H/S value for block emulationsgrehan2014-07-152-0/+51
* Extend capabilities to 64-bits in preparation for some API changes.grehan2014-07-051-1/+1
* Use correct flag for event index.grehan2014-07-031-1/+1
* Add post-mortem debugging for "EPT Misconfiguration" VM-exit. This errorneel2014-06-271-1/+25
* Sort command flags in usage output and the manpages.jhb2014-06-272-39/+39
* Set the version and date to fixed fields rather than usinggrehan2014-06-271-2/+2
* - Document -b to enable the bvmcons console (but mark it as deprecatedjhb2014-06-262-7/+21
* Provide APIs to directly get 'lowmem' and 'highmem' size directly.neel2014-06-243-19/+8
* use .Mt to mark up email addresses consistently (part2)bapt2014-06-201-2/+2
* Fix typo and rename macro KDB_SYS_FLAG to KBD_SYS_FLAG.neel2014-06-181-2/+2
* r267169 should apply to 64-bit BARs as well.tychon2014-06-091-2/+2
* Remove blank lines.joel2014-06-091-2/+0
* Some devices (e.g. Intel AHCI and NICs) support quad-word access totychon2014-06-061-4/+21
* Use MIN(a,b) from <sys/param.h> instead of rolling our own version.neel2014-06-012-10/+2
* Limit the maximum number of back-to-back iterations of a "rep; ins/outs"neel2014-06-011-3/+11
* Activate vcpus from bhyve(8) using the ioctl VM_ACTIVATE_CPU instead of doingneel2014-05-312-1/+13
* Add segment protection and limits violation checks in vie_calculate_gla()neel2014-05-271-4/+5
* Fix issue with restarting an "insb/insw/insl" instruction because of a pageneel2014-05-261-21/+16
* Do the linear address calculation for the ins/outs emulation using a newneel2014-05-251-9/+18
* Add libvmmapi functions vm_copyin() and vm_copyout() to copy into and outneel2014-05-241-23/+24
* Consolidate all the information needed by the guest page table walker intoneel2014-05-242-1/+3
* Check for alignment check violation when processing in/out string instructions.neel2014-05-231-12/+13
* Add emulation of the "outsb" instruction. NetBSD guests use this to write toneel2014-05-233-45/+130
* Implement a PCI interrupt router to route PCI legacy INTx interrupts tojhb2014-05-1512-61/+609
* Don't include the guest memory segments in the bhyve(8) process core dump.neel2014-05-132-3/+12
* abort(3) the process in response to a VMEXIT_ABORT. This usually happens inneel2014-05-121-8/+3
* Disable the 'uart_drain()' callback when the emulated receive FIFO is full.neel2014-05-051-47/+82
* Modify the "-p" option to be more flexible when associating a 'vcpu' withneel2014-05-052-17/+50
* Remove misleading "addcpu" in an error message emitted by fbsdrun_deletecpu().neel2014-05-051-2/+1
* Re-adding an event to a kqueue modifies the parameters of the original event.neel2014-05-051-7/+12
* Don't allow MPtable generation if there are multiple PCI hierarchies. This isneel2014-05-025-5/+39
* Add logic in the HLT exit handler to detect if the guest has put all vcpusneel2014-05-021-3/+9
OpenPOWER on IntegriCloud