summaryrefslogtreecommitdiffstats
path: root/hw/xen/xen_backend.c
Commit message (Expand)AuthorAgeFilesLines
* xen: Add only xen-sysdev to dynamic sysbus device listEduardo Habkost2018-01-191-6/+1Star
* machine: Replace has_dynamic_sysbus with list of allowed devicesEduardo Habkost2018-01-191-1/+6
* xen: add a global indicator for grant copy being availableJuergen Gross2017-10-261-0/+11
* Remove/replace sysemu/char.h inclusionMarc-André Lureau2017-06-021-1/+0Star
* xen-sysdev: Remove user_creatable flagEduardo Habkost2017-05-171-5/+0Star
* xen-backend: Remove FIXME comment about user_creatable flagEduardo Habkost2017-05-171-4/+1Star
* sysbus: Set user_creatable=false by default on TYPE_SYS_BUS_DEVICEEduardo Habkost2017-05-171-0/+10
* xen: call qemu_set_cloexec instead of fcntlStefano Stabellini2017-05-161-1/+1
* xen/9pfs: build and register Xen 9pfs backendStefano Stabellini2017-04-251-0/+3
* xen: make use of xen_xc implicit in xen_common.h inlinesPaul Durrant2017-03-221-2/+0Star
* 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-291-1/+1
* xen: Rename xen_be_find_xendevEmil Condrea2016-10-291-1/+1
* xen: Rename xen_be_evtchn_eventEmil Condrea2016-10-291-1/+1
* xen: Rename xen_be_printf to xen_pv_printfEmil Condrea2016-10-291-23/+23
* xen: Move xenstore cleanup and mkdir functionsEmil Condrea2016-10-291-49/+0Star
* xen: Prepare xendev qtail to be shared with frontendsEmil Condrea2016-10-291-50/+1Star
* xen: Move evtchn functions to xen_pvdev.cEmil Condrea2016-10-291-35/+0Star
* xen: Move xenstore_update to xen_pvdev.cEmil Condrea2016-10-291-27/+3Star
* xen: Create a new file xen_pvdev.cEmil Condrea2016-10-291-125/+1Star
* xen: Fix coding style warningsEmil Condrea2016-10-291-5/+10
* xen: Fix coding style errorsEmil Condrea2016-10-291-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/+19Star
* xen: move xen_sysdev to xen_backend.cJuergen Gross2016-06-221-0/+41
* os-posix: include sys/mman.hPaolo Bonzini2016-06-161-1/+0Star
* 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/+1Star
* 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/+1Star
* 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/+0Star
* qemu/xen: make use of xenstore relative pathsRoger Pau Monné2013-10-101-13/+6Star
* sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini2013-04-151-1/+1
* hw: move target-independent files to subdirectoriesPaolo Bonzini2013-04-081-0/+800