summaryrefslogtreecommitdiff
path: root/hw/xen
AgeCommit message (Expand)AuthorFilesLines
2015-11-06xen: fix invalid assertionPaolo Bonzini1-2/+2
2015-10-26Qemu/Xen: Fix early freeing MSIX MMIO memory regionLan Tianyu4-2/+22
2015-09-11typofixes - v4Veres Lajos1-1/+1
2015-09-11maint: avoid useless "if (foo) free(foo)" patternDaniel P. Berrange1-3/+1
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 Wilk4-6/+22
2015-09-10xen/pt: Log xen_host_pci_get/set errors in MSI code.Konrad Rzeszutek Wilk1-4/+14
2015-09-10xen/pt: Log xen_host_pci_get in two init functionsKonrad Rzeszutek Wilk1-0/+9
2015-09-10xen/pt: Remove XenPTReg->data field.Konrad Rzeszutek Wilk2-30/+49
2015-09-10xen/pt: Check if reg->init function sets the 'data' past the reg->sizeKonrad Rzeszutek Wilk1-2/+8
2015-09-10xen/pt: Sync up the dev.config and data values.Konrad Rzeszutek Wilk1-1/+58
2015-09-10xen/pt: Use xen_host_pci_get_[byte|word] instead of dev.configKonrad Rzeszutek Wilk2-28/+73
2015-09-10xen/pt: Use XEN_PT_LOG properly to guard against compiler warnings.Konrad Rzeszutek Wilk1-1/+1
2015-09-10xen/pt/msi: Add the register value when printing logging and error messagesKonrad Rzeszutek Wilk1-3/+3
2015-09-10xen/pt: xen_host_pci_config_read returns -errno, not -1 on failureKonrad Rzeszutek Wilk1-1/+1
2015-09-10xen/pt: Make xen_pt_msi_set_enable staticKonrad Rzeszutek Wilk2-2/+1
2015-09-10xen/pt: Update comments with proper function name.Konrad Rzeszutek Wilk1-2/+2
2015-09-10xen, gfx passthrough: add opregion mappingTiejun Chen3-3/+136
2015-09-10xen, gfx passthrough: register a isa bridgeTiejun Chen1-0/+22
2015-09-10xen, gfx passthrough: retrieve VGA BIOS to workTiejun Chen3-0/+94
2015-09-10xen, gfx passthrough: basic graphics passthrough supportTiejun Chen6-1/+131
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