aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bhyve/mem.h
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* libvmmapi: Add a struct vcpu and use it in most APIs.John Baldwin2023-03-241-7/+5
* bhyve: Allocate mmio_hint array based on number of guest CPUs.John Baldwin2022-03-091-1/+1
* Add support for writing to guest memory in the debug server.John Baldwin2019-05-241-0/+2
* Fix style(9) space vs tab.Marcelo Araujo2018-06-141-1/+1
* Initial debug server for bhyve.John Baldwin2018-05-011-0/+2
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Support PCI extended config space in bhyve.Neel Natu2014-08-081-0/+1
* Emulate instructions emitted by OpenBSD/i386 version 5.5:Neel Natu2014-07-231-1/+2
* Improve PCI BAR emulation:Neel Natu2013-04-101-0/+1
* Add the ability to have a 'fallback' search for memory ranges.Peter Grehan2013-02-221-0/+1
* Cleanup the user-space paging exit handler now that the unified instructionNeel Natu2012-11-281-2/+1
* Revamp the x86 instruction emulation in bhyve.Neel Natu2012-11-281-1/+1
* Rework how guest MMIO regions are dealt with.Peter Grehan2012-10-191-0/+58