summaryrefslogtreecommitdiff
path: root/hw/i386/kvm
AgeCommit message (Expand)Author
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é
2019-12-17x86: move more x86-generic functions out of PC filesPaolo Bonzini
2019-12-17hw: replace hw/i386/pc.h with a header just for the i8259Paolo Bonzini
2019-12-17i386: conditionally compile more filesPaolo Bonzini
2019-09-03migration: Do not re-read the clock on pre_save in case of paused guestMaxiwell S. Garcia
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-08-16Include generated QAPI headers lessMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-01-09ioapic: use TYPE_FOO MACRO than constant stringLi Qiang
2018-10-02kvmclock: run KVM_KVMCLOCK_CTRL ioctl in vcpu threadYongji Xie
2018-06-28hmp: obsolete "info ioapic"Peter Xu
2018-06-28ioapic: support "info irq"Peter Xu
2018-06-01memory: get rid of memory_region_init_reservationPaolo Bonzini
2018-05-23x86/cpu: use standard-headers/asm-x86.kvm_para.hMichael S. Tsirkin
2018-04-09kvmclock: fix clock_is_reliable on migration from QEMU < 2.9Michael Chapman
2018-02-05qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé
2017-12-21i8259: move TYPE_INTERRUPT_STATS_PROVIDER upperPeter Xu
2017-12-21kvm-i8259: support "info pic" and "info irq"Peter Xu
2017-11-05pci-assign: RemovePaolo Bonzini
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost
2017-10-02kvmclock: use the updated system_timer_msrJim Somerville
2017-09-27migration: pre_save return intDr. David Alan Gilbert
2017-07-13Convert error_report() to warn_report()Alistair Francis
2017-07-03i386/kvm/pci-assign: Use errp directly rather than local_errMao Zhongyi
2017-07-03i386/kvm/pci-assign: Fix return type of verify_irqchip_kernel()Mao Zhongyi
2017-07-03pci: Replace pci_add_capability2() with pci_add_capability()Mao Zhongyi
2017-06-07kvmclock: update system_time_msr address forciblyDenis Plotnikov
2017-03-14kvmclock: Don't crash QEMU if KVM is disabledEduardo Habkost
2017-02-16kvm/ioapic: correct kvm ioapic versionPeter Xu
2017-02-16kvm/ioapic: dump real object instead of a fake onePeter Xu