aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/kvm/xen_xenstore.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-08system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi1-1/+1
2023-12-29hw/i386: Constify VMStateRichard Henderson1-1/+1
2023-11-07hw/xen: add support for Xen primary console in emulated modeDavid Woodhouse1-0/+10
2023-11-07hw/xen: populate store frontend nodes with XenStore PFN/portDavid Woodhouse1-0/+11
2023-11-07include: update Xen public headers to Xen 4.17.2 releaseDavid Woodhouse1-1/+1
2023-11-06hw/xen: fix XenStore watch delivery to guestDavid Woodhouse1-3/+5
2023-09-20i386: spelling fixesMichael Tokarev1-1/+1
2023-06-07hw/xen: Fix broken check for invalid state in xs_be_open()David Woodhouse1-1/+1
2023-05-30aio: remove aio_disable_external() APIStefan Hajnoczi1-1/+1
2023-05-30hw/xen: do not use aio_set_fd_handler(is_external=true) in xen_xenstoreStefan Hajnoczi1-1/+1
2023-03-22*: Add missing includes of qemu/error-report.hRichard Henderson1-0/+1
2023-03-07hw/xen: Map guest XENSTORE_PFN grant in emulated XenstoreDavid Woodhouse1-0/+16
2023-03-07hw/xen: Add emulated implementation of XenStore operationsDavid Woodhouse1-4/+269
2023-03-07hw/xen: Add xenstore operations to allow redirection to internal emulationPaul Durrant1-3/+0
2023-03-07hw/xen: Create initial XenStore nodesPaul Durrant1-0/+70
2023-03-07hw/xen: Implement core serialize/deserialize methods for xenstore_implDavid Woodhouse1-1/+25
2023-03-07hw/xen: Implement XenStore permissionsPaul Durrant1-1/+1
2023-03-07hw/xen: Add xenstore wire implementation and implementation stubsDavid Woodhouse1-8/+863
2023-03-01hw/xen: Add basic ring handling to xenstoreDavid Woodhouse1-3/+251
2023-03-01hw/xen: Add xen_xenstore device for xenstore emulationDavid Woodhouse1-0/+252