summaryrefslogtreecommitdiff
path: root/hw/xen
AgeCommit message (Expand)AuthorFilesLines
2016-08-12Xen: fix converity warning of xen_pt_config_init()Cao jin1-3/+2
2016-08-04Xen PCI passthrough: fix passthrough failure when no interrupt pinBruce Rogers1-1/+1
2016-08-03xen: use a common function for pv and hvm guest backend register callsJuergen Gross1-0/+10
2016-08-03xen: when removing a backend don't remove many of themJuergen Gross1-39/+19
2016-07-12Clean up decorations and whitespace around header guardsMarkus Armbruster2-2/+2
2016-06-22xen: move xen_sysdev to xen_backend.cJuergen Gross1-0/+41
2016-06-16os-posix: include sys/mman.hPaolo Bonzini2-2/+0
2016-05-23xen: write information about supported backendsJuergen Gross2-50/+65
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-0/+1
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster4-0/+4
2016-02-10xen: drop XenXC and associated interface wrappersIan Campbell1-2/+2
2016-02-06fix MSI injection on XenStefano Stabellini1-3/+1
2016-01-29xen: Clean up includesPeter Maydell7-9/+7
2016-01-26xen: Switch uses of xc_map_foreign_{pages,bulk} to use libxenforeignmemory API.Ian Campbell1-1/+2
2016-01-26xen: Switch to libxengnttab interface for compat shims.Ian Campbell1-5/+5
2016-01-26xen: Switch to libxenevtchn interface for compat shims.Ian Campbell1-15/+16
2016-01-21Xen PCI passthru: convert to realize()Cao jin1-25/+28
2016-01-21Add Error **errp for xen_pt_config_init()Cao jin3-28/+33
2016-01-21Add Error **errp for xen_pt_setup_vga()Cao jin3-8/+13
2016-01-21Add Error **errp for xen_host_pci_device_get()Cao jin3-52/+68
2016-01-21Xen: use qemu_strtoul instead of strtolCao jin1-8/+4
2016-01-21Change xen_host_pci_sysfs_path() to return voidCao jin1-24/+11
2016-01-11xen/Makefile.objs: simplifyCao jin1-2/+1
2015-12-09xen/pass-through: correctly deal with RW1C bitsJan Beulich2-26/+14
2015-12-09xen/MSI-X: really enforce alignmentJan Beulich1-6/+16
2015-12-09xen/MSI-X: latch MSI-X table writesJan Beulich3-48/+32
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