summaryrefslogtreecommitdiff
path: root/hw/xen
AgeCommit message (Expand)AuthorFilesLines
2017-04-25move xen-common.c to hw/xen/Anthony Xu2-1/+170
2017-04-25xen/9pfs: build and register Xen 9pfs backendStefano Stabellini1-0/+3
2017-04-21xen: use libxendevice model to restrict operationsPaul Durrant1-0/+1
2017-03-22xen: make use of xen_xc implicit in xen_common.h inlinesPaul Durrant1-2/+0
2017-03-19xen: do not build backends for targets that do not support xenStefano Stabellini1-1/+1
2017-02-03Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20170202' into sta...Peter Maydell1-6/+7
2017-02-02xen: use qdev_unplug() instead of g_free() in xen_pv_find_xendev()Juergen Gross1-6/+7
2017-01-31trace: move hw/xen events to correct subdirDaniel P. Berrange1-0/+13
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