aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/kvm/clock.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-29hw/i386: Constify VMStateRichard Henderson1-3/+3
2023-10-25kvm: i386: require KVM_CAP_ADJUST_CLOCKPaolo Bonzini1-4/+0
2023-10-04accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson1-1/+1
2023-08-31hw/i386: Rename 'hw/kvm/clock.h' -> 'hw/i386/kvm/clock.h'Philippe Mathieu-Daudé1-1/+1
2023-08-31hw/i386: Remove unuseful kvmclock_create() stubPhilippe Mathieu-Daudé1-1/+3
2021-06-05i386/kvm: The value passed to strerror should be positiveDmitry Voronetskiy1-2/+2
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth1-1/+0
2021-03-09sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé1-1/+1
2020-12-16i386: move kvm accel files into kvm/Claudio Fontana1-1/+1
2020-09-30target/i386: always create kvmclock deviceVitaly Kuznetsov1-2/+5
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost1-3/+1
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-1/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-2/+4
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2019-09-03migration: Do not re-read the clock on pre_save in case of paused guestMaxiwell S. Garcia1-4/+11
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster1-1/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-1/+1
2018-10-02kvmclock: run KVM_KVMCLOCK_CTRL ioctl in vcpu threadYongji Xie1-7/+10
2018-05-23x86/cpu: use standard-headers/asm-x86.kvm_para.hMichael S. Tsirkin1-1/+1
2018-04-09kvmclock: fix clock_is_reliable on migration from QEMU < 2.9Michael Chapman1-0/+14
2017-10-02kvmclock: use the updated system_timer_msrJim Somerville1-1/+2
2017-09-27migration: pre_save return intDr. David Alan Gilbert1-1/+3
2017-06-07kvmclock: update system_time_msr address forciblyDenis Plotnikov1-0/+3
2017-03-14kvmclock: Don't crash QEMU if KVM is disabledEduardo Habkost1-0/+6
2016-12-22kvmclock: reduce kvmclock difference on migrationMarcelo Tosatti1-15/+127
2016-05-19qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini1-0/+1
2016-01-29x86: Clean up includesPeter Maydell1-0/+1
2015-11-05kvmclock: add a new function to update env->tsc.Liang Li1-16/+2
2014-12-15valgrind/i386: avoid false positives on KVM_SET_CLOCK ioctlChristian Borntraeger1-2/+1
2014-11-13kvmclock: Add comment explaining why we need cpu_clean_all_dirty()Eduardo Habkost1-0/+14
2014-09-16kvmclock: Ensure time in migration never goes backwardAlexander Graf1-0/+49
2014-09-16kvmclock: Ensure proper env->tsc value for kvmclock_current_nsec calculationMarcelo Tosatti1-0/+4
2014-07-18Revert "kvmclock: Ensure time in migration never goes backward"Paolo Bonzini1-48/+0
2014-07-18Revert "kvmclock: Ensure proper env->tsc value for kvmclock_current_nsec calc...Paolo Bonzini1-4/+0
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela1-1/+0
2014-06-03kvmclock: Ensure proper env->tsc value for kvmclock_current_nsec calculationMarcelo Tosatti1-0/+4
2014-05-21kvmclock: Ensure time in migration never goes backwardAlexander Graf1-0/+48
2013-12-23sysbus: Set cannot_instantiate_with_device_add_yetMarkus Armbruster1-1/+0
2013-12-23qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster1-1/+1
2013-09-20kvm: Fix compiler warning (clang)Stefan Weil1-1/+1
2013-09-03cpu: Use QTAILQ for CPU listAndreas Färber1-1/+1
2013-07-23kvm/clock: Use QOM realize for kvmclockHu Tao1-4/+2
2013-07-23kvm/clock: QOM'ify some moreHu Tao1-3/+9
2013-07-09cpu: Make first_cpu and next_cpu CPUStateAndreas Färber1-5/+7
2013-07-03kvmclock: clock should count only if vm is runningMarcelo Tosatti1-34/+30
2013-05-02target-i386: Replace cpuid_*features fields with a feature word arrayEduardo Habkost1-1/+1
2013-04-08hw: move hw/kvm/ to hw/i386/kvmPaolo Bonzini1-0/+143