aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/kvm
AgeCommit message (Expand)Author
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
2023-02-27hw: Move ioapic*.h to intc/Bernhard Beschow
2023-01-13hw/intc: Extract the IRQ counting functions into a separate fileThomas Huth
2021-09-29i386/kvm: Replace abs64() with uabs64() from host-utilsLuis Pires
2021-06-05i386/kvm: The value passed to strerror should be positiveDmitry Voronetskiy
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth
2021-05-02hw: Do not include hw/irq.h if it is not necessaryThomas Huth
2021-03-09sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé
2020-12-18qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost
2020-12-16i386: move kvm accel files into kvm/Claudio Fontana
2020-12-10target/i386: Support up to 32768 CPUs without IRQ remappingDavid Woodhouse
2020-10-14i386/kvm: Remove IRQ routing support checksEduardo Habkost
2020-09-30target/i386: always create kvmclock deviceVitaly Kuznetsov
2020-09-29qapi: Restrict LostTickPolicy enum to machine codePhilippe Mathieu-Daudé
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-09-01hw/i386/kvm/ioapic.c: fix typo in error messageKenta Ishiguro
2020-08-21meson: convert hw/arch*Marc-André Lureau
2020-05-15qdev: Unrealize must not failMarkus Armbruster
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2019-12-17hw/i386: De-duplicate gsi_handler() to remove kvm_pc_gsi_handler()Philippe Mathieu-Daudé