aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/kvm
AgeCommit message (Expand)AuthorFilesLines
2023-08-04hw/xen: fix off-by-one in xen_evtchn_set_gsi()David Woodhouse1-2/+2
2023-06-07hw/xen: Fix broken check for invalid state in xs_be_open()David Woodhouse1-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
2023-03-01hw/xen: Implement EVTCHNOP_statusDavid Woodhouse2-0/+107
2023-03-01hw/xen: Add xen_evtchn device for event channel emulationDavid Woodhouse3-1/+177
2023-03-01i386/xen: manage and save/restore Xen guest long_mode settingDavid Woodhouse2-0/+66
2023-03-01hw/xen: Add xen_overlay device for emulating shared xenheap pagesDavid Woodhouse3-0/+231
2023-02-27hw: Move ioapic*.h to intc/Bernhard Beschow1-2/+1
2023-01-13hw/intc: Extract the IRQ counting functions into a separate fileThomas Huth2-4/+4
2021-09-29i386/kvm: Replace abs64() with uabs64() from host-utilsLuis Pires1-6/+1
2021-06-05i386/kvm: The value passed to strerror should be positiveDmitry Voronetskiy5-12/+12