aboutsummaryrefslogtreecommitdiff
path: root/hw/xen/xen_backend.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-02Remove/replace sysemu/char.h inclusionMarc-André Lureau1-1/+0
2017-05-17xen-sysdev: Remove user_creatable flagEduardo Habkost1-5/+0
2017-05-17xen-backend: Remove FIXME comment about user_creatable flagEduardo Habkost1-4/+1
2017-05-17sysbus: Set user_creatable=false by default on TYPE_SYS_BUS_DEVICEEduardo Habkost1-0/+10
2017-05-16xen: call qemu_set_cloexec instead of fcntlStefano Stabellini1-1/+1
2017-04-25xen/9pfs: build and register Xen 9pfs backendStefano Stabellini1-0/+3
2017-03-22xen: make use of xen_xc implicit in xen_common.h inlinesPaul Durrant1-2/+0
2017-02-02xen: use qdev_unplug() instead of g_free() in xen_pv_find_xendev()Juergen Gross1-6/+7
2016-11-22xen: create qdev for each backend deviceJuergen Gross1-0/+47
2016-11-22xen: add an own bus for xen backend devicesJuergen Gross1-3/+16
2016-10-28xen: Rename xen_be_del_xendevEmil Condrea1-1/+1
2016-10-28xen: Rename xen_be_find_xendevEmil Condrea1-1/+1
2016-10-28xen: Rename xen_be_evtchn_eventEmil Condrea1-1/+1
2016-10-28xen: Rename xen_be_printf to xen_pv_printfEmil Condrea1-23/+23
2016-10-28xen: Move xenstore cleanup and mkdir functionsEmil Condrea1-49/+0
2016-10-28xen: Prepare xendev qtail to be shared with frontendsEmil Condrea1-50/+1
2016-10-28xen: Move evtchn functions to xen_pvdev.cEmil Condrea1-35/+0
2016-10-28xen: Move xenstore_update to xen_pvdev.cEmil Condrea1-27/+3
2016-10-28xen: Create a new file xen_pvdev.cEmil Condrea1-125/+1
2016-10-28xen: Fix coding style warningsEmil Condrea1-5/+10
2016-10-28xen: Fix coding style errorsEmil Condrea1-10/+10
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-06-22xen: move xen_sysdev to xen_backend.cJuergen Gross1-0/+41
2016-06-16os-posix: include sys/mman.hPaolo Bonzini1-1/+0
2016-05-23xen: write information about supported backendsJuergen Gross1-0/+63
2016-02-10xen: drop XenXC and associated interface wrappersIan Campbell1-2/+2
2016-01-29xen: Clean up includesPeter Maydell1-9/+1
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
2015-06-12xen_backend: Remove unused error handling of qemu_set_fd_handlerFam Zheng1-3/+1
2014-07-07xen_backend: introduce xenstore_read_uint64 and xenstore_read_fe_uint64Stefano Stabellini1-0/+18
2014-05-07xen: remove unused global, xen_xcgJim Meyering1-1/+0
2013-10-10qemu/xen: make use of xenstore relative pathsRoger Pau Monné1-13/+6
2013-04-15sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini1-1/+1
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini1-0/+800