summary refs log tree commit diff stats
path: root/hw/xen/xen_backend.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* xen: use qdev_unplug() instead of g_free() in xen_pv_find_xendev()Juergen Gross2017-02-021-6/+7
* xen: create qdev for each backend deviceJuergen Gross2016-11-221-0/+47
* xen: add an own bus for xen backend devicesJuergen Gross2016-11-221-3/+16
* xen: Rename xen_be_del_xendevEmil Condrea2016-10-281-1/+1
* xen: Rename xen_be_find_xendevEmil Condrea2016-10-281-1/+1
* xen: Rename xen_be_evtchn_eventEmil Condrea2016-10-281-1/+1
* xen: Rename xen_be_printf to xen_pv_printfEmil Condrea2016-10-281-23/+23
* xen: Move xenstore cleanup and mkdir functionsEmil Condrea2016-10-281-49/+0
* xen: Prepare xendev qtail to be shared with frontendsEmil Condrea2016-10-281-50/+1
* xen: Move evtchn functions to xen_pvdev.cEmil Condrea2016-10-281-35/+0
* xen: Move xenstore_update to xen_pvdev.cEmil Condrea2016-10-281-27/+3
* xen: Create a new file xen_pvdev.cEmil Condrea2016-10-281-125/+1
* xen: Fix coding style warningsEmil Condrea2016-10-281-5/+10
* xen: Fix coding style errorsEmil Condrea2016-10-281-10/+10
* 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/+19
* xen: move xen_sysdev to xen_backend.cJuergen Gross2016-06-221-0/+41
* os-posix: include sys/mman.hPaolo Bonzini2016-06-161-1/+0
* xen: write information about supported backendsJuergen Gross2016-05-231-0/+63
* xen: drop XenXC and associated interface wrappersIan Campbell2016-02-101-2/+2
* xen: Clean up includesPeter Maydell2016-01-291-9/+1
* 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_backend: Remove unused error handling of qemu_set_fd_handlerFam Zheng2015-06-121-3/+1
* xen_backend: introduce xenstore_read_uint64 and xenstore_read_fe_uint64Stefano Stabellini2014-07-071-0/+18
* xen: remove unused global, xen_xcgJim Meyering2014-05-071-1/+0
* qemu/xen: make use of xenstore relative pathsRoger Pau Monné2013-10-101-13/+6
* sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini2013-04-151-1/+1
* hw: move target-independent files to subdirectoriesPaolo Bonzini2013-04-081-0/+800