summaryrefslogtreecommitdiff
path: root/hw/xen_pt.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-19Merge remote-tracking branch 'bonzini/header-dirs' into stagingAnthony Liguori1-3/+3
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-1/+1
2012-12-19exec: move include files to include/exec/Paolo Bonzini1-1/+1
2012-12-17Fix compile errors when enabling Xen debug logging.Sander Eikelenboom1-2/+3
2012-12-17pci: update all users to look in pci/Michael S. Tsirkin1-1/+1
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity1-2/+2
2012-10-22memory: use AddressSpace for MemoryListener filteringAvi Kivity1-2/+2
2012-10-15xen_pt: drop no-op MemoryListener callbacksAvi Kivity1-45/+0
2012-10-15xen_pt: use separate MemoryListeners for memory and I/OAvi Kivity1-1/+37
2012-10-03qemu/xen: Add 64 bits big bar support on qemuXudong Hao1-2/+5
2012-08-01fix Xen compilationStefano Stabellini1-3/+1
2012-07-12memory: pass EventNotifier, not eventfdPaolo Bonzini1-1/+1
2012-06-21Introduce Xen PCI Passthrough, MSIJiang Yunhong1-1/+30
2012-06-21Introduce Xen PCI Passthrough, PCI config space helpersAllen Kay1-0/+10
2012-06-21Introduce Xen PCI Passthrough, qdeviceAllen Kay1-0/+812