summaryrefslogtreecommitdiffstats
path: root/hw/xen
Commit message (Expand)AuthorAgeFilesLines
...
* xen: Rename xen_be_unbind_evtchnEmil Condrea2016-10-291-1/+1
* xen: Rename xen_be_printf to xen_pv_printfEmil Condrea2016-10-293-30/+30
* xen: Move xenstore cleanup and mkdir functionsEmil Condrea2016-10-292-49/+51
* xen: Prepare xendev qtail to be shared with frontendsEmil Condrea2016-10-292-50/+58
* xen: Move evtchn functions to xen_pvdev.cEmil Condrea2016-10-292-35/+35
* xen: Move xenstore_update to xen_pvdev.cEmil Condrea2016-10-292-27/+26Star
* xen: Create a new file xen_pvdev.cEmil Condrea2016-10-293-126/+152
* xen: Fix coding style warningsEmil Condrea2016-10-291-5/+10
* xen: Fix coding style errorsEmil Condrea2016-10-291-10/+10
* Xen: fix converity warning of xen_pt_config_init()Cao jin2016-08-131-3/+2Star
* Xen PCI passthrough: fix passthrough failure when no interrupt pinBruce Rogers2016-08-041-1/+1
* xen: use a common function for pv and hvm guest backend register callsJuergen Gross2016-08-031-0/+10
* xen: when removing a backend don't remove many of themJuergen Gross2016-08-031-39/+19Star
* Clean up decorations and whitespace around header guardsMarkus Armbruster2016-07-122-2/+2
* 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