aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/kvm
AgeCommit message (Expand)AuthorFilesLines
2023-08-02Merge tag 'misc-fixes-20230801' of https://github.com/philmd/qemu into stagingRichard Henderson1-4/+11
2023-08-01hw/xen: prevent guest from binding loopback event channel to itselfDavid Woodhouse1-2/+9
2023-08-01hw/xen: fix off-by-one in xen_evtchn_set_gsi()David Woodhouse1-2/+2
2023-08-01hw/xen: Clarify (lack of) error handling in transaction_commit()David Woodhouse1-1/+11
2023-06-20meson: Replace CONFIG_SOFTMMU -> CONFIG_SYSTEM_ONLYPhilippe Mathieu-Daudé1-1/+1
2023-06-07hw/xen: Fix broken check for invalid state in xs_be_open()David Woodhouse1-1/+1
2023-06-07hw/xen: Simplify emulated Xen platform initDavid Woodhouse2-22/+21
2023-06-05hw/timer/i8254_common: Share "iobase" property via base classBernhard Beschow1-1/+0
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 Henderson2-0/+2
2023-03-07hw/xen: Implement soft reset for emulated gnttabDavid Woodhouse2-2/+25
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 emulated implementation of grant table operationsDavid Woodhouse1-3/+296
2023-03-07hw/xen: Hook up emulated implementation for event channel operationsDavid Woodhouse1-0/+15
2023-03-07hw/xen: Add xenstore operations to allow redirection to internal emulationPaul Durrant2-10/+1
2023-03-07hw/xen: Create initial XenStore nodesPaul Durrant1-0/+70
2023-03-07hw/xen: Implement core serialize/deserialize methods for xenstore_implDavid Woodhouse3-6/+599
2023-03-07hw/xen: Implement XenStore permissionsPaul Durrant3-20/+249
2023-03-07hw/xen: Watches on XenStore transactionsDavid Woodhouse1-1/+150
2023-03-07hw/xen: Implement XenStore transactionsDavid Woodhouse1-6/+144
2023-03-07hw/xen: Implement XenStore watchesDavid Woodhouse1-15/+238
2023-03-07hw/xen: Add basic XenStore tree walk and write/read/directory supportDavid Woodhouse1-7/+520
2023-03-07hw/xen: Add xenstore wire implementation and implementation stubsDavid Woodhouse5-8/+1054
2023-03-01kvm/i386: Add xen-evtchn-max-pirq propertyDavid Woodhouse1-10/+11
2023-03-01hw/xen: Support MSI mapping to PIRQDavid Woodhouse4-7/+280
2023-03-01hw/xen: Support GSI mapping to PIRQDavid Woodhouse2-1/+59
2023-03-01hw/xen: Implement emulated PIRQ hypercall supportDavid Woodhouse4-5/+308
2023-03-01i386/xen: Implement HYPERVISOR_physdev_opDavid Woodhouse2-0/+36
2023-03-01hw/xen: Add basic ring handling to xenstoreDavid Woodhouse1-3/+251
2023-03-01hw/xen: Add xen_xenstore device for xenstore emulationDavid Woodhouse4-0/+274
2023-03-01hw/xen: Add backend implementation of interdomain event channel supportDavid Woodhouse2-7/+352
2023-03-01i386/xen: handle PV timer hypercallsJoao Martins2-0/+33
2023-03-01hw/xen: Implement GNTTABOP_query_sizeDavid Woodhouse2-0/+21
2023-03-01i386/xen: Implement HYPERVISOR_grant_table_op and GNTTABOP_[gs]et_versonDavid Woodhouse2-0/+36
2023-03-01hw/xen: Support mapping grant framesDavid Woodhouse3-2/+75
2023-03-01hw/xen: Add xen_gnttab device for grant table emulationDavid Woodhouse3-0/+130
2023-03-01hw/xen: Support HVM_PARAM_CALLBACK_TYPE_PCI_INTX callbackDavid Woodhouse1-14/+66
2023-03-01hw/xen: Support HVM_PARAM_CALLBACK_TYPE_GSI callbackDavid Woodhouse2-0/+101
2023-03-01i386/xen: add monitor commands to test event injectionJoao Martins3-0/+172
2023-03-01hw/xen: Implement EVTCHNOP_resetDavid Woodhouse2-0/+33
2023-03-01hw/xen: Implement EVTCHNOP_bind_vcpuDavid Woodhouse2-0/+42
2023-03-01hw/xen: Implement EVTCHNOP_bind_interdomainDavid Woodhouse2-0/+80
2023-03-01hw/xen: Implement EVTCHNOP_alloc_unboundDavid Woodhouse2-0/+34
2023-03-01hw/xen: Implement EVTCHNOP_sendDavid Woodhouse2-0/+182
2023-03-01hw/xen: Implement EVTCHNOP_bind_ipiDavid Woodhouse2-0/+71
2023-03-01hw/xen: Implement EVTCHNOP_bind_virqDavid Woodhouse2-0/+87
2023-03-01hw/xen: Implement EVTCHNOP_unmaskDavid Woodhouse2-0/+177
2023-03-01hw/xen: Implement EVTCHNOP_closeDavid Woodhouse2-0/+125