aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/kvm
AgeCommit message (Expand)AuthorFilesLines
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
2019-08-16Include generated QAPI headers lessMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster4-2/+6
2019-01-09ioapic: use TYPE_FOO MACRO than constant stringLi Qiang1-1/+1
2018-10-02kvmclock: run KVM_KVMCLOCK_CTRL ioctl in vcpu threadYongji Xie1-7/+10
2018-06-28hmp: obsolete "info ioapic"Peter Xu1-9/+0
2018-06-28ioapic: support "info irq"Peter Xu1-0/+2
2018-06-01memory: get rid of memory_region_init_reservationPaolo Bonzini3-4/+4
2018-05-23x86/cpu: use standard-headers/asm-x86.kvm_para.hMichael S. Tsirkin1-1/+1
2018-04-09kvmclock: fix clock_is_reliable on migration from QEMU < 2.9Michael Chapman1-0/+14
2018-02-05qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé2-4/+3
2017-12-21i8259: move TYPE_INTERRUPT_STATS_PROVIDER upperPeter Xu1-7/+0
2017-12-21kvm-i8259: support "info pic" and "info irq"Peter Xu1-0/+8
2017-11-05pci-assign: RemovePaolo Bonzini2-1888/+1
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost1-0/+4
2017-10-02kvmclock: use the updated system_timer_msrJim Somerville1-1/+2
2017-09-27migration: pre_save return intDr. David Alan Gilbert1-1/+3
2017-07-13Convert error_report() to warn_report()Alistair Francis1-3/+3
2017-07-03i386/kvm/pci-assign: Use errp directly rather than local_errMao Zhongyi1-15/+7
2017-07-03i386/kvm/pci-assign: Fix return type of verify_irqchip_kernel()Mao Zhongyi1-12/+6
2017-07-03pci: Replace pci_add_capability2() with pci_add_capability()Mao Zhongyi1-7/+7
2017-06-07kvmclock: update system_time_msr address forciblyDenis Plotnikov1-0/+3
2017-03-14kvmclock: Don't crash QEMU if KVM is disabledEduardo Habkost1-0/+6
2017-02-16kvm/ioapic: correct kvm ioapic versionPeter Xu1-0/+5
2017-02-16kvm/ioapic: dump real object instead of a fake onePeter Xu1-4/+4
2017-01-19kvm: move cpu synchronization codeVincent Palatin1-0/+1
2016-12-22kvmclock: reduce kvmclock difference on migrationMarcelo Tosatti1-15/+127
2016-12-20Move target-* CPU file into a target/ folderThomas Huth1-1/+1
2016-11-28pci-assign: sync MSI/MSI-X cap and table with PCIDevicePeter Xu1-0/+4
2016-10-31*_run_on_cpu: introduce run_on_cpu_data typePaolo Bonzini1-7/+7
2016-10-24pc: kvm_apic: Pass APIC ID depending on xAPIC/x2APIC modeIgor Mammedov1-2/+10