summaryrefslogtreecommitdiffstats
path: root/hw/i386/kvm
Commit message (Expand)AuthorAgeFilesLines
* i386/kvm: Remove IRQ routing support checksEduardo Habkost2020-10-142-20/+18Star
* target/i386: always create kvmclock deviceVitaly Kuznetsov2020-09-301-2/+5
* qapi: Restrict LostTickPolicy enum to machine codePhilippe Mathieu-Daudé2020-09-291-1/+1
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-3/+1Star
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-093-10/+6Star
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-093-8/+15
* hw/i386/kvm/ioapic.c: fix typo in error messageKenta Ishiguro2020-09-011-1/+1
* meson: convert hw/arch*Marc-André Lureau2020-08-212-5/+8
* qdev: Unrealize must not failMarkus Armbruster2020-05-151-1/+1
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-243-3/+3
* hw/i386: De-duplicate gsi_handler() to remove kvm_pc_gsi_handler()Philippe Mathieu-Daudé2019-12-171-12/+0Star
* x86: move more x86-generic functions out of PC filesPaolo Bonzini2019-12-171-1/+1
* hw: replace hw/i386/pc.h with a header just for the i8259Paolo Bonzini2019-12-171-0/+1
* i386: conditionally compile more filesPaolo Bonzini2019-12-171-1/+5
* migration: Do not re-read the clock on pre_save in case of paused guestMaxiwell S. Garcia2019-09-031-4/+11
* sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2019-08-162-2/+2
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-162-0/+2
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-162-0/+2
* Include generated QAPI headers lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-124-2/+6
* ioapic: use TYPE_FOO MACRO than constant stringLi Qiang2019-01-091-1/+1
* kvmclock: run KVM_KVMCLOCK_CTRL ioctl in vcpu threadYongji Xie2018-10-021-7/+10
* hmp: obsolete "info ioapic"Peter Xu2018-06-281-9/+0Star
* ioapic: support "info irq"Peter Xu2018-06-281-0/+2
* memory: get rid of memory_region_init_reservationPaolo Bonzini2018-06-013-4/+4
* x86/cpu: use standard-headers/asm-x86.kvm_para.hMichael S. Tsirkin2018-05-231-1/+1
* kvmclock: fix clock_is_reliable on migration from QEMU < 2.9Michael Chapman2018-04-091-0/+14
* qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé2018-02-052-4/+3Star
* i8259: move TYPE_INTERRUPT_STATS_PROVIDER upperPeter Xu2017-12-211-7/+0Star
* kvm-i8259: support "info pic" and "info irq"Peter Xu2017-12-211-0/+8
* pci-assign: RemovePaolo Bonzini2017-11-052-1888/+1Star
* pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost2017-10-151-0/+4
* kvmclock: use the updated system_timer_msrJim Somerville2017-10-021-1/+2
* migration: pre_save return intDr. David Alan Gilbert2017-09-271-1/+3
* Convert error_report() to warn_report()Alistair Francis2017-07-131-3/+3
* i386/kvm/pci-assign: Use errp directly rather than local_errMao Zhongyi2017-07-031-15/+7Star
* i386/kvm/pci-assign: Fix return type of verify_irqchip_kernel()Mao Zhongyi2017-07-031-12/+6Star
* pci: Replace pci_add_capability2() with pci_add_capability()Mao Zhongyi2017-07-031-7/+7
* kvmclock: update system_time_msr address forciblyDenis Plotnikov2017-06-071-0/+3
* kvmclock: Don't crash QEMU if KVM is disabledEduardo Habkost2017-03-141-0/+6
* kvm/ioapic: correct kvm ioapic versionPeter Xu2017-02-161-0/+5
* kvm/ioapic: dump real object instead of a fake onePeter Xu2017-02-161-4/+4
* kvm: move cpu synchronization codeVincent Palatin2017-01-191-0/+1
* kvmclock: reduce kvmclock difference on migrationMarcelo Tosatti2016-12-221-15/+127
* Move target-* CPU file into a target/ folderThomas Huth2016-12-201-1/+1
* pci-assign: sync MSI/MSI-X cap and table with PCIDevicePeter Xu2016-11-281-0/+4
* *_run_on_cpu: introduce run_on_cpu_data typePaolo Bonzini2016-10-311-7/+7
* pc: kvm_apic: Pass APIC ID depending on xAPIC/x2APIC modeIgor Mammedov2016-10-241-2/+10
* apic: add send_msi() to APICCommonClassRadim Krčmář2016-10-171-6/+13