summaryrefslogtreecommitdiffstats
path: root/hw/xen
Commit message (Expand)AuthorAgeFilesLines
* xen: move xen_sysdev to xen_backend.cJuergen Gross2016-06-221-0/+41
* os-posix: include sys/mman.hPaolo Bonzini2016-06-162-2/+0Star
* xen: write information about supported backendsJuergen Gross2016-05-232-50/+65
* util: move declarations out of qemu-common.hVeronia Bahaa2016-03-221-0/+1
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-224-0/+4
* xen: drop XenXC and associated interface wrappersIan Campbell2016-02-101-2/+2
* fix MSI injection on XenStefano Stabellini2016-02-061-3/+1Star
* xen: Clean up includesPeter Maydell2016-01-297-9/+7Star
* xen: Switch uses of xc_map_foreign_{pages,bulk} to use libxenforeignmemory API.Ian Campbell2016-01-261-1/+2
* xen: Switch to libxengnttab interface for compat shims.Ian Campbell2016-01-261-5/+5
* xen: Switch to libxenevtchn interface for compat shims.Ian Campbell2016-01-261-15/+16
* Xen PCI passthru: convert to realize()Cao jin2016-01-211-25/+28
* Add Error **errp for xen_pt_config_init()Cao jin2016-01-213-28/+33
* Add Error **errp for xen_pt_setup_vga()Cao jin2016-01-213-8/+13
* Add Error **errp for xen_host_pci_device_get()Cao jin2016-01-213-52/+68
* Xen: use qemu_strtoul instead of strtolCao jin2016-01-211-8/+4Star
* Change xen_host_pci_sysfs_path() to return voidCao jin2016-01-211-24/+11Star
* xen/Makefile.objs: simplifyCao jin2016-01-111-2/+1Star
* xen/pass-through: correctly deal with RW1C bitsJan Beulich2015-12-092-26/+14Star
* xen/MSI-X: really enforce alignmentJan Beulich2015-12-091-6/+16
* xen/MSI-X: latch MSI-X table writesJan Beulich2015-12-093-48/+32Star
* xen: fix invalid assertionPaolo Bonzini2015-11-061-2/+2
* Qemu/Xen: Fix early freeing MSIX MMIO memory regionLan Tianyu2015-10-264-2/+22
* typofixes - v4Veres Lajos2015-09-111-1/+1
* maint: avoid useless "if (foo) free(foo)" patternDaniel P. Berrange2015-09-111-3/+1Star
* xen/pt: Don't slurp wholesale the PCI configuration registersKonrad Rzeszutek Wilk2015-09-101-6/+1Star
* xen/pt: Check for return values for xen_host_pci_[get|set] in initKonrad Rzeszutek Wilk2015-09-101-8/+16
* xen/pt: Move bulk of xen_pt_unregister_device in its own routine.Konrad Rzeszutek Wilk2015-09-101-58/+63
* xen/pt: Make xen_pt_unregister_device idempotentKonrad Rzeszutek Wilk2015-09-104-6/+22
* xen/pt: Log xen_host_pci_get/set errors in MSI code.Konrad Rzeszutek Wilk2015-09-101-4/+14
* xen/pt: Log xen_host_pci_get in two init functionsKonrad Rzeszutek Wilk2015-09-101-0/+9
* xen/pt: Remove XenPTReg->data field.Konrad Rzeszutek Wilk2015-09-102-30/+49
* xen/pt: Check if reg->init function sets the 'data' past the reg->sizeKonrad Rzeszutek Wilk2015-09-101-2/+8
* xen/pt: Sync up the dev.config and data values.Konrad Rzeszutek Wilk2015-09-101-1/+58
* xen/pt: Use xen_host_pci_get_[byte|word] instead of dev.configKonrad Rzeszutek Wilk2015-09-102-28/+73
* xen/pt: Use XEN_PT_LOG properly to guard against compiler warnings.Konrad Rzeszutek Wilk2015-09-101-1/+1
* xen/pt/msi: Add the register value when printing logging and error messagesKonrad Rzeszutek Wilk2015-09-101-3/+3
* xen/pt: xen_host_pci_config_read returns -errno, not -1 on failureKonrad Rzeszutek Wilk2015-09-101-1/+1
* xen/pt: Make xen_pt_msi_set_enable staticKonrad Rzeszutek Wilk2015-09-102-2/+1Star
* xen/pt: Update comments with proper function name.Konrad Rzeszutek Wilk2015-09-101-2/+2
* xen, gfx passthrough: add opregion mappingTiejun Chen2015-09-103-3/+136
* xen, gfx passthrough: register a isa bridgeTiejun Chen2015-09-101-0/+22
* xen, gfx passthrough: retrieve VGA BIOS to workTiejun Chen2015-09-103-0/+94
* xen, gfx passthrough: basic graphics passthrough supportTiejun Chen2015-09-106-1/+131
* Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2015-06-2...Peter Maydell2015-06-232-5/+9
|\
| * xen_pt: QOMifyGonglei2015-06-232-5/+9
* | Merge remote-tracking branch 'remotes/sstabellini/tags/xen-220615-3' into sta...Peter Maydell2015-06-234-44/+46
|\ \ | |/ |/|
| * xen/pass-through: constify some static dataJan Beulich2015-06-232-6/+5Star
| * xen/pass-through: log errno values rather than function return onesJan Beulich2015-06-232-25/+25
| * xen/pass-through: ROM BAR handling adjustmentsJan Beulich2015-06-232-6/+14