summaryrefslogtreecommitdiff
path: root/hw/i386/kvm
AgeCommit message (Expand)Author
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
2017-01-19kvm: move cpu synchronization codeVincent Palatin
2016-12-22kvmclock: reduce kvmclock difference on migrationMarcelo Tosatti
2016-12-20Move target-* CPU file into a target/ folderThomas Huth
2016-11-28pci-assign: sync MSI/MSI-X cap and table with PCIDevicePeter Xu
2016-10-31*_run_on_cpu: introduce run_on_cpu_data typePaolo Bonzini
2016-10-24pc: kvm_apic: Pass APIC ID depending on xAPIC/x2APIC modeIgor Mammedov
2016-10-17apic: add send_msi() to APICCommonClassRadim Krčmář
2016-09-27cpus: pass CPUState to run_on_cpu helpersAlex Bennée
2016-09-22kvm: apic: set APIC base as part of kvm_apic_putDr. David Alan Gilbert
2016-09-19kvm/apic: drop debuggingMichael S. Tsirkin
2016-09-15Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2016-09-13x86/lapic: Load LAPIC state at post_loadDr. David Alan Gilbert
2016-09-13pic: fix typo in error message: KVM_GET_IRQCHIP -> KVM_SET_IRQCHIPBruce Rogers
2016-07-21Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2016-07-21kvm-irqchip: do explicit commit when update irqPeter Xu
2016-07-21kvm-irqchip: simplify kvm_irqchip_add_msi_routePeter Xu