index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
i386
/
kvm
Commit message (
Expand
)
Author
Age
Files
Lines
*
i386/kvm: Replace abs64() with uabs64() from host-utils
Luis Pires
2021-09-29
1
-6
/
+1
*
i386/kvm: The value passed to strerror should be positive
Dmitry Voronetskiy
2021-06-05
5
-12
/
+12
*
Do not include cpu.h if it's not really necessary
Thomas Huth
2021-05-02
2
-2
/
+0
*
hw: Do not include hw/irq.h if it is not necessary
Thomas Huth
2021-05-02
1
-1
/
+0
*
sysemu: Let VMChangeStateHandler take boolean 'running' argument
Philippe Mathieu-Daudé
2021-03-09
2
-2
/
+2
*
qdev: Move softmmu properties to qdev-properties-system.h
Eduardo Habkost
2020-12-18
1
-0
/
+1
*
i386: move kvm accel files into kvm/
Claudio Fontana
2020-12-16
2
-2
/
+2
*
target/i386: Support up to 32768 CPUs without IRQ remapping
David Woodhouse
2020-12-10
1
-0
/
+7
*
i386/kvm: Remove IRQ routing support checks
Eduardo Habkost
2020-10-14
2
-20
/
+18
*
target/i386: always create kvmclock device
Vitaly Kuznetsov
2020-09-30
1
-2
/
+5
*
qapi: Restrict LostTickPolicy enum to machine code
Philippe Mathieu-Daudé
2020-09-29
1
-1
/
+1
*
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
2020-09-18
1
-3
/
+1
*
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
3
-10
/
+6
*
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-09-09
3
-8
/
+15
*
hw/i386/kvm/ioapic.c: fix typo in error message
Kenta Ishiguro
2020-09-01
1
-1
/
+1
*
meson: convert hw/arch*
Marc-André Lureau
2020-08-21
2
-5
/
+8
*
qdev: Unrealize must not fail
Markus Armbruster
2020-05-15
1
-1
/
+1
*
qdev: set properties with device_class_set_props()
Marc-André Lureau
2020-01-24
3
-3
/
+3
*
hw/i386: De-duplicate gsi_handler() to remove kvm_pc_gsi_handler()
Philippe Mathieu-Daudé
2019-12-17
1
-12
/
+0
*
x86: move more x86-generic functions out of PC files
Paolo Bonzini
2019-12-17
1
-1
/
+1
*
hw: replace hw/i386/pc.h with a header just for the i8259
Paolo Bonzini
2019-12-17
1
-0
/
+1
*
i386: conditionally compile more files
Paolo Bonzini
2019-12-17
1
-1
/
+5
*
migration: Do not re-read the clock on pre_save in case of paused guest
Maxiwell S. Garcia
2019-09-03
1
-4
/
+11
*
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
2019-08-16
2
-2
/
+2
*
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
2
-0
/
+2
*
Include migration/vmstate.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include hw/irq.h a lot less
Markus Armbruster
2019-08-16
2
-0
/
+2
*
Include generated QAPI headers less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-06-12
4
-2
/
+6
*
ioapic: use TYPE_FOO MACRO than constant string
Li Qiang
2019-01-09
1
-1
/
+1
*
kvmclock: run KVM_KVMCLOCK_CTRL ioctl in vcpu thread
Yongji Xie
2018-10-02
1
-7
/
+10
*
hmp: obsolete "info ioapic"
Peter Xu
2018-06-28
1
-9
/
+0
*
ioapic: support "info irq"
Peter Xu
2018-06-28
1
-0
/
+2
*
memory: get rid of memory_region_init_reservation
Paolo Bonzini
2018-06-01
3
-4
/
+4
*
x86/cpu: use standard-headers/asm-x86.kvm_para.h
Michael S. Tsirkin
2018-05-23
1
-1
/
+1
*
kvmclock: fix clock_is_reliable on migration from QEMU < 2.9
Michael Chapman
2018-04-09
1
-0
/
+14
*
qdev: use device_class_set_parent_realize/unrealize/reset()
Philippe Mathieu-Daudé
2018-02-05
2
-4
/
+3
*
i8259: move TYPE_INTERRUPT_STATS_PROVIDER upper
Peter Xu
2017-12-21
1
-7
/
+0
*
kvm-i8259: support "info pic" and "info irq"
Peter Xu
2017-12-21
1
-0
/
+8
*
pci-assign: Remove
Paolo Bonzini
2017-11-05
2
-1888
/
+1
*
pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices
Eduardo Habkost
2017-10-15
1
-0
/
+4
*
kvmclock: use the updated system_timer_msr
Jim Somerville
2017-10-02
1
-1
/
+2
*
migration: pre_save return int
Dr. David Alan Gilbert
2017-09-27
1
-1
/
+3
*
Convert error_report() to warn_report()
Alistair Francis
2017-07-13
1
-3
/
+3
*
i386/kvm/pci-assign: Use errp directly rather than local_err
Mao Zhongyi
2017-07-03
1
-15
/
+7
*
i386/kvm/pci-assign: Fix return type of verify_irqchip_kernel()
Mao Zhongyi
2017-07-03
1
-12
/
+6
*
pci: Replace pci_add_capability2() with pci_add_capability()
Mao Zhongyi
2017-07-03
1
-7
/
+7
*
kvmclock: update system_time_msr address forcibly
Denis Plotnikov
2017-06-07
1
-0
/
+3
*
kvmclock: Don't crash QEMU if KVM is disabled
Eduardo Habkost
2017-03-14
1
-0
/
+6
*
kvm/ioapic: correct kvm ioapic version
Peter Xu
2017-02-16
1
-0
/
+5
[next]