summary refs log tree commit diff stats
path: root/hw/i386/kvm/xen_xenstore.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi2024-01-081-1/+1
* hw/i386: Constify VMStateRichard Henderson2023-12-291-1/+1
* hw/xen: add support for Xen primary console in emulated modeDavid Woodhouse2023-11-071-0/+10
* hw/xen: populate store frontend nodes with XenStore PFN/portDavid Woodhouse2023-11-071-0/+11
* include: update Xen public headers to Xen 4.17.2 releaseDavid Woodhouse2023-11-071-1/+1
* hw/xen: fix XenStore watch delivery to guestDavid Woodhouse2023-11-061-3/+5
* i386: spelling fixesMichael Tokarev2023-09-201-1/+1
* hw/xen: Fix broken check for invalid state in xs_be_open()David Woodhouse2023-06-071-1/+1
* aio: remove aio_disable_external() APIStefan Hajnoczi2023-05-301-1/+1
* hw/xen: do not use aio_set_fd_handler(is_external=true) in xen_xenstoreStefan Hajnoczi2023-05-301-1/+1
* *: Add missing includes of qemu/error-report.hRichard Henderson2023-03-221-0/+1
* hw/xen: Map guest XENSTORE_PFN grant in emulated XenstoreDavid Woodhouse2023-03-071-0/+16
* hw/xen: Add emulated implementation of XenStore operationsDavid Woodhouse2023-03-071-4/+269
* hw/xen: Add xenstore operations to allow redirection to internal emulationPaul Durrant2023-03-071-3/+0
* hw/xen: Create initial XenStore nodesPaul Durrant2023-03-071-0/+70
* hw/xen: Implement core serialize/deserialize methods for xenstore_implDavid Woodhouse2023-03-071-1/+25
* hw/xen: Implement XenStore permissionsPaul Durrant2023-03-071-1/+1
* hw/xen: Add xenstore wire implementation and implementation stubsDavid Woodhouse2023-03-071-8/+863
* hw/xen: Add basic ring handling to xenstoreDavid Woodhouse2023-03-011-3/+251
* hw/xen: Add xen_xenstore device for xenstore emulationDavid Woodhouse2023-03-011-0/+252