summaryrefslogtreecommitdiff
path: root/hw/xen/xen_pt.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-08-18memory: remove memory_region_destroyPaolo Bonzini1-20/+0
2014-01-17xen_pt: Fix passthrough of device with ROM.Anthony PERARD1-2/+2
2014-01-17xen_pt: Fix debug output.Anthony PERARD1-2/+2
2013-12-01xen: fix two errors when debug is enabledWei Liu1-1/+2
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum1-0/+1
2013-07-27misc: Fix new typos in comments and stringsStefan Weil1-1/+2
2013-07-04hw/[u-x]*: pass owner to memory_region_init* functionsPaolo Bonzini1-2/+2
2013-07-04memory: add ref/unref callsPaolo Bonzini1-0/+4
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-2/+2
2013-06-20memory: make section size a 128-bit integerPaolo Bonzini1-3/+3
2013-04-08hw: move private headers to hw/ subdirectories.Paolo Bonzini1-1/+1
2013-04-08hw: move more files to hw/xen/Paolo Bonzini1-0/+844