index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
i386
/
kvm
/
clock.c
Age
Commit message (
Expand
)
Author
2021-06-05
i386/kvm: The value passed to strerror should be positive
Dmitry Voronetskiy
2021-05-02
Do not include cpu.h if it's not really necessary
Thomas Huth
2021-03-09
sysemu: Let VMChangeStateHandler take boolean 'running' argument
Philippe Mathieu-Daudé
2020-12-16
i386: move kvm accel files into kvm/
Claudio Fontana
2020-09-30
target/i386: always create kvmclock device
Vitaly Kuznetsov
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
2019-09-03
migration: Do not re-read the clock on pre_save in case of paused guest
Maxiwell S. Garcia
2019-08-16
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2018-10-02
kvmclock: run KVM_KVMCLOCK_CTRL ioctl in vcpu thread
Yongji Xie
2018-05-23
x86/cpu: use standard-headers/asm-x86.kvm_para.h
Michael S. Tsirkin
2018-04-09
kvmclock: fix clock_is_reliable on migration from QEMU < 2.9
Michael Chapman
2017-10-02
kvmclock: use the updated system_timer_msr
Jim Somerville
2017-09-27
migration: pre_save return int
Dr. David Alan Gilbert
2017-06-07
kvmclock: update system_time_msr address forcibly
Denis Plotnikov
2017-03-14
kvmclock: Don't crash QEMU if KVM is disabled
Eduardo Habkost
2016-12-22
kvmclock: reduce kvmclock difference on migration
Marcelo Tosatti
2016-05-19
qemu-common: push cpu.h inclusion out of qemu-common.h
Paolo Bonzini
2016-01-29
x86: Clean up includes
Peter Maydell
2015-11-05
kvmclock: add a new function to update env->tsc.
Liang Li
2014-12-15
valgrind/i386: avoid false positives on KVM_SET_CLOCK ioctl
Christian Borntraeger
2014-11-13
kvmclock: Add comment explaining why we need cpu_clean_all_dirty()
Eduardo Habkost
2014-09-16
kvmclock: Ensure time in migration never goes backward
Alexander Graf
2014-09-16
kvmclock: Ensure proper env->tsc value for kvmclock_current_nsec calculation
Marcelo Tosatti
2014-07-18
Revert "kvmclock: Ensure time in migration never goes backward"
Paolo Bonzini
2014-07-18
Revert "kvmclock: Ensure proper env->tsc value for kvmclock_current_nsec calc...
Paolo Bonzini
2014-06-16
savevm: Remove all the unneeded version_minimum_id_old (x86)
Juan Quintela
2014-06-03
kvmclock: Ensure proper env->tsc value for kvmclock_current_nsec calculation
Marcelo Tosatti
2014-05-21
kvmclock: Ensure time in migration never goes backward
Alexander Graf
2013-12-23
sysbus: Set cannot_instantiate_with_device_add_yet
Markus Armbruster
2013-12-23
qdev: Replace no_user by cannot_instantiate_with_device_add_yet
Markus Armbruster
2013-09-20
kvm: Fix compiler warning (clang)
Stefan Weil
2013-09-03
cpu: Use QTAILQ for CPU list
Andreas Färber
2013-07-23
kvm/clock: Use QOM realize for kvmclock
Hu Tao
2013-07-23
kvm/clock: QOM'ify some more
Hu Tao
2013-07-09
cpu: Make first_cpu and next_cpu CPUState
Andreas Färber
2013-07-03
kvmclock: clock should count only if vm is running
Marcelo Tosatti
2013-05-02
target-i386: Replace cpuid_*features fields with a feature word array
Eduardo Habkost
2013-04-08
hw: move hw/kvm/ to hw/i386/kvm
Paolo Bonzini