aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/kvm
AgeCommit message (Expand)Author
2023-06-20meson: Replace CONFIG_SOFTMMU -> CONFIG_SYSTEM_ONLYPhilippe Mathieu-Daudé
2023-06-07hw/xen: Fix broken check for invalid state in xs_be_open()David Woodhouse
2023-06-07hw/xen: Simplify emulated Xen platform initDavid Woodhouse
2023-06-05hw/timer/i8254_common: Share "iobase" property via base classBernhard Beschow
2023-05-30aio: remove aio_disable_external() APIStefan Hajnoczi
2023-05-30hw/xen: do not use aio_set_fd_handler(is_external=true) in xen_xenstoreStefan Hajnoczi
2023-03-22*: Add missing includes of qemu/error-report.hRichard Henderson
2023-03-07hw/xen: Implement soft reset for emulated gnttabDavid Woodhouse
2023-03-07hw/xen: Map guest XENSTORE_PFN grant in emulated XenstoreDavid Woodhouse
2023-03-07hw/xen: Add emulated implementation of XenStore operationsDavid Woodhouse
2023-03-07hw/xen: Add emulated implementation of grant table operationsDavid Woodhouse
2023-03-07hw/xen: Hook up emulated implementation for event channel operationsDavid Woodhouse
2023-03-07hw/xen: Add xenstore operations to allow redirection to internal emulationPaul Durrant
2023-03-07hw/xen: Create initial XenStore nodesPaul Durrant
2023-03-07hw/xen: Implement core serialize/deserialize methods for xenstore_implDavid Woodhouse
2023-03-07hw/xen: Implement XenStore permissionsPaul Durrant
2023-03-07hw/xen: Watches on XenStore transactionsDavid Woodhouse
2023-03-07hw/xen: Implement XenStore transactionsDavid Woodhouse
2023-03-07hw/xen: Implement XenStore watchesDavid Woodhouse
2023-03-07hw/xen: Add basic XenStore tree walk and write/read/directory supportDavid Woodhouse
2023-03-07hw/xen: Add xenstore wire implementation and implementation stubsDavid Woodhouse
2023-03-01kvm/i386: Add xen-evtchn-max-pirq propertyDavid Woodhouse
2023-03-01hw/xen: Support MSI mapping to PIRQDavid Woodhouse
2023-03-01hw/xen: Support GSI mapping to PIRQDavid Woodhouse
2023-03-01hw/xen: Implement emulated PIRQ hypercall supportDavid Woodhouse
2023-03-01i386/xen: Implement HYPERVISOR_physdev_opDavid Woodhouse
2023-03-01hw/xen: Add basic ring handling to xenstoreDavid Woodhouse
2023-03-01hw/xen: Add xen_xenstore device for xenstore emulationDavid Woodhouse
2023-03-01hw/xen: Add backend implementation of interdomain event channel supportDavid Woodhouse
2023-03-01i386/xen: handle PV timer hypercallsJoao Martins
2023-03-01hw/xen: Implement GNTTABOP_query_sizeDavid Woodhouse
2023-03-01i386/xen: Implement HYPERVISOR_grant_table_op and GNTTABOP_[gs]et_versonDavid Woodhouse
2023-03-01hw/xen: Support mapping grant framesDavid Woodhouse
2023-03-01hw/xen: Add xen_gnttab device for grant table emulationDavid Woodhouse
2023-03-01hw/xen: Support HVM_PARAM_CALLBACK_TYPE_PCI_INTX callbackDavid Woodhouse
2023-03-01hw/xen: Support HVM_PARAM_CALLBACK_TYPE_GSI callbackDavid Woodhouse
2023-03-01i386/xen: add monitor commands to test event injectionJoao Martins
2023-03-01hw/xen: Implement EVTCHNOP_resetDavid Woodhouse
2023-03-01hw/xen: Implement EVTCHNOP_bind_vcpuDavid Woodhouse
2023-03-01hw/xen: Implement EVTCHNOP_bind_interdomainDavid Woodhouse
2023-03-01hw/xen: Implement EVTCHNOP_alloc_unboundDavid Woodhouse
2023-03-01hw/xen: Implement EVTCHNOP_sendDavid Woodhouse
2023-03-01hw/xen: Implement EVTCHNOP_bind_ipiDavid Woodhouse
2023-03-01hw/xen: Implement EVTCHNOP_bind_virqDavid Woodhouse
2023-03-01hw/xen: Implement EVTCHNOP_unmaskDavid Woodhouse
2023-03-01hw/xen: Implement EVTCHNOP_closeDavid Woodhouse
2023-03-01hw/xen: Implement EVTCHNOP_statusDavid Woodhouse
2023-03-01hw/xen: Add xen_evtchn device for event channel emulationDavid Woodhouse
2023-03-01i386/xen: manage and save/restore Xen guest long_mode settingDavid Woodhouse
2023-03-01hw/xen: Add xen_overlay device for emulating shared xenheap pagesDavid Woodhouse