aboutsummaryrefslogtreecommitdiff
path: root/hw/xen
AgeCommit message (Expand)Author
2016-08-12Xen: fix converity warning of xen_pt_config_init()Cao jin
2016-08-04Xen PCI passthrough: fix passthrough failure when no interrupt pinBruce Rogers
2016-08-03xen: use a common function for pv and hvm guest backend register callsJuergen Gross
2016-08-03xen: when removing a backend don't remove many of themJuergen Gross
2016-07-12Clean up decorations and whitespace around header guardsMarkus Armbruster
2016-06-22xen: move xen_sysdev to xen_backend.cJuergen Gross
2016-06-16os-posix: include sys/mman.hPaolo Bonzini
2016-05-23xen: write information about supported backendsJuergen Gross
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-02-10xen: drop XenXC and associated interface wrappersIan Campbell
2016-02-06fix MSI injection on XenStefano Stabellini
2016-01-29xen: Clean up includesPeter Maydell
2016-01-26xen: Switch uses of xc_map_foreign_{pages,bulk} to use libxenforeignmemory API.Ian Campbell
2016-01-26xen: Switch to libxengnttab interface for compat shims.Ian Campbell
2016-01-26xen: Switch to libxenevtchn interface for compat shims.Ian Campbell
2016-01-21Xen PCI passthru: convert to realize()Cao jin
2016-01-21Add Error **errp for xen_pt_config_init()Cao jin
2016-01-21Add Error **errp for xen_pt_setup_vga()Cao jin
2016-01-21Add Error **errp for xen_host_pci_device_get()Cao jin
2016-01-21Xen: use qemu_strtoul instead of strtolCao jin
2016-01-21Change xen_host_pci_sysfs_path() to return voidCao jin
2016-01-11xen/Makefile.objs: simplifyCao jin
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