aboutsummaryrefslogtreecommitdiff
path: root/hw/xen/xen_pt.c
AgeCommit message (Expand)AuthorFilesLines
2021-11-01pci: Export pci_for_each_device_under_bus*()Peter Xu1-2/+2
2021-09-30memory: Name all the memory listenersPeter Xu1-0/+2
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth1-1/+0
2020-12-18qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost1-0/+1
2020-12-13hw/xen: Don't use '#' flag of printf formatXinhao Zhang1-5/+5
2020-07-10xen: Use ERRP_GUARD()Vladimir Sementsov-Ogievskiy1-14/+11
2020-06-12xen: fix build without pci passthroughAnthony PERARD1-1/+11
2020-04-29xen/pt: Fix flawed conversion to realize()Markus Armbruster1-6/+6
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2019-12-17xen: convert "-machine igd-passthru" to an accelerator propertyPaolo Bonzini1-0/+2
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-01-14xen: re-name XenDevice to XenLegacyDevice...Paul Durrant1-1/+1
2019-01-14xen/pt: allow passthrough of devices with bogus interrupt pinZhao Yan1-0/+6
2018-10-19xen/pt: Fix incomplete conversion to realize()Markus Armbruster1-1/+1
2018-05-18xen/pt: use address_space_memory object for memory region hooksIgor Druzhinin1-1/+1
2018-02-08pci: removed the is_express field since a uniform interface was insertedYoni Bettan1-1/+8
2018-01-11Merge remote-tracking branch 'origin/master' into HEADMichael S. Tsirkin1-0/+1
2017-12-14xen/pt: Set is_express to avoid out-of-bounds writeSimon Gaiser1-0/+1
2017-12-05pci: Eliminate redundant PCIDevice::bus pointerDavid Gibson1-2/+2
2017-12-05pci: Add pci_dev_bus_num() helperDavid Gibson1-3/+3
2017-10-15xen/pt: Mark TYPE_XEN_PT_DEVICE as hybridEduardo Habkost1-0/+1
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost1-0/+4
2017-07-07xen/pt: Fixup addr validation in xen_pt_pci_config_access_checkAnoob Soman1-1/+1
2016-08-04Xen PCI passthrough: fix passthrough failure when no interrupt pinBruce Rogers1-1/+1
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-01-29xen: Clean up includesPeter Maydell1-0/+1
2016-01-21Xen PCI passthru: convert to realize()Cao jin1-25/+28
2016-01-21Add Error **errp for xen_pt_config_init()Cao jin1-3/+5
2016-01-21Add Error **errp for xen_pt_setup_vga()Cao jin1-2/+5
2016-01-21Add Error **errp for xen_host_pci_device_get()Cao jin1-5/+8
2015-10-26Qemu/Xen: Fix early freeing MSIX MMIO memory regionLan Tianyu1-0/+8
2015-09-10xen/pt: Don't slurp wholesale the PCI configuration registersKonrad Rzeszutek Wilk1-6/+1
2015-09-10xen/pt: Check for return values for xen_host_pci_[get|set] in initKonrad Rzeszutek Wilk1-8/+16
2015-09-10xen/pt: Move bulk of xen_pt_unregister_device in its own routine.Konrad Rzeszutek Wilk1-58/+63
2015-09-10xen/pt: Make xen_pt_unregister_device idempotentKonrad Rzeszutek Wilk1-6/+14
2015-09-10xen/pt: Use xen_host_pci_get_[byte|word] instead of dev.configKonrad Rzeszutek Wilk1-4/+20
2015-09-10xen/pt: xen_host_pci_config_read returns -errno, not -1 on failureKonrad Rzeszutek Wilk1-1/+1
2015-09-10xen/pt: Update comments with proper function name.Konrad Rzeszutek Wilk1-2/+2
2015-09-10xen, gfx passthrough: register a isa bridgeTiejun Chen1-0/+22
2015-09-10xen, gfx passthrough: retrieve VGA BIOS to workTiejun Chen1-0/+10
2015-09-10xen, gfx passthrough: basic graphics passthrough supportTiejun Chen1-0/+4
2015-06-23Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2015-06-2...Peter Maydell1-5/+5
2015-06-23xen_pt: QOMifyGonglei1-5/+5
2015-06-23xen/pass-through: log errno values rather than function return onesJan Beulich1-13/+13
2015-06-23xen/pass-through: ROM BAR handling adjustmentsJan Beulich1-4/+12
2015-06-23xen/pass-through: fold host PCI command register writesJan Beulich1-7/+2
2015-06-02xen/pt: unknown PCI config space fields should be read-onlyJan Beulich1-3/+29
2015-06-02xen: properly gate host writes of modified PCI CFG contentsJan Beulich1-4/+21
2015-04-09xen: limit guest control of PCI command registerJan Beulich1-2/+10
2015-01-13xen-pt: Fix PCI devices re-attach failedLiang Li1-1/+1