summaryrefslogtreecommitdiff
path: root/hw/xen
AgeCommit message (Expand)AuthorFilesLines
2016-11-22xen: create qdev for each backend deviceJuergen Gross2-1/+50
2016-11-22xen: add an own bus for xen backend devicesJuergen Gross1-3/+16
2016-11-02hw/xen/xen_pvdev: Include qemu/log.h for qemu_log_vprintf()Thomas Huth1-1/+1
2016-10-28xen: Rename xen_be_del_xendevEmil Condrea2-2/+2
2016-10-28xen: Rename xen_be_find_xendevEmil Condrea2-2/+2
2016-10-28xen: Rename xen_be_evtchn_eventEmil Condrea2-2/+2
2016-10-28xen: Rename xen_be_send_notifyEmil Condrea1-1/+1
2016-10-28xen: Rename xen_be_unbind_evtchnEmil Condrea1-1/+1
2016-10-28xen: Rename xen_be_printf to xen_pv_printfEmil Condrea3-30/+30
2016-10-28xen: Move xenstore cleanup and mkdir functionsEmil Condrea2-49/+51
2016-10-28xen: Prepare xendev qtail to be shared with frontendsEmil Condrea2-50/+58
2016-10-28xen: Move evtchn functions to xen_pvdev.cEmil Condrea2-35/+35
2016-10-28xen: Move xenstore_update to xen_pvdev.cEmil Condrea2-27/+26
2016-10-28xen: Create a new file xen_pvdev.cEmil Condrea3-126/+152
2016-10-28xen: Fix coding style warningsEmil Condrea1-5/+10
2016-10-28xen: Fix coding style errorsEmil Condrea1-10/+10
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