aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/kvm
AgeCommit message (Expand)AuthorFilesLines
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
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth2-2/+0
2021-05-02hw: Do not include hw/irq.h if it is not necessaryThomas Huth1-1/+0
2021-03-09sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé2-2/+2
2020-12-18qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost1-0/+1
2020-12-16i386: move kvm accel files into kvm/Claudio Fontana2-2/+2
2020-12-10target/i386: Support up to 32768 CPUs without IRQ remappingDavid Woodhouse1-0/+7
2020-10-14i386/kvm: Remove IRQ routing support checksEduardo Habkost2-20/+18
2020-09-30target/i386: always create kvmclock deviceVitaly Kuznetsov1-2/+5
2020-09-29qapi: Restrict LostTickPolicy enum to machine codePhilippe Mathieu-Daudé1-1/+1
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost1-3/+1
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost3-10/+6
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost3-8/+15
2020-09-01hw/i386/kvm/ioapic.c: fix typo in error messageKenta Ishiguro1-1/+1
2020-08-21meson: convert hw/arch*Marc-André Lureau2-5/+8
2020-05-15qdev: Unrealize must not failMarkus Armbruster1-1/+1
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau3-3/+3
2019-12-17hw/i386: De-duplicate gsi_handler() to remove kvm_pc_gsi_handler()Philippe Mathieu-Daudé1-12/+0
2019-12-17x86: move more x86-generic functions out of PC filesPaolo Bonzini1-1/+1
2019-12-17hw: replace hw/i386/pc.h with a header just for the i8259Paolo Bonzini1-0/+1
2019-12-17i386: conditionally compile more filesPaolo Bonzini1-1/+5
2019-09-03migration: Do not re-read the clock on pre_save in case of paused guestMaxiwell S. Garcia1-4/+11
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2-2/+2
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster2-0/+2
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster2-0/+2