summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bhyve/pci_emul.c
Commit message (Expand)AuthorAgeFilesLines
* MFC 258859,259081,259085,259205,259213,259275,259482,259537,259702,259779:jhb2014-02-231-20/+13
* MFC 260206:jhb2014-01-291-8/+92
* MFC 257422,257661,258075,258476,258494,258579,258609,258699:jhb2014-01-231-3/+10
* MFC r256657,r257018,r257347,r257423,r257729,r257767,grehan2013-12-131-1/+1
* MFC r257293.neel2013-10-301-54/+12
* Allow a 4-byte write to PCI config space to overlapgrehan2013-10-091-3/+12
* Merge projects/bhyve_npt_pmap into head.neel2013-10-051-1/+1
* Allow single byte reads of the emulated MSI-X tables. This is not requiredneel2013-08-271-3/+9
* Fix ordering of legacy IRQ reservations.grehan2013-08-161-10/+10
* Support an optional "mac=" parameter to virtio-net config, to allowgrehan2013-07-041-6/+15
* Fix up option parsing to allow a colon in the config section.grehan2013-07-011-13/+8
* Allow the PCI config address register to be read. The Linuxgrehan2013-06-281-11/+21
* Gripe if some <slot,function> tuple is specified more than once instead ofneel2013-04-261-15/+38
* Setup accesses to the memory hole below 4GB to return all 1's on read andneel2013-04-171-9/+15
* Improve PCI BAR emulation:neel2013-04-101-41/+223
* Simplify the assignment of memory to virtual machines by requiring a singleneel2013-03-181-4/+7
* Add the ability to have a 'fallback' search for memory ranges.grehan2013-02-221-0/+31
* Advertise PCI-E capability in the hostbridge device presented to the guest.neel2013-02-151-0/+35
* Fix a bug in the passthru implementation where it would assume that allneel2013-02-011-0/+20
* Add support for MSI-X interrupts in the virtio network device and make thatneel2013-01-301-3/+205
* Rename fbsdrun.* -> bhyverun.*grehan2012-12-131-1/+1
* Ignore PCI configuration accesses to all bus numbers other than PCI bus 0.neel2012-10-271-1/+5
* Remove mptable generation code from libvmmapi and move it to bhyve.grehan2012-10-261-201/+1
* Rework how guest MMIO regions are dealt with.grehan2012-10-191-51/+170
* Fix a bug in how a 64-bit bar in a pci passthru device would be presented toneel2012-08-061-1/+6
* Add support for emulating PCI multi-function devices.neel2012-08-061-54/+146
* Device model for ioapic emulation.neel2012-08-051-2/+3
* Use the correct variable to index into the 'lirq[]' array to check the legacyneel2012-08-041-1/+1
* Add 16550 uart emulation as a PCI device. This allows it togrehan2012-05-031-8/+99
* MSI-x interrupt support for PCI pass-thru devices.grehan2012-04-281-0/+29
* First cut to port bhyve, vmmctl, and libvmmapi to HEAD.jhb2011-05-151-3/+3
* Import of bhyve hypervisor and utilities, part 1.grehan2011-05-131-0/+976
OpenPOWER on IntegriCloud