aboutsummaryrefslogtreecommitdiff
path: root/hw/xen
AgeCommit message (Expand)Author
2015-12-09xen/pass-through: correctly deal with RW1C bitsJan Beulich
2015-12-09xen/MSI-X: really enforce alignmentJan Beulich
2015-12-09xen/MSI-X: latch MSI-X table writesJan Beulich
2015-11-06xen: fix invalid assertionPaolo Bonzini
2015-10-26Qemu/Xen: Fix early freeing MSIX MMIO memory regionLan Tianyu
2015-09-11typofixes - v4Veres Lajos
2015-09-11maint: avoid useless "if (foo) free(foo)" patternDaniel P. Berrange
2015-09-10xen/pt: Don't slurp wholesale the PCI configuration registersKonrad Rzeszutek Wilk
2015-09-10xen/pt: Check for return values for xen_host_pci_[get|set] in initKonrad Rzeszutek Wilk
2015-09-10xen/pt: Move bulk of xen_pt_unregister_device in its own routine.Konrad Rzeszutek Wilk
2015-09-10xen/pt: Make xen_pt_unregister_device idempotentKonrad Rzeszutek Wilk
2015-09-10xen/pt: Log xen_host_pci_get/set errors in MSI code.Konrad Rzeszutek Wilk
2015-09-10xen/pt: Log xen_host_pci_get in two init functionsKonrad Rzeszutek Wilk
2015-09-10xen/pt: Remove XenPTReg->data field.Konrad Rzeszutek Wilk
2015-09-10xen/pt: Check if reg->init function sets the 'data' past the reg->sizeKonrad Rzeszutek Wilk
2015-09-10xen/pt: Sync up the dev.config and data values.Konrad Rzeszutek Wilk
2015-09-10xen/pt: Use xen_host_pci_get_[byte|word] instead of dev.configKonrad Rzeszutek Wilk
2015-09-10xen/pt: Use XEN_PT_LOG properly to guard against compiler warnings.Konrad Rzeszutek Wilk
2015-09-10xen/pt/msi: Add the register value when printing logging and error messagesKonrad Rzeszutek Wilk
2015-09-10xen/pt: xen_host_pci_config_read returns -errno, not -1 on failureKonrad Rzeszutek Wilk
2015-09-10xen/pt: Make xen_pt_msi_set_enable staticKonrad Rzeszutek Wilk
2015-09-10xen/pt: Update comments with proper function name.Konrad Rzeszutek Wilk
2015-09-10xen, gfx passthrough: add opregion mappingTiejun Chen
2015-09-10xen, gfx passthrough: register a isa bridgeTiejun Chen
2015-09-10xen, gfx passthrough: retrieve VGA BIOS to workTiejun Chen
2015-09-10xen, gfx passthrough: basic graphics passthrough supportTiejun Chen
2015-06-23Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2015-06-2...Peter Maydell
2015-06-23xen_pt: QOMifyGonglei
2015-06-23Merge remote-tracking branch 'remotes/sstabellini/tags/xen-220615-3' into sta...Peter Maydell
2015-06-23xen/pass-through: constify some static dataJan Beulich
2015-06-23xen/pass-through: log errno values rather than function return onesJan Beulich
2015-06-23xen/pass-through: ROM BAR handling adjustmentsJan Beulich
2015-06-23xen/pass-through: fold host PCI command register writesJan Beulich
2015-06-12xen_backend: Remove unused error handling of qemu_set_fd_handlerFam Zheng
2015-06-02xen/pt: unknown PCI config space fields should be read-onlyJan Beulich
2015-06-02xen/pt: add a few PCI config space field descriptionsJan Beulich
2015-06-02xen/pt: mark reserved bits in PCI config space fieldsJan Beulich
2015-06-02xen/pt: mark all PCIe capability bits read-onlyJan Beulich
2015-06-02xen/pt: split out calculation of throughable mask in PCI config space handlingJan Beulich
2015-06-02xen/pt: correctly handle PM status bitJan Beulich
2015-06-02xen/pt: consolidate PM capability emu_maskJan Beulich
2015-06-02xen/MSI: don't open-code pass-through of enable bit modificationsJan Beulich
2015-06-02xen/MSI-X: limit error messagesJan Beulich
2015-06-02xen: don't allow guest to control MSI mask registerJan Beulich
2015-06-02xen: properly gate host writes of modified PCI CFG contentsJan Beulich
2015-04-09xen: limit guest control of PCI command registerJan Beulich
2015-03-10xen-pt: fix Out-of-bounds readGonglei
2015-03-10xen-pt: fix Negative array index readGonglei
2015-01-13xen-pt: Fix PCI devices re-attach failedLiang Li
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster