summaryrefslogtreecommitdiffstats
path: root/hw/xen/xen_pt.c
Commit message (Expand)AuthorAgeFilesLines
* Qemu/Xen: Fix early freeing MSIX MMIO memory regionLan Tianyu2015-10-261-0/+8
* xen/pt: Don't slurp wholesale the PCI configuration registersKonrad Rzeszutek Wilk2015-09-101-6/+1
* xen/pt: Check for return values for xen_host_pci_[get|set] in initKonrad Rzeszutek Wilk2015-09-101-8/+16
* xen/pt: Move bulk of xen_pt_unregister_device in its own routine.Konrad Rzeszutek Wilk2015-09-101-58/+63
* xen/pt: Make xen_pt_unregister_device idempotentKonrad Rzeszutek Wilk2015-09-101-6/+14
* xen/pt: Use xen_host_pci_get_[byte|word] instead of dev.configKonrad Rzeszutek Wilk2015-09-101-4/+20
* xen/pt: xen_host_pci_config_read returns -errno, not -1 on failureKonrad Rzeszutek Wilk2015-09-101-1/+1
* xen/pt: Update comments with proper function name.Konrad Rzeszutek Wilk2015-09-101-2/+2
* xen, gfx passthrough: register a isa bridgeTiejun Chen2015-09-101-0/+22
* xen, gfx passthrough: retrieve VGA BIOS to workTiejun Chen2015-09-101-0/+10
* xen, gfx passthrough: basic graphics passthrough supportTiejun Chen2015-09-101-0/+4
* Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2015-06-2...Peter Maydell2015-06-231-5/+5
|\
| * xen_pt: QOMifyGonglei2015-06-231-5/+5
* | xen/pass-through: log errno values rather than function return onesJan Beulich2015-06-231-13/+13
* | xen/pass-through: ROM BAR handling adjustmentsJan Beulich2015-06-231-4/+12
* | xen/pass-through: fold host PCI command register writesJan Beulich2015-06-231-7/+2
|/
* xen/pt: unknown PCI config space fields should be read-onlyJan Beulich2015-06-021-3/+29
* xen: properly gate host writes of modified PCI CFG contentsJan Beulich2015-06-021-4/+21
* xen: limit guest control of PCI command registerJan Beulich2015-04-091-2/+10
* xen-pt: Fix PCI devices re-attach failedLiang Li2015-01-131-1/+1
* memory: remove memory_region_destroyPaolo Bonzini2014-08-181-20/+0
* xen_pt: Fix passthrough of device with ROM.Anthony PERARD2014-01-171-2/+2
* xen_pt: Fix debug output.Anthony PERARD2014-01-171-2/+2
* xen: fix two errors when debug is enabledWei Liu2013-12-011-1/+2
* devices: Associate devices to their logical categoryMarcel Apfelbaum2013-07-291-0/+1
* misc: Fix new typos in comments and stringsStefan Weil2013-07-271-1/+2
* hw/[u-x]*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-2/+2
* memory: add ref/unref callsPaolo Bonzini2013-07-041-0/+4
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-2/+2
* memory: make section size a 128-bit integerPaolo Bonzini2013-06-201-3/+3
* hw: move private headers to hw/ subdirectories.Paolo Bonzini2013-04-081-1/+1
* hw: move more files to hw/xen/Paolo Bonzini2013-04-081-0/+844
OpenPOWER on IntegriCloud