summaryrefslogtreecommitdiff
path: root/hw/xen
AgeCommit message (Expand)Author
2016-11-22xen: create qdev for each backend deviceJuergen Gross
2016-11-22xen: add an own bus for xen backend devicesJuergen Gross
2016-11-02hw/xen/xen_pvdev: Include qemu/log.h for qemu_log_vprintf()Thomas Huth
2016-10-28xen: Rename xen_be_del_xendevEmil Condrea
2016-10-28xen: Rename xen_be_find_xendevEmil Condrea
2016-10-28xen: Rename xen_be_evtchn_eventEmil Condrea
2016-10-28xen: Rename xen_be_send_notifyEmil Condrea
2016-10-28xen: Rename xen_be_unbind_evtchnEmil Condrea
2016-10-28xen: Rename xen_be_printf to xen_pv_printfEmil Condrea
2016-10-28xen: Move xenstore cleanup and mkdir functionsEmil Condrea
2016-10-28xen: Prepare xendev qtail to be shared with frontendsEmil Condrea
2016-10-28xen: Move evtchn functions to xen_pvdev.cEmil Condrea
2016-10-28xen: Move xenstore_update to xen_pvdev.cEmil Condrea
2016-10-28xen: Create a new file xen_pvdev.cEmil Condrea
2016-10-28xen: Fix coding style warningsEmil Condrea
2016-10-28xen: Fix coding style errorsEmil Condrea
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