1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
|
debug: 0.927
mistranslation: 0.917
assembly: 0.913
arm: 0.910
risc-v: 0.909
user-level: 0.909
semantic: 0.903
permissions: 0.902
device: 0.899
performance: 0.897
graphic: 0.897
architecture: 0.895
alpha: 0.889
PID: 0.887
virtual: 0.886
boot: 0.879
peripherals: 0.877
register: 0.871
KVM: 0.867
files: 0.855
socket: 0.855
system: 0.854
network: 0.853
kernel: 0.853
hypervisor: 0.850
TCG: 0.843
ppc: 0.839
VMM: 0.827
vnc: 0.819
operating system: 0.813
x86: 0.794
i386: 0.680
[BUG] Migration hv_time rollback
Hi,
We are experiencing timestamp rollbacks during live-migration of
Windows 10 guests with the following qemu configuration (linux 5.4.46
and qemu master):
```
$ qemu-system-x86_64 -enable-kvm -cpu host,kvm=off,hv_time [...]
```
I have tracked the bug to the fact that `kvmclock` is not exposed and
disabled from qemu PoV but is in fact used by `hv-time` (in KVM).
I think we should enable the `kvmclock` (qemu device) if `hv-time` is
present and add Hyper-V support for the `kvmclock_current_nsec`
function.
I'm asking for advice because I am unsure this is the _right_ approach
and how to keep migration compatibility between qemu versions.
Thank you all,
--
Antoine 'xdbob' Damhet
signature.asc
Description:
PGP signature
cc'ing in Vitaly who knows about the hv stuff.
* Antoine Damhet (antoine.damhet@blade-group.com) wrote:
>
Hi,
>
>
We are experiencing timestamp rollbacks during live-migration of
>
Windows 10 guests with the following qemu configuration (linux 5.4.46
>
and qemu master):
>
```
>
$ qemu-system-x86_64 -enable-kvm -cpu host,kvm=off,hv_time [...]
>
```
How big a jump are you seeing, and how did you notice it in the guest?
Dave
>
I have tracked the bug to the fact that `kvmclock` is not exposed and
>
disabled from qemu PoV but is in fact used by `hv-time` (in KVM).
>
>
I think we should enable the `kvmclock` (qemu device) if `hv-time` is
>
present and add Hyper-V support for the `kvmclock_current_nsec`
>
function.
>
>
I'm asking for advice because I am unsure this is the _right_ approach
>
and how to keep migration compatibility between qemu versions.
>
>
Thank you all,
>
>
--
>
Antoine 'xdbob' Damhet
--
Dr. David Alan Gilbert / dgilbert@redhat.com / Manchester, UK
"Dr. David Alan Gilbert" <dgilbert@redhat.com> writes:
>
cc'ing in Vitaly who knows about the hv stuff.
>
cc'ing Marcelo who knows about clocksources :-)
>
* Antoine Damhet (antoine.damhet@blade-group.com) wrote:
>
> Hi,
>
>
>
> We are experiencing timestamp rollbacks during live-migration of
>
> Windows 10 guests
Are you migrating to the same hardware (with the same TSC frequency)? Is
TSC used as the clocksource on the host?
>
> with the following qemu configuration (linux 5.4.46
>
> and qemu master):
>
> ```
>
> $ qemu-system-x86_64 -enable-kvm -cpu host,kvm=off,hv_time [...]
>
> ```
Out of pure curiosity, what's the purpose of doing 'kvm=off'? Windows is
not going to check for KVM identification anyway so we pretend we're
Hyper-V.
Also, have you tried adding more Hyper-V enlightenments?
>
>
How big a jump are you seeing, and how did you notice it in the guest?
>
>
Dave
>
>
> I have tracked the bug to the fact that `kvmclock` is not exposed and
>
> disabled from qemu PoV but is in fact used by `hv-time` (in KVM).
>
>
>
> I think we should enable the `kvmclock` (qemu device) if `hv-time` is
>
> present and add Hyper-V support for the `kvmclock_current_nsec`
>
> function.
AFAICT kvmclock_current_nsec() checks whether kvmclock was enabled by
the guest:
if (!(env->system_time_msr & 1ULL)) {
/* KVM clock not active */
return 0;
}
and this is (and way) always false for Windows guests.
>
>
>
> I'm asking for advice because I am unsure this is the _right_ approach
>
> and how to keep migration compatibility between qemu versions.
>
>
>
> Thank you all,
>
>
>
> --
>
> Antoine 'xdbob' Damhet
--
Vitaly
On Wed, Sep 16, 2020 at 01:59:43PM +0200, Vitaly Kuznetsov wrote:
>
"Dr. David Alan Gilbert" <dgilbert@redhat.com> writes:
>
>
> cc'ing in Vitaly who knows about the hv stuff.
>
>
>
>
cc'ing Marcelo who knows about clocksources :-)
>
>
> * Antoine Damhet (antoine.damhet@blade-group.com) wrote:
>
>> Hi,
>
>>
>
>> We are experiencing timestamp rollbacks during live-migration of
>
>> Windows 10 guests
>
>
Are you migrating to the same hardware (with the same TSC frequency)? Is
>
TSC used as the clocksource on the host?
Yes we are migrating to the exact same hardware. And yes TSC is used as
a clocksource in the host (but the bug is still happening with `hpet` as
a clocksource).
>
>
>> with the following qemu configuration (linux 5.4.46
>
>> and qemu master):
>
>> ```
>
>> $ qemu-system-x86_64 -enable-kvm -cpu host,kvm=off,hv_time [...]
>
>> ```
>
>
Out of pure curiosity, what's the purpose of doing 'kvm=off'? Windows is
>
not going to check for KVM identification anyway so we pretend we're
>
Hyper-V.
Some softwares explicitly checks for the presence of KVM and then crash
if they find it in CPUID :/
>
>
Also, have you tried adding more Hyper-V enlightenments?
Yes, I published a stripped-down command-line for a minimal reproducer
but even `hv-frequencies` and `hv-reenlightenment` don't help.
>
>
>
>
> How big a jump are you seeing, and how did you notice it in the guest?
>
>
>
> Dave
>
>
>
>> I have tracked the bug to the fact that `kvmclock` is not exposed and
>
>> disabled from qemu PoV but is in fact used by `hv-time` (in KVM).
>
>>
>
>> I think we should enable the `kvmclock` (qemu device) if `hv-time` is
>
>> present and add Hyper-V support for the `kvmclock_current_nsec`
>
>> function.
>
>
AFAICT kvmclock_current_nsec() checks whether kvmclock was enabled by
>
the guest:
>
>
if (!(env->system_time_msr & 1ULL)) {
>
/* KVM clock not active */
>
return 0;
>
}
>
>
and this is (and way) always false for Windows guests.
Hooo, I missed this piece. When is `clock_is_reliable` expected to be
false ? Because if it is I still think we should be able to query at
least `HV_X64_MSR_REFERENCE_TSC`
>
>
>>
>
>> I'm asking for advice because I am unsure this is the _right_ approach
>
>> and how to keep migration compatibility between qemu versions.
>
>>
>
>> Thank you all,
>
>>
>
>> --
>
>> Antoine 'xdbob' Damhet
>
>
--
>
Vitaly
>
--
Antoine 'xdbob' Damhet
signature.asc
Description:
PGP signature
On Wed, Sep 16, 2020 at 12:29:56PM +0100, Dr. David Alan Gilbert wrote:
>
cc'ing in Vitaly who knows about the hv stuff.
Thanks
>
>
* Antoine Damhet (antoine.damhet@blade-group.com) wrote:
>
> Hi,
>
>
>
> We are experiencing timestamp rollbacks during live-migration of
>
> Windows 10 guests with the following qemu configuration (linux 5.4.46
>
> and qemu master):
>
> ```
>
> $ qemu-system-x86_64 -enable-kvm -cpu host,kvm=off,hv_time [...]
>
> ```
>
>
How big a jump are you seeing, and how did you notice it in the guest?
I'm seeing jumps of about the guest uptime (indicating a reset of the
counter). It's expected because we won't call `KVM_SET_CLOCK` to
restore any value.
We first noticed it because after some migrations `dwm.exe` crashes with
the "(NTSTATUS) 0x8898009b - QueryPerformanceCounter returned a time in
the past." error code.
I can also confirm the following hack makes the behavior disappear:
```
diff --git a/hw/i386/kvm/clock.c b/hw/i386/kvm/clock.c
index 64283358f9..f334bdf35f 100644
--- a/hw/i386/kvm/clock.c
+++ b/hw/i386/kvm/clock.c
@@ -332,11 +332,7 @@ void kvmclock_create(void)
{
X86CPU *cpu = X86_CPU(first_cpu);
- if (kvm_enabled() &&
- cpu->env.features[FEAT_KVM] & ((1ULL << KVM_FEATURE_CLOCKSOURCE) |
- (1ULL << KVM_FEATURE_CLOCKSOURCE2))) {
- sysbus_create_simple(TYPE_KVM_CLOCK, -1, NULL);
- }
+ sysbus_create_simple(TYPE_KVM_CLOCK, -1, NULL);
}
static void kvmclock_register_types(void)
diff --git a/hw/i386/pc_piix.c b/hw/i386/pc_piix.c
index 32b1453e6a..11d980ba85 100644
--- a/hw/i386/pc_piix.c
+++ b/hw/i386/pc_piix.c
@@ -158,9 +158,7 @@ static void pc_init1(MachineState *machine,
x86_cpus_init(x86ms, pcmc->default_cpu_version);
- if (kvm_enabled() && pcmc->kvmclock_enabled) {
- kvmclock_create();
- }
+ kvmclock_create();
if (pcmc->pci_enabled) {
pci_memory = g_new(MemoryRegion, 1);
```
>
>
Dave
>
>
> I have tracked the bug to the fact that `kvmclock` is not exposed and
>
> disabled from qemu PoV but is in fact used by `hv-time` (in KVM).
>
>
>
> I think we should enable the `kvmclock` (qemu device) if `hv-time` is
>
> present and add Hyper-V support for the `kvmclock_current_nsec`
>
> function.
>
>
>
> I'm asking for advice because I am unsure this is the _right_ approach
>
> and how to keep migration compatibility between qemu versions.
>
>
>
> Thank you all,
>
>
>
> --
>
> Antoine 'xdbob' Damhet
>
>
>
--
>
Dr. David Alan Gilbert / dgilbert@redhat.com / Manchester, UK
>
--
Antoine 'xdbob' Damhet
signature.asc
Description:
PGP signature
Antoine Damhet <antoine.damhet@blade-group.com> writes:
>
On Wed, Sep 16, 2020 at 12:29:56PM +0100, Dr. David Alan Gilbert wrote:
>
> cc'ing in Vitaly who knows about the hv stuff.
>
>
Thanks
>
>
>
>
> * Antoine Damhet (antoine.damhet@blade-group.com) wrote:
>
> > Hi,
>
> >
>
> > We are experiencing timestamp rollbacks during live-migration of
>
> > Windows 10 guests with the following qemu configuration (linux 5.4.46
>
> > and qemu master):
>
> > ```
>
> > $ qemu-system-x86_64 -enable-kvm -cpu host,kvm=off,hv_time [...]
>
> > ```
>
>
>
> How big a jump are you seeing, and how did you notice it in the guest?
>
>
I'm seeing jumps of about the guest uptime (indicating a reset of the
>
counter). It's expected because we won't call `KVM_SET_CLOCK` to
>
restore any value.
>
>
We first noticed it because after some migrations `dwm.exe` crashes with
>
the "(NTSTATUS) 0x8898009b - QueryPerformanceCounter returned a time in
>
the past." error code.
>
>
I can also confirm the following hack makes the behavior disappear:
>
>
```
>
diff --git a/hw/i386/kvm/clock.c b/hw/i386/kvm/clock.c
>
index 64283358f9..f334bdf35f 100644
>
--- a/hw/i386/kvm/clock.c
>
+++ b/hw/i386/kvm/clock.c
>
@@ -332,11 +332,7 @@ void kvmclock_create(void)
>
{
>
X86CPU *cpu = X86_CPU(first_cpu);
>
>
- if (kvm_enabled() &&
>
- cpu->env.features[FEAT_KVM] & ((1ULL << KVM_FEATURE_CLOCKSOURCE) |
>
- (1ULL << KVM_FEATURE_CLOCKSOURCE2))) {
>
- sysbus_create_simple(TYPE_KVM_CLOCK, -1, NULL);
>
- }
>
+ sysbus_create_simple(TYPE_KVM_CLOCK, -1, NULL);
>
}
>
Oh, I think I see what's going on. When you add 'kvm=off'
cpu->env.features[FEAT_KVM] is reset (see x86_cpu_expand_features()) so
kvmclock QEMU device is not created and nobody calls KVM_SET_CLOCK on
migration.
In case we really want to support 'kvm=off' I think we can add Hyper-V
features check here along with KVM, this should do the job.
--
Vitaly
Vitaly Kuznetsov <vkuznets@redhat.com> writes:
>
Antoine Damhet <antoine.damhet@blade-group.com> writes:
>
>
> On Wed, Sep 16, 2020 at 12:29:56PM +0100, Dr. David Alan Gilbert wrote:
>
>> cc'ing in Vitaly who knows about the hv stuff.
>
>
>
> Thanks
>
>
>
>>
>
>> * Antoine Damhet (antoine.damhet@blade-group.com) wrote:
>
>> > Hi,
>
>> >
>
>> > We are experiencing timestamp rollbacks during live-migration of
>
>> > Windows 10 guests with the following qemu configuration (linux 5.4.46
>
>> > and qemu master):
>
>> > ```
>
>> > $ qemu-system-x86_64 -enable-kvm -cpu host,kvm=off,hv_time [...]
>
>> > ```
>
>>
>
>> How big a jump are you seeing, and how did you notice it in the guest?
>
>
>
> I'm seeing jumps of about the guest uptime (indicating a reset of the
>
> counter). It's expected because we won't call `KVM_SET_CLOCK` to
>
> restore any value.
>
>
>
> We first noticed it because after some migrations `dwm.exe` crashes with
>
> the "(NTSTATUS) 0x8898009b - QueryPerformanceCounter returned a time in
>
> the past." error code.
>
>
>
> I can also confirm the following hack makes the behavior disappear:
>
>
>
> ```
>
> diff --git a/hw/i386/kvm/clock.c b/hw/i386/kvm/clock.c
>
> index 64283358f9..f334bdf35f 100644
>
> --- a/hw/i386/kvm/clock.c
>
> +++ b/hw/i386/kvm/clock.c
>
> @@ -332,11 +332,7 @@ void kvmclock_create(void)
>
> {
>
> X86CPU *cpu = X86_CPU(first_cpu);
>
>
>
> - if (kvm_enabled() &&
>
> - cpu->env.features[FEAT_KVM] & ((1ULL << KVM_FEATURE_CLOCKSOURCE) |
>
> - (1ULL << KVM_FEATURE_CLOCKSOURCE2)))
>
> {
>
> - sysbus_create_simple(TYPE_KVM_CLOCK, -1, NULL);
>
> - }
>
> + sysbus_create_simple(TYPE_KVM_CLOCK, -1, NULL);
>
> }
>
>
>
>
>
Oh, I think I see what's going on. When you add 'kvm=off'
>
cpu->env.features[FEAT_KVM] is reset (see x86_cpu_expand_features()) so
>
kvmclock QEMU device is not created and nobody calls KVM_SET_CLOCK on
>
migration.
>
>
In case we really want to support 'kvm=off' I think we can add Hyper-V
>
features check here along with KVM, this should do the job.
Does the untested
diff --git a/hw/i386/kvm/clock.c b/hw/i386/kvm/clock.c
index 64283358f91d..e03b2ca6d8f6 100644
--- a/hw/i386/kvm/clock.c
+++ b/hw/i386/kvm/clock.c
@@ -333,8 +333,9 @@ void kvmclock_create(void)
X86CPU *cpu = X86_CPU(first_cpu);
if (kvm_enabled() &&
- cpu->env.features[FEAT_KVM] & ((1ULL << KVM_FEATURE_CLOCKSOURCE) |
- (1ULL << KVM_FEATURE_CLOCKSOURCE2))) {
+ ((cpu->env.features[FEAT_KVM] & ((1ULL << KVM_FEATURE_CLOCKSOURCE) |
+ (1ULL << KVM_FEATURE_CLOCKSOURCE2)))
||
+ (cpu->env.features[FEAT_HYPERV_EAX] & HV_TIME_REF_COUNT_AVAILABLE))) {
sysbus_create_simple(TYPE_KVM_CLOCK, -1, NULL);
}
}
help?
(I don't think we need to remove all 'if (kvm_enabled())' checks from
machine types as 'kvm=off' should not be related).
--
Vitaly
On Wed, Sep 16, 2020 at 02:50:56PM +0200, Vitaly Kuznetsov wrote:
[...]
>
>>
>
>
>
>
>
> Oh, I think I see what's going on. When you add 'kvm=off'
>
> cpu->env.features[FEAT_KVM] is reset (see x86_cpu_expand_features()) so
>
> kvmclock QEMU device is not created and nobody calls KVM_SET_CLOCK on
>
> migration.
>
>
>
> In case we really want to support 'kvm=off' I think we can add Hyper-V
>
> features check here along with KVM, this should do the job.
>
>
Does the untested
>
>
diff --git a/hw/i386/kvm/clock.c b/hw/i386/kvm/clock.c
>
index 64283358f91d..e03b2ca6d8f6 100644
>
--- a/hw/i386/kvm/clock.c
>
+++ b/hw/i386/kvm/clock.c
>
@@ -333,8 +333,9 @@ void kvmclock_create(void)
>
X86CPU *cpu = X86_CPU(first_cpu);
>
>
if (kvm_enabled() &&
>
- cpu->env.features[FEAT_KVM] & ((1ULL << KVM_FEATURE_CLOCKSOURCE) |
>
- (1ULL << KVM_FEATURE_CLOCKSOURCE2))) {
>
+ ((cpu->env.features[FEAT_KVM] & ((1ULL << KVM_FEATURE_CLOCKSOURCE) |
>
+ (1ULL <<
>
KVM_FEATURE_CLOCKSOURCE2))) ||
>
+ (cpu->env.features[FEAT_HYPERV_EAX] &
>
HV_TIME_REF_COUNT_AVAILABLE))) {
>
sysbus_create_simple(TYPE_KVM_CLOCK, -1, NULL);
>
}
>
}
>
>
help?
It appears to work :)
>
>
(I don't think we need to remove all 'if (kvm_enabled())' checks from
>
machine types as 'kvm=off' should not be related).
Indeed (I didn't look at the macro, it was just quick & dirty).
>
>
--
>
Vitaly
>
>
--
Antoine 'xdbob' Damhet
signature.asc
Description:
PGP signature
On 16/09/20 13:29, Dr. David Alan Gilbert wrote:
>
> I have tracked the bug to the fact that `kvmclock` is not exposed and
>
> disabled from qemu PoV but is in fact used by `hv-time` (in KVM).
>
>
>
> I think we should enable the `kvmclock` (qemu device) if `hv-time` is
>
> present and add Hyper-V support for the `kvmclock_current_nsec`
>
> function.
Yes, this seems correct. I would have to check but it may even be
better to _always_ send kvmclock data in the live migration stream.
Paolo
Paolo Bonzini <pbonzini@redhat.com> writes:
>
On 16/09/20 13:29, Dr. David Alan Gilbert wrote:
>
>> I have tracked the bug to the fact that `kvmclock` is not exposed and
>
>> disabled from qemu PoV but is in fact used by `hv-time` (in KVM).
>
>>
>
>> I think we should enable the `kvmclock` (qemu device) if `hv-time` is
>
>> present and add Hyper-V support for the `kvmclock_current_nsec`
>
>> function.
>
>
Yes, this seems correct. I would have to check but it may even be
>
better to _always_ send kvmclock data in the live migration stream.
>
The question I have is: with 'kvm=off', do we actually restore TSC
reading on migration? (and I guess the answer is 'no' or Hyper-V TSC
page would 'just work' I guess). So yea, maybe dropping the
'cpu->env.features[FEAT_KVM]' check is the right fix.
--
Vitaly
|