summaryrefslogtreecommitdiff
path: root/hw/xen/xen_backend.c
AgeCommit message (Expand)Author
2019-01-14xen: re-name XenDevice to XenLegacyDevice...Paul Durrant
2018-12-13xen_backend: remove xen_sysdev_init() functionMao Zhongyi
2018-05-22xen_backend: make the xen_feature_grant_copy flag privatePaul Durrant
2018-05-22xen_backend: add an emulation of grant copyPaul Durrant
2018-05-22xen_backend: add grant table helpersPaul Durrant
2018-01-19xen: Add only xen-sysdev to dynamic sysbus device listEduardo Habkost
2018-01-19machine: Replace has_dynamic_sysbus with list of allowed devicesEduardo Habkost
2017-10-26xen: add a global indicator for grant copy being availableJuergen Gross
2017-06-02Remove/replace sysemu/char.h inclusionMarc-André Lureau
2017-05-17xen-sysdev: Remove user_creatable flagEduardo Habkost
2017-05-17xen-backend: Remove FIXME comment about user_creatable flagEduardo Habkost
2017-05-17sysbus: Set user_creatable=false by default on TYPE_SYS_BUS_DEVICEEduardo Habkost
2017-05-16xen: call qemu_set_cloexec instead of fcntlStefano Stabellini
2017-04-25xen/9pfs: build and register Xen 9pfs backendStefano Stabellini
2017-03-22xen: make use of xen_xc implicit in xen_common.h inlinesPaul Durrant
2017-02-02xen: use qdev_unplug() instead of g_free() in xen_pv_find_xendev()Juergen Gross
2016-11-22xen: create qdev for each backend deviceJuergen Gross
2016-11-22xen: add an own bus for xen backend devicesJuergen Gross
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_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-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-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-02-10xen: drop XenXC and associated interface wrappersIan Campbell
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
2015-06-12xen_backend: Remove unused error handling of qemu_set_fd_handlerFam Zheng
2014-07-07xen_backend: introduce xenstore_read_uint64 and xenstore_read_fe_uint64Stefano Stabellini
2014-05-07xen: remove unused global, xen_xcgJim Meyering
2013-10-10qemu/xen: make use of xenstore relative pathsRoger Pau Monné
2013-04-15sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini