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
/
clock.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
target/i386: always create kvmclock device
Vitaly Kuznetsov
2020-09-30
1
-2
/
+5
*
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
2020-09-18
1
-3
/
+1
*
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
1
-1
/
+2
*
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-09-09
1
-2
/
+4
*
qdev: set properties with device_class_set_props()
Marc-André Lureau
2020-01-24
1
-1
/
+1
*
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
1
-1
/
+1
*
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include migration/vmstate.h 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
1
-1
/
+1
*
kvmclock: run KVM_KVMCLOCK_CTRL ioctl in vcpu thread
Yongji Xie
2018-10-02
1
-7
/
+10
*
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
*
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
*
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
*
kvmclock: reduce kvmclock difference on migration
Marcelo Tosatti
2016-12-22
1
-15
/
+127
*
qemu-common: push cpu.h inclusion out of qemu-common.h
Paolo Bonzini
2016-05-19
1
-0
/
+1
*
x86: Clean up includes
Peter Maydell
2016-01-29
1
-0
/
+1
*
kvmclock: add a new function to update env->tsc.
Liang Li
2015-11-05
1
-16
/
+2
*
valgrind/i386: avoid false positives on KVM_SET_CLOCK ioctl
Christian Borntraeger
2014-12-15
1
-2
/
+1
*
kvmclock: Add comment explaining why we need cpu_clean_all_dirty()
Eduardo Habkost
2014-11-13
1
-0
/
+14
*
kvmclock: Ensure time in migration never goes backward
Alexander Graf
2014-09-16
1
-0
/
+49
*
kvmclock: Ensure proper env->tsc value for kvmclock_current_nsec calculation
Marcelo Tosatti
2014-09-16
1
-0
/
+4
*
Revert "kvmclock: Ensure time in migration never goes backward"
Paolo Bonzini
2014-07-18
1
-48
/
+0
*
Revert "kvmclock: Ensure proper env->tsc value for kvmclock_current_nsec calc...
Paolo Bonzini
2014-07-18
1
-4
/
+0
*
savevm: Remove all the unneeded version_minimum_id_old (x86)
Juan Quintela
2014-06-16
1
-1
/
+0
*
kvmclock: Ensure proper env->tsc value for kvmclock_current_nsec calculation
Marcelo Tosatti
2014-06-03
1
-0
/
+4
*
kvmclock: Ensure time in migration never goes backward
Alexander Graf
2014-05-21
1
-0
/
+48
*
sysbus: Set cannot_instantiate_with_device_add_yet
Markus Armbruster
2013-12-23
1
-1
/
+0
*
qdev: Replace no_user by cannot_instantiate_with_device_add_yet
Markus Armbruster
2013-12-23
1
-1
/
+1
*
kvm: Fix compiler warning (clang)
Stefan Weil
2013-09-20
1
-1
/
+1
*
cpu: Use QTAILQ for CPU list
Andreas Färber
2013-09-03
1
-1
/
+1
*
kvm/clock: Use QOM realize for kvmclock
Hu Tao
2013-07-23
1
-4
/
+2
*
kvm/clock: QOM'ify some more
Hu Tao
2013-07-23
1
-3
/
+9
*
cpu: Make first_cpu and next_cpu CPUState
Andreas Färber
2013-07-09
1
-5
/
+7
*
kvmclock: clock should count only if vm is running
Marcelo Tosatti
2013-07-03
1
-34
/
+30
*
target-i386: Replace cpuid_*features fields with a feature word array
Eduardo Habkost
2013-05-02
1
-1
/
+1
*
hw: move hw/kvm/ to hw/i386/kvm
Paolo Bonzini
2013-04-08
1
-0
/
+143