aboutsummaryrefslogtreecommitdiffstats
path: root/hw/xen/xen_pt.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bulk: Access existing variables initialized to &S->F when availablePhilippe Mathieu-Daudé2024-03-121-3/+3
* hw/xen: Extract 'xen_igd.h' from 'xen_pt.h'Philippe Mathieu-Daudé2024-03-091-1/+2
* exec/memory: Add symbolic value for memory listener priority for accelIsaku Yamahata2023-06-281-2/+2
* pci: avoid accessing slot_reserved_mask directly outside of pci.cChuck Zmudzinski2023-04-211-4/+3
* hw/xen: Rename xen_common.h to xen_native.hDavid Woodhouse2023-03-071-1/+1
* xen/pt: reserve PCI slot 2 for Intel igd-passthruChuck Zmudzinski2023-03-061-11/+53
* bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plxPhilippe Mathieu-Daudé2023-01-181-2/+2
* hw/xen/xen_pt: Resolve igd_passthrough_isa_bridge_create() indirectionBernhard Beschow2022-05-121-11/+0
* hw/xen/xen_pt: Confine igd-passthrough-isa-bridge to XENBernhard Beschow2022-05-121-1/+0
* pci: Export pci_for_each_device_under_bus*()Peter Xu2021-11-011-2/+2
* memory: Name all the memory listenersPeter Xu2021-09-301-0/+2
* Do not include exec/address-spaces.h if it's not really necessaryThomas Huth2021-05-021-1/+0
* 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/+11
* 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-141-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/+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