summaryrefslogtreecommitdiffstats
path: root/hw/xen/xen_pt.c
Commit message (Expand)AuthorAgeFilesLines
* qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost2020-12-181-0/+1
* hw/xen: Don't use '#' flag of printf formatXinhao Zhang2020-12-131-5/+5
* xen: Use ERRP_GUARD()Vladimir Sementsov-Ogievskiy2020-07-101-14/+11Star
* xen: fix build without pci passthroughAnthony PERARD2020-06-121-1/+11
* xen/pt: Fix flawed conversion to realize()Markus Armbruster2020-04-291-6/+6
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* xen: convert "-machine igd-passthru" to an accelerator propertyPaolo Bonzini2019-12-171-0/+2
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* xen: re-name XenDevice to XenLegacyDevice...Paul Durrant2019-01-141-1/+1
* xen/pt: allow passthrough of devices with bogus interrupt pinZhao Yan2019-01-141-0/+6
* xen/pt: Fix incomplete conversion to realize()Markus Armbruster2018-10-191-1/+1
* xen/pt: use address_space_memory object for memory region hooksIgor Druzhinin2018-05-181-1/+1
* pci: removed the is_express field since a uniform interface was insertedYoni Bettan2018-02-081-1/+8
* Merge remote-tracking branch 'origin/master' into HEADMichael S. Tsirkin2018-01-111-0/+1
|\
| * xen/pt: Set is_express to avoid out-of-bounds writeSimon Gaiser2017-12-151-0/+1
* | pci: Eliminate redundant PCIDevice::bus pointerDavid Gibson2017-12-051-2/+2
* | pci: Add pci_dev_bus_num() helperDavid Gibson2017-12-051-3/+3
|/
* xen/pt: Mark TYPE_XEN_PT_DEVICE as hybridEduardo Habkost2017-10-151-0/+1
* pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost2017-10-151-0/+4
* xen/pt: Fixup addr validation in xen_pt_pci_config_access_checkAnoob Soman2017-07-071-1/+1
* Xen PCI passthrough: fix passthrough failure when no interrupt pinBruce Rogers2016-08-041-1/+1
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* xen: Clean up includesPeter Maydell2016-01-291-0/+1
* Xen PCI passthru: convert to realize()Cao jin2016-01-211-25/+28
* Add Error **errp for xen_pt_config_init()Cao jin2016-01-211-3/+5
* Add Error **errp for xen_pt_setup_vga()Cao jin2016-01-211-2/+5
* Add Error **errp for xen_host_pci_device_get()Cao jin2016-01-211-5/+8
* 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/+1Star
* 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/+2Star
|/
* 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-101-2/+10
* xen-pt: Fix PCI devices re-attach failedLiang Li2015-01-131-1/+1
* memory: remove memory_region_destroyPaolo Bonzini2014-08-181-20/+0Star
* 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