summaryrefslogtreecommitdiff
path: root/hw/xen
AgeCommit message (Expand)AuthorFilesLines
2015-06-23Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2015-06-2...Peter Maydell2-5/+9
2015-06-23xen_pt: QOMifyGonglei2-5/+9
2015-06-23Merge remote-tracking branch 'remotes/sstabellini/tags/xen-220615-3' into sta...Peter Maydell4-44/+46
2015-06-23xen/pass-through: constify some static dataJan Beulich2-6/+5
2015-06-23xen/pass-through: log errno values rather than function return onesJan Beulich2-25/+25
2015-06-23xen/pass-through: ROM BAR handling adjustmentsJan Beulich2-6/+14
2015-06-23xen/pass-through: fold host PCI command register writesJan Beulich1-7/+2
2015-06-12xen_backend: Remove unused error handling of qemu_set_fd_handlerFam Zheng1-3/+1
2015-06-02xen/pt: unknown PCI config space fields should be read-onlyJan Beulich3-3/+35
2015-06-02xen/pt: add a few PCI config space field descriptionsJan Beulich1-0/+28
2015-06-02xen/pt: mark reserved bits in PCI config space fieldsJan Beulich2-5/+11
2015-06-02xen/pt: mark all PCIe capability bits read-onlyJan Beulich1-1/+1
2015-06-02xen/pt: split out calculation of throughable mask in PCI config space handlingJan Beulich1-31/+20
2015-06-02xen/pt: correctly handle PM status bitJan Beulich1-1/+2
2015-06-02xen/pt: consolidate PM capability emu_maskJan Beulich1-21/+4
2015-06-02xen/MSI: don't open-code pass-through of enable bit modificationsJan Beulich1-8/+2
2015-06-02xen/MSI-X: limit error messagesJan Beulich2-5/+8
2015-06-02xen: don't allow guest to control MSI mask registerJan Beulich1-10/+88
2015-06-02xen: properly gate host writes of modified PCI CFG contentsJan Beulich3-10/+21
2015-04-09xen: limit guest control of PCI command registerJan Beulich2-27/+13
2015-03-10xen-pt: fix Out-of-bounds readGonglei1-1/+1
2015-03-10xen-pt: fix Negative array index readGonglei1-4/+2
2015-01-13xen-pt: Fix PCI devices re-attach failedLiang Li1-1/+1
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster1-0/+1
2014-08-18memory: remove memory_region_destroyPaolo Bonzini2-22/+0
2014-07-07xen_backend: introduce xenstore_read_uint64 and xenstore_read_fe_uint64Stefano Stabellini1-0/+18
2014-05-07Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-05-07' in...Peter Maydell1-1/+0
2014-05-07xen: remove unused global, xen_xcgJim Meyering1-1/+0
2014-05-07xen: move Xen HVM files under hw/i386/xenWei Liu4-683/+0
2014-05-07qemu-xen: free all the pirqs for msi/msix when driver unloadZhenzhong Duan2-4/+8
2014-02-20Call pci_piix3_xen_ide_unplug from unplug_disksStefano Stabellini1-1/+2
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-24apic: QOM'ify APICxiaoqiang zhao1-2/+4
2013-12-01xen-pvdevice: make device-id property compulsoryPaul Durrant1-1/+5
2013-12-01xen: fix two errors when debug is enabledWei Liu1-1/+2
2013-11-05qdev: Drop misleading qdev_free() functionStefan Hajnoczi1-1/+1
2013-10-10qemu/xen: make use of xenstore relative pathsRoger Pau Monné1-13/+6
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum2-0/+2
2013-07-29Xen PV DevicePaul Durrant2-1/+132
2013-07-27misc: Fix new typos in comments and stringsStefan Weil1-1/+2
2013-07-23xen/xen_platform: QOM parent field cleanupAndreas Färber1-8/+13
2013-07-23xen/xen_platform: QOM casting sweepPeter Crosthwaite1-5/+9
2013-07-04hw/[u-x]*: pass owner to memory_region_init* functionsPaolo Bonzini4-8/+10
2013-07-04memory: add ref/unref callsPaolo Bonzini1-0/+4
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini4-7/+7
2013-07-04xen: Mark fixed platform I/O as unalignedJan Kiszka1-0/+4
2013-06-20memory: make section size a 128-bit integerPaolo Bonzini1-3/+3
2013-06-11hw/xen: Use g_free instead of free and fix potential memory leaksStefan Weil1-2/+2
2013-05-01target-i386: Replace MSI_SPACE_SIZE with APIC_SPACE_SIZEIgor Mammedov1-1/+1