aboutsummaryrefslogtreecommitdiff
path: root/include/hw/xen
AgeCommit message (Expand)Author
2020-12-15xen: remove GNUC checkMarc-André Lureau
2020-11-16include/hw/xen.h: drop superfluous structAlex Bennée
2020-10-19xen-bus: reduce scope of backend watchPaul Durrant
2020-10-19xen: Rename XENBACKEND_DEVICE to XENBACKENDEduardo Habkost
2020-09-30hw/xen: Split x86-specific declaration from generic hardware onesPhilippe Mathieu-Daudé
2020-09-30hw/i386/xen: Rename X86/PC specific function as xen_hvm_init_pc()Philippe Mathieu-Daudé
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost
2020-09-18Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost
2020-09-18qom: Remove module_obj_name parameter from OBJECT_DECLARE* macrosEduardo Habkost
2020-09-09Use OBJECT_DECLARE_TYPE where possibleEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-08-27xen-legacy-backend: Add missing typedef XenLegacyDeviceEduardo Habkost
2020-06-10accel: Move Xen accelerator code under accel/xen/Philippe Mathieu-Daudé
2020-05-15qdev: Unrealize must not failMarkus Armbruster
2020-02-27xen-bus/block: explicitly assign event channels to an AioContextPaul Durrant
2019-11-06global: Squash 'the the'Dr. David Alan Gilbert
2019-09-24xen: perform XenDevice clean-up in XenBus watch handlerPaul Durrant
2019-09-24xen: introduce separate XenWatchList for XenDevice objectsPaul Durrant
2019-09-24xen / notify: introduce a new XenWatchList abstractionPaul Durrant
2019-08-27xen: Fix ring.h headerAnthony PERARD
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster
2019-08-16Include qemu/queue.h slightly lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-06-24xen: Import other xen/io/*.hAnthony PERARD
2019-06-24Revert xen/io/ring.h of "Clean up a few header guard symbols"Anthony PERARD
2019-06-24xen-bus / xen-block: add support for event channel pollingPaul Durrant
2019-06-24xen-bus: allow AioContext to be specified for each event channelPaul Durrant
2019-06-24xen-bus: use a separate fd for each event channelPaul Durrant
2019-06-12Clean up a few header guard symbolsMarkus Armbruster
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-05-13Clean up ill-advised or unusual header guardsMarkus Armbruster
2019-05-13Clean up header guards that don't match their file nameMarkus Armbruster
2019-02-05pvh: Add x86/HVM direct boot ABI header fileLiam Merwick
2019-01-14xen: Replace few mentions of xend by libxlAnthony PERARD
2019-01-14Remove broken Xen PV domain builderAnthony PERARD
2019-01-14xen: automatically create XenBlockDevice-sPaul Durrant
2019-01-14xen: add a mechanism to automatically create XenDevice-s...Paul Durrant
2019-01-14xen: add implementations of xen-block connect and disconnect functions...Paul Durrant
2019-01-14xen: add event channel interface for XenDevice-sPaul Durrant
2019-01-14xen: add grant table interface for XenDevice-sPaul Durrant
2019-01-14xen: add xenstore watcher infrastructurePaul Durrant
2019-01-14xen: create xenstore areas for XenDevice-sPaul Durrant
2019-01-14xen: introduce 'xen-block', 'xen-disk' and 'xen-cdrom'Paul Durrant
2019-01-14xen: introduce new 'XenBus' and 'XenDevice' object hierarchyPaul Durrant
2019-01-14xen: re-name XenDevice to XenLegacyDevice...Paul Durrant
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini
2018-06-27compiler: add a sizeof_field() macroStefan Hajnoczi
2018-05-31xen-hvm: try to use xenforeignmemory_map_resource() to map ioreq pagesPaul Durrant