summaryrefslogtreecommitdiff
path: root/hw/xen/xen_pt.c
AgeCommit message (Expand)Author
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2019-12-17xen: convert "-machine igd-passthru" to an accelerator propertyPaolo Bonzini
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-01-14xen: re-name XenDevice to XenLegacyDevice...Paul Durrant
2019-01-14xen/pt: allow passthrough of devices with bogus interrupt pinZhao Yan
2018-10-19xen/pt: Fix incomplete conversion to realize()Markus Armbruster
2018-05-18xen/pt: use address_space_memory object for memory region hooksIgor Druzhinin
2018-02-08pci: removed the is_express field since a uniform interface was insertedYoni Bettan
2018-01-11Merge remote-tracking branch 'origin/master' into HEADMichael S. Tsirkin
2017-12-14xen/pt: Set is_express to avoid out-of-bounds writeSimon Gaiser
2017-12-05pci: Eliminate redundant PCIDevice::bus pointerDavid Gibson
2017-12-05pci: Add pci_dev_bus_num() helperDavid Gibson
2017-10-15xen/pt: Mark TYPE_XEN_PT_DEVICE as hybridEduardo Habkost
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost
2017-07-07xen/pt: Fixup addr validation in xen_pt_pci_config_access_checkAnoob Soman
2016-08-04Xen PCI passthrough: fix passthrough failure when no interrupt pinBruce Rogers
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-01-29xen: Clean up includesPeter Maydell
2016-01-21Xen PCI passthru: convert to realize()Cao jin
2016-01-21Add Error **errp for xen_pt_config_init()Cao jin
2016-01-21Add Error **errp for xen_pt_setup_vga()Cao jin
2016-01-21Add Error **errp for xen_host_pci_device_get()Cao jin
2015-10-26Qemu/Xen: Fix early freeing MSIX MMIO memory regionLan Tianyu
2015-09-10xen/pt: Don't slurp wholesale the PCI configuration registersKonrad Rzeszutek Wilk
2015-09-10xen/pt: Check for return values for xen_host_pci_[get|set] in initKonrad Rzeszutek Wilk
2015-09-10xen/pt: Move bulk of xen_pt_unregister_device in its own routine.Konrad Rzeszutek Wilk
2015-09-10xen/pt: Make xen_pt_unregister_device idempotentKonrad Rzeszutek Wilk
2015-09-10xen/pt: Use xen_host_pci_get_[byte|word] instead of dev.configKonrad Rzeszutek Wilk
2015-09-10xen/pt: xen_host_pci_config_read returns -errno, not -1 on failureKonrad Rzeszutek Wilk
2015-09-10xen/pt: Update comments with proper function name.Konrad Rzeszutek Wilk
2015-09-10xen, gfx passthrough: register a isa bridgeTiejun Chen
2015-09-10xen, gfx passthrough: retrieve VGA BIOS to workTiejun Chen
2015-09-10xen, gfx passthrough: basic graphics passthrough supportTiejun Chen
2015-06-23Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2015-06-2...Peter Maydell
2015-06-23xen_pt: QOMifyGonglei
2015-06-23xen/pass-through: log errno values rather than function return onesJan Beulich
2015-06-23xen/pass-through: ROM BAR handling adjustmentsJan Beulich
2015-06-23xen/pass-through: fold host PCI command register writesJan Beulich
2015-06-02xen/pt: unknown PCI config space fields should be read-onlyJan Beulich
2015-06-02xen: properly gate host writes of modified PCI CFG contentsJan Beulich
2015-04-09xen: limit guest control of PCI command registerJan Beulich
2015-01-13xen-pt: Fix PCI devices re-attach failedLiang Li
2014-08-18memory: remove memory_region_destroyPaolo Bonzini
2014-01-17xen_pt: Fix passthrough of device with ROM.Anthony PERARD
2014-01-17xen_pt: Fix debug output.Anthony PERARD
2013-12-01xen: fix two errors when debug is enabledWei Liu
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum
2013-07-27misc: Fix new typos in comments and stringsStefan Weil
2013-07-04hw/[u-x]*: pass owner to memory_region_init* functionsPaolo Bonzini
2013-07-04memory: add ref/unref callsPaolo Bonzini