summary refs log tree commit diff stats
path: root/gitlab/issues_text/target_missing/host_missing/accel_missing/490
blob: b93e97e9e8cb6c5119af9128194b5812bd4a4f8b (plain) (blame)
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
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
Compilation FAILED: libblock.fa.p/block_vpc.c.o
Description of problem:
Compilation failed
Steps to reproduce:
```
git checkout v5.2.0
./configure --target-list=riscv64-softmmu 
make 
```
Additional information:
```
changing dir to build for make ""...
make[1]: Entering directory '/home/peterlin/Labs/riscv64-linux/qemu/build'
/usr/bin/ninja  build.ninja && touch build.ninja.stamp
ninja: no work to do.
/usr/bin/meson introspect --targets --tests --benchmarks | /usr/bin/python3 -B scripts/mtest2make.py > Makefile.mtest
  AS      multiboot.o
  AS      linuxboot.o
  CC      linuxboot_dma.o
  AS      pvh.o
  AS      kvmvapic.o
  BUILD   linuxboot.img
  BUILD   kvmvapic.img
  CC      pvh_main.o
  BUILD   multiboot.img
  BUILD   linuxboot_dma.img
ld: Error: unable to disambiguate: -no-pie (did you mean --no-pie ?)
make[2]: *** [Makefile:57: kvmvapic.img] Error 1
make[2]: *** Waiting for unfinished jobs....
ld: Error: unable to disambiguate: -no-pie (did you mean --no-pie ?)
make[2]: *** [Makefile:57: linuxboot.img] Error 1
ld: Error: unable to disambiguate: -no-pie (did you mean --no-pie ?)
ld: Error: unable to disambiguate: -no-pie (did you mean --no-pie ?)
make[2]: *** [Makefile:57: multiboot.img] Error 1
make[2]: *** [Makefile:57: linuxboot_dma.img] Error 1
make[1]: *** [Makefile:206: pc-bios/optionrom/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[1/2124] Compiling C object libcapstone.a.p/capstone_MCInstrDesc.c.o
[2/2124] Compiling C object libcapstone.a.p/capstone_MCRegisterInfo.c.o
[3/2124] Compiling C object libcapstone.a.p/capstone_arch_X86_X86Module.c.o
[4/2124] Compiling C object libcapstone.a.p/capstone_SStream.c.o
[5/2124] Compiling C object libcapstone.a.p/capstone_arch_X86_X86InstPrinterCommon.c.o
[6/2124] Compiling C object libcapstone.a.p/capstone_utils.c.o
[7/2124] Compiling C object libcapstone.a.p/capstone_MCInst.c.o
[8/2124] Compiling C object libcapstone.a.p/capstone_cs.c.o
[9/2124] Generating qemu-version.h with a custom command (wrapped by meson to capture output)
[10/2124] Generating hmp-commands.h with a custom command (wrapped by meson to capture output)
[11/2124] Generating qemu-img-cmds.h with a custom command (wrapped by meson to capture output)
[12/2124] Generating hmp-commands-info.h with a custom command (wrapped by meson to capture output)
[13/2124] Generating qemu-options.def with a custom command (wrapped by meson to capture output)
[14/2124] Compiling C object contrib/libvhost-user/libvhost-user.a.p/libvhost-user-glib.c.o
[15/2124] Compiling C object libcapstone.a.p/capstone_arch_X86_X86Disassembler.c.o
[16/2124] Generating trace-hw_audio.h with a custom command (wrapped by meson to capture output)
[17/2124] Generating trace-hw_9pfs.h with a custom command (wrapped by meson to capture output)
[18/2124] Generating trace-hw_audio.c with a custom command (wrapped by meson to capture output)
[19/2124] Generating trace-hw_block_dataplane.h with a custom command (wrapped by meson to capture output)
[20/2124] Compiling C object libcapstone.a.p/capstone_arch_X86_X86ATTInstPrinter.c.o
[21/2124] Generating trace-hw_block.c with a custom command (wrapped by meson to capture output)
[22/2124] Generating trace-hw_block.h with a custom command (wrapped by meson to capture output)
[23/2124] Compiling C object libcapstone.a.p/capstone_arch_X86_X86IntelInstPrinter.c.o
[24/2124] Generating trace-hw_arm.h with a custom command (wrapped by meson to capture output)
[25/2124] Generating trace-hw_alpha.c with a custom command (wrapped by meson to capture output)
[26/2124] Generating trace-hw_arm.c with a custom command (wrapped by meson to capture output)
[27/2124] Compiling C object contrib/libvhost-user/libvhost-user.a.p/libvhost-user.c.o
[28/2124] Linking static target contrib/libvhost-user/libvhost-user.a
[29/2124] Generating trace-hw_char.c with a custom command (wrapped by meson to capture output)
[30/2124] Generating trace-hw_9pfs.c with a custom command (wrapped by meson to capture output)
[31/2124] Generating trace-hw_block_dataplane.c with a custom command (wrapped by meson to capture output)
[32/2124] Generating trace-hw_char.h with a custom command (wrapped by meson to capture output)
[33/2124] Compiling C object libcapstone.a.p/capstone_arch_X86_X86Mapping.c.o
[34/2124] Generating trace-hw_alpha.h with a custom command (wrapped by meson to capture output)
[35/2124] Generating trace-hw_acpi.c with a custom command (wrapped by meson to capture output)
[36/2124] Generating trace-hw_acpi.h with a custom command (wrapped by meson to capture output)
[37/2124] Generating trace-accel_kvm.h with a custom command (wrapped by meson to capture output)
[38/2124] Generating trace-root.c with a custom command (wrapped by meson to capture output)
[39/2124] Generating trace-accel_tcg.h with a custom command (wrapped by meson to capture output)
[40/2124] Generating trace-accel_kvm.c with a custom command (wrapped by meson to capture output)
[41/2124] Generating trace-crypto.h with a custom command (wrapped by meson to capture output)
[42/2124] Generating trace-accel_tcg.c with a custom command (wrapped by meson to capture output)
[43/2124] Generating trace-crypto.c with a custom command (wrapped by meson to capture output)
[44/2124] Generating trace-authz.c with a custom command (wrapped by meson to capture output)
[45/2124] Generating trace-authz.h with a custom command (wrapped by meson to capture output)
[46/2124] Generating trace-monitor.h with a custom command (wrapped by meson to capture output)
[47/2124] Generating trace-monitor.c with a custom command (wrapped by meson to capture output)
[48/2124] Compiling C object libcapstone.a.p/capstone_arch_X86_X86DisassemblerDecoder.c.o
[49/2124] Linking static target libcapstone.a
[50/2124] Generating trace-root.h with a custom command (wrapped by meson to capture output)
[51/2124] Generating trace-block.h with a custom command (wrapped by meson to capture output)
[52/2124] Generating trace-hw_watchdog.h with a custom command (wrapped by meson to capture output)
[53/2124] Generating trace-hw_virtio.c with a custom command (wrapped by meson to capture output)
[54/2124] Generating trace-hw_watchdog.c with a custom command (wrapped by meson to capture output)
[55/2124] Generating trace-block.c with a custom command (wrapped by meson to capture output)
[56/2124] Generating trace-io.c with a custom command (wrapped by meson to capture output)
[57/2124] Generating trace-nbd.h with a custom command (wrapped by meson to capture output)
[58/2124] Generating trace-nbd.c with a custom command (wrapped by meson to capture output)
[59/2124] Generating trace-io.h with a custom command (wrapped by meson to capture output)
[60/2124] Generating trace-scsi.h with a custom command (wrapped by meson to capture output)
[61/2124] Generating trace-scsi.c with a custom command (wrapped by meson to capture output)
[62/2124] Generating trace-audio.h with a custom command (wrapped by meson to capture output)
[63/2124] Generating trace-backends.h with a custom command (wrapped by meson to capture output)
[64/2124] Generating trace-backends.c with a custom command (wrapped by meson to capture output)
[65/2124] Generating trace-audio.c with a custom command (wrapped by meson to capture output)
[66/2124] Generating trace-backends_tpm.h with a custom command (wrapped by meson to capture output)
[67/2124] Generating trace-backends_tpm.c with a custom command (wrapped by meson to capture output)
[68/2124] Generating shared QAPI source files with a custom command
[69/2124] Generating trace-chardev.h with a custom command (wrapped by meson to capture output)
[70/2124] Generating trace-chardev.c with a custom command (wrapped by meson to capture output)
[71/2124] Generating trace-hw_display.h with a custom command (wrapped by meson to capture output)
[72/2124] Generating trace-hw_display.c with a custom command (wrapped by meson to capture output)
[73/2124] Generating trace-hw_dma.h with a custom command (wrapped by meson to capture output)
[74/2124] Generating trace-hw_dma.c with a custom command (wrapped by meson to capture output)
[75/2124] Generating trace-hw_hppa.h with a custom command (wrapped by meson to capture output)
[76/2124] Generating trace-hw_hppa.c with a custom command (wrapped by meson to capture output)
[77/2124] Generating trace-hw_hyperv.h with a custom command (wrapped by meson to capture output)
[78/2124] Generating trace-hw_hyperv.c with a custom command (wrapped by meson to capture output)
[79/2124] Generating trace-hw_i2c.h with a custom command (wrapped by meson to capture output)
[80/2124] Generating trace-hw_i386_xen.c with a custom command (wrapped by meson to capture output)
[81/2124] Generating trace-hw_i386.h with a custom command (wrapped by meson to capture output)
[82/2124] Generating trace-hw_i386.c with a custom command (wrapped by meson to capture output)
[83/2124] Generating trace-hw_i2c.c with a custom command (wrapped by meson to capture output)
[84/2124] Generating trace-hw_i386_xen.h with a custom command (wrapped by meson to capture output)
[85/2124] Generating trace-hw_ide.c with a custom command (wrapped by meson to capture output)
[86/2124] Generating trace-hw_ide.h with a custom command (wrapped by meson to capture output)
[87/2124] Generating trace-hw_input.h with a custom command (wrapped by meson to capture output)
[88/2124] Generating trace-hw_input.c with a custom command (wrapped by meson to capture output)
[89/2124] Generating trace-hw_isa.h with a custom command (wrapped by meson to capture output)
[90/2124] Generating trace-hw_intc.h with a custom command (wrapped by meson to capture output)
[91/2124] Generating trace-hw_intc.c with a custom command (wrapped by meson to capture output)
[92/2124] Generating trace-hw_mem.h with a custom command (wrapped by meson to capture output)
[93/2124] Generating trace-hw_mem.c with a custom command (wrapped by meson to capture output)
[94/2124] Generating trace-hw_isa.c with a custom command (wrapped by meson to capture output)
[95/2124] Generating trace-hw_misc.h with a custom command (wrapped by meson to capture output)
[96/2124] Generating trace-hw_mips.h with a custom command (wrapped by meson to capture output)
[97/2124] Generating trace-hw_mips.c with a custom command (wrapped by meson to capture output)
[98/2124] Generating trace-hw_misc.c with a custom command (wrapped by meson to capture output)
[99/2124] Generating trace-hw_misc_macio.c with a custom command (wrapped by meson to capture output)
[100/2124] Generating trace-hw_misc_macio.h with a custom command (wrapped by meson to capture output)
[101/2124] Generating trace-hw_net.h with a custom command (wrapped by meson to capture output)
[102/2124] Generating trace-hw_nvram.h with a custom command (wrapped by meson to capture output)
[103/2124] Generating trace-hw_net.c with a custom command (wrapped by meson to capture output)
[104/2124] Generating trace-hw_pci.h with a custom command (wrapped by meson to capture output)
[105/2124] Generating trace-hw_nvram.c with a custom command (wrapped by meson to capture output)
[106/2124] Generating trace-hw_pci_host.h with a custom command (wrapped by meson to capture output)
[107/2124] Generating trace-hw_pci.c with a custom command (wrapped by meson to capture output)
[108/2124] Generating trace-hw_pci_host.c with a custom command (wrapped by meson to capture output)
[109/2124] Generating trace-hw_ppc.h with a custom command (wrapped by meson to capture output)
[110/2124] Generating trace-hw_ppc.c with a custom command (wrapped by meson to capture output)
[111/2124] Generating trace-hw_rdma.c with a custom command (wrapped by meson to capture output)
[112/2124] Generating trace-hw_rdma_vmw.c with a custom command (wrapped by meson to capture output)
[113/2124] Generating trace-hw_rdma_vmw.h with a custom command (wrapped by meson to capture output)
[114/2124] Generating trace-hw_rdma.h with a custom command (wrapped by meson to capture output)
[115/2124] Generating trace-hw_rtc.h with a custom command (wrapped by meson to capture output)
[116/2124] Generating trace-hw_rtc.c with a custom command (wrapped by meson to capture output)
[117/2124] Generating trace-hw_s390x.c with a custom command (wrapped by meson to capture output)
[118/2124] Generating trace-hw_s390x.h with a custom command (wrapped by meson to capture output)
[119/2124] Generating trace-hw_scsi.c with a custom command (wrapped by meson to capture output)
[120/2124] Generating trace-hw_scsi.h with a custom command (wrapped by meson to capture output)
[121/2124] Generating trace-hw_sd.h with a custom command (wrapped by meson to capture output)
[122/2124] Generating trace-hw_sd.c with a custom command (wrapped by meson to capture output)
[123/2124] Generating trace-hw_sparc.h with a custom command (wrapped by meson to capture output)
[124/2124] Generating trace-hw_sparc64.c with a custom command (wrapped by meson to capture output)
[125/2124] Generating trace-hw_sparc.c with a custom command (wrapped by meson to capture output)
[126/2124] Generating trace-hw_sparc64.h with a custom command (wrapped by meson to capture output)
[127/2124] Generating trace-hw_ssi.h with a custom command (wrapped by meson to capture output)
[128/2124] Generating trace-hw_ssi.c with a custom command (wrapped by meson to capture output)
[129/2124] Generating trace-hw_timer.h with a custom command (wrapped by meson to capture output)
[130/2124] Generating trace-hw_timer.c with a custom command (wrapped by meson to capture output)
[131/2124] Generating trace-hw_tpm.h with a custom command (wrapped by meson to capture output)
[132/2124] Generating trace-hw_usb.h with a custom command (wrapped by meson to capture output)
[133/2124] Generating trace-hw_tpm.c with a custom command (wrapped by meson to capture output)
[134/2124] Generating trace-hw_usb.c with a custom command (wrapped by meson to capture output)
[135/2124] Generating trace-hw_vfio.c with a custom command (wrapped by meson to capture output)
[136/2124] Generating trace-hw_vfio.h with a custom command (wrapped by meson to capture output)
[137/2124] Generating trace-hw_xen.h with a custom command (wrapped by meson to capture output)
[138/2124] Generating trace-hw_virtio.h with a custom command (wrapped by meson to capture output)
[139/2124] Generating trace-hw_xen.c with a custom command (wrapped by meson to capture output)
[140/2124] Generating trace-hw_gpio.h with a custom command (wrapped by meson to capture output)
[141/2124] Generating trace-hw_gpio.c with a custom command (wrapped by meson to capture output)
[142/2124] Generating trace-migration.h with a custom command (wrapped by meson to capture output)
[143/2124] Generating trace-net.c with a custom command (wrapped by meson to capture output)
[144/2124] Generating trace-migration.c with a custom command (wrapped by meson to capture output)
[145/2124] Generating trace-softmmu.h with a custom command (wrapped by meson to capture output)
[146/2124] Generating trace-net.h with a custom command (wrapped by meson to capture output)
[147/2124] Generating trace-softmmu.c with a custom command (wrapped by meson to capture output)
[148/2124] Generating trace-ui.h with a custom command (wrapped by meson to capture output)
[149/2124] Generating trace-ui.c with a custom command (wrapped by meson to capture output)
[150/2124] Generating trace-hw_core.c with a custom command (wrapped by meson to capture output)
[151/2124] Generating trace-hw_core.h with a custom command (wrapped by meson to capture output)
[152/2124] Generating trace-qapi.h with a custom command (wrapped by meson to capture output)
[153/2124] Generating trace-qom.h with a custom command (wrapped by meson to capture output)
[154/2124] Generating trace-qapi.c with a custom command (wrapped by meson to capture output)
[155/2124] Generating trace-qom.c with a custom command (wrapped by meson to capture output)
[156/2124] Generating trace-target_arm.h with a custom command (wrapped by meson to capture output)
[157/2124] Generating trace-target_arm.c with a custom command (wrapped by meson to capture output)
[158/2124] Generating trace-target_hppa.h with a custom command (wrapped by meson to capture output)
[159/2124] Generating trace-target_hppa.c with a custom command (wrapped by meson to capture output)
[160/2124] Generating trace-target_i386.h with a custom command (wrapped by meson to capture output)
[161/2124] Generating trace-target_i386.c with a custom command (wrapped by meson to capture output)
[162/2124] Generating trace-target_mips.h with a custom command (wrapped by meson to capture output)
[163/2124] Generating trace-target_ppc.h with a custom command (wrapped by meson to capture output)
[164/2124] Generating trace-target_mips.c with a custom command (wrapped by meson to capture output)
[165/2124] Generating trace-target_ppc.c with a custom command (wrapped by meson to capture output)
[166/2124] Generating trace-target_riscv.h with a custom command (wrapped by meson to capture output)
[167/2124] Generating trace-target_riscv.c with a custom command (wrapped by meson to capture output)
[168/2124] Generating trace-target_s390x.h with a custom command (wrapped by meson to capture output)
[169/2124] Generating trace-target_s390x.c with a custom command (wrapped by meson to capture output)
[170/2124] Generating trace-target_sparc.h with a custom command (wrapped by meson to capture output)
[171/2124] Generating trace-util.h with a custom command (wrapped by meson to capture output)
[172/2124] Generating trace-target_sparc.c with a custom command (wrapped by meson to capture output)
[173/2124] Generating trace-util.c with a custom command (wrapped by meson to capture output)
[174/2124] Generating generated-helpers.c with a custom command (wrapped by meson to capture output)
[175/2124] Generating generated-tcg-tracers.h with a custom command (wrapped by meson to capture output)
[176/2124] Generating generated-helpers.h with a custom command (wrapped by meson to capture output)
[177/2124] Generating trace-events-all with a custom command (wrapped by meson to capture output)
[178/2124] Generating generated-helpers-wrappers.h with a custom command (wrapped by meson to capture output)
[179/2124] Generating input-keymap-linux-to-qcode.c.inc with a custom command (wrapped by meson to capture output)
[180/2124] Generating input-keymap-qcode-to-atset1.c.inc with a custom command (wrapped by meson to capture output)
[181/2124] Generating input-keymap-qcode-to-atset2.c.inc with a custom command (wrapped by meson to capture output)
[182/2124] Generating input-keymap-atset1-to-qcode.c.inc with a custom command (wrapped by meson to capture output)
[183/2124] Generating input-keymap-qcode-to-linux.c.inc with a custom command (wrapped by meson to capture output)
[184/2124] Generating input-keymap-qcode-to-qnum.c.inc with a custom command (wrapped by meson to capture output)
[185/2124] Generating input-keymap-qcode-to-atset3.c.inc with a custom command (wrapped by meson to capture output)
[186/2124] Generating input-keymap-qcode-to-sun.c.inc with a custom command (wrapped by meson to capture output)
[187/2124] Generating input-keymap-qnum-to-qcode.c.inc with a custom command (wrapped by meson to capture output)
[188/2124] Generating input-keymap-win32-to-qcode.c.inc with a custom command (wrapped by meson to capture output)
[189/2124] Generating input-keymap-usb-to-qcode.c.inc with a custom command (wrapped by meson to capture output)
[190/2124] Generating module_block.h with a custom command
[191/2124] Generating block-gen.c with a custom command
[192/2124] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128_lt_quiet.c.o
[193/2124] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128_isSignalingNaN.c.o
[194/2124] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128M_to_i64.c.o
[195/2124] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128M_to_ui32.c.o
[196/2124] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128M_to_ui64.c.o
[197/2124] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128M_to_i32.c.o
[198/2124] Generating 'libqemu-riscv64-softmmu.fa.p/decode-insn16.c.inc'.
[199/2124] Generating input-keymap-xorgevdev-to-qcode.c.inc with a custom command (wrapped by meson to capture output)
[200/2124] Generating input-keymap-xorgxwin-to-qcode.c.inc with a custom command (wrapped by meson to capture output)
[201/2124] Generating texture-blit-frag.h with a custom command (wrapped by meson to capture output)
[202/2124] Generating texture-blit-vert.h with a custom command (wrapped by meson to capture output)
[203/2124] Generating input-keymap-xorgxquartz-to-qcode.c.inc with a custom command (wrapped by meson to capture output)
[204/2124] Generating input-keymap-xorgkbd-to-qcode.c.inc with a custom command (wrapped by meson to capture output)
[205/2124] Generating 'libqemu-riscv64-softmmu.fa.p/decode-insn32.c.inc'.
[206/2124] Generating input-keymap-x11-to-qcode.c.inc with a custom command (wrapped by meson to capture output)
[207/2124] Generating QGA QAPI files with a custom command
[208/2124] Generating bepo with a custom command
[209/2124] Generating input-keymap-osx-to-qcode.c.inc with a custom command (wrapped by meson to capture output)
[210/2124] Generating ar with a custom command
[211/2124] Generating cz with a custom command
[212/2124] Generating texture-blit-flip-vert.h with a custom command (wrapped by meson to capture output)
[213/2124] Generating de with a custom command
[214/2124] Generating da with a custom command
[215/2124] Compiling C object contrib/elf2dmp/elf2dmp.p/download.c.o
[216/2124] Compiling C object contrib/elf2dmp/elf2dmp.p/addrspace.c.o
[217/2124] Compiling C object contrib/elf2dmp/elf2dmp.p/qemu_elf.c.o
[218/2124] Compiling C object contrib/ivshmem-client/ivshmem-client.p/main.c.o
[219/2124] Compiling C object contrib/elf2dmp/elf2dmp.p/pdb.c.o
[220/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-qdev.c.o
[221/2124] Compiling C object libqemuutil.a.p/stubs_ram-block.c.o
[222/2124] Generating riscv64-softmmu-gdbstub-xml.c with a custom command (wrapped by meson to capture output)
[223/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-acpi.c.o
[224/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-acpi.c.o
[225/2124] Compiling C object contrib/ivshmem-client/ivshmem-client.p/ivshmem-client.c.o
[226/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-acpi.c.o
[227/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-acpi.c.o
[228/2124] Compiling C object contrib/elf2dmp/elf2dmp.p/main.c.o
[229/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-authz.c.o
[230/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-builtin-types.c.o
[231/2124] Generating QAPI files for qemu-storage-daemon with a custom command
[232/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-audio.c.o
[233/2124] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_mips.c.o
[234/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-builtin-visit.c.o
[235/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-audio.c.o
[236/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-authz.c.o
[237/2124] Compiling C object libblock.fa.p/block_qed-check.c.o
[238/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-audio.c.o
[239/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-authz.c.o
[240/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-misc.c.o
[241/2124] Compiling C object libqemu-riscv64-softmmu.fa.p/hw_virtio_vhost-user-input-pci.c.o
[242/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-audio.c.o
[243/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-block.c.o
[244/2124] Compiling C object libqemu-riscv64-softmmu.fa.p/hw_virtio_vhost-vsock-common.c.o
[245/2124] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-block.c.o
[246/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-authz.c.o
[247/2124] Compiling C object libqemu-riscv64-softmmu.fa.p/hw_virtio_virtio-input-host-pci.c.o
[248/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-block.c.o
[249/2124] Compiling C object libblock.fa.p/block_qed-cluster.c.o
[250/2124] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-authz.c.o
[251/2124] Compiling C object libblock.fa.p/block_qed-l2-cache.c.o
[252/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-block.c.o
[253/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-block-export.c.o
[254/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-misc.c.o
[255/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-block.c.o
[256/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-block-export.c.o
[257/2124] Compiling C object libqemu-riscv64-softmmu.fa.p/hw_virtio_virtio-rng-pci.c.o
[258/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-char.c.o
[259/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-char.c.o
[260/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-block-core.c.o
[261/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-block-export.c.o
[262/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-block-export.c.o
[263/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-common.c.o
[264/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-common.c.o
[265/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-common.c.o
[266/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-common.c.o
[267/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-char.c.o
[268/2124] Compiling C object libqemuutil.a.p/util_getauxval.c.o
[269/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-char.c.o
[270/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-control.c.o
[271/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-block-core.c.o
[272/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-control.c.o
[273/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-control.c.o
[274/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-block-core.c.o
[275/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-control.c.o
[276/2124] Compiling C object libqemu-riscv64-softmmu.fa.p/hw_virtio_vhost-user-vsock-pci.c.o
[277/2124] Compiling C object libqemuutil.a.p/util_uuid.c.o
[278/2124] Compiling C object libqemu-riscv64-softmmu.fa.p/hw_virtio_vhost-user-blk-pci.c.o
[279/2124] Compiling C object libqemuutil.a.p/util_rcu.c.o
[280/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-crypto.c.o
[281/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-crypto.c.o
[282/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-crypto.c.o
[283/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-dump.c.o
[284/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-error.c.o
[285/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-dump.c.o
[286/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-dump.c.o
[287/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-error.c.o
[288/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-dump.c.o
[289/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-error.c.o
[290/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-error.c.o
[291/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-introspect.c.o
[292/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-introspect.c.o
[293/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-introspect.c.o
[294/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-crypto.c.o
[295/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-job.c.o
[296/2124] Compiling C object libqemuutil.a.p/stubs_cpu-get-clock.c.o
[297/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-job.c.o
[298/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-job.c.o
[299/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-job.c.o
[300/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-machine.c.o
[301/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-misc.c.o
[302/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-migration.c.o
[303/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-introspect.c.o
[304/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-migration.c.o
[305/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-machine.c.o
[306/2124] Compiling C object libqemu-riscv64-softmmu.fa.p/hw_virtio_virtio-balloon-pci.c.o
[307/2124] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-crypto.c.o
[308/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-machine.c.o
[309/2124] Compiling C object libqemuutil.a.p/util_crc32c.c.o
[310/2124] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-monitor.c.o
[311/2124] Compiling C object libqemu-riscv64-softmmu.fa.p/hw_virtio_virtio-9p-pci.c.o
[312/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-migration.c.o
[313/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-migration.c.o
[314/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-pragma.c.o
[315/2124] Compiling C object libqemu-riscv64-softmmu.fa.p/hw_virtio_vhost-scsi-pci.c.o
[316/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-net.c.o
[317/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-pragma.c.o
[318/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-net.c.o
[319/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-net.c.o
[320/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-pragma.c.o
[321/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-pragma.c.o
[322/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-misc.c.o
[323/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-qdev.c.o
[324/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-qdev.c.o
[325/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-qom.c.o
[326/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-pci.c.o
[327/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-qdev.c.o
[328/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-net.c.o
[329/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-qom.c.o
[330/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-pci.c.o
[331/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-pci.c.o
[332/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-machine.c.o
[333/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-rdma.c.o
[334/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-rocker.c.o
[335/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-rdma.c.o
[336/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-rdma.c.o
[337/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-qom.c.o
[338/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-pci.c.o
[339/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-qom.c.o
[340/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-rdma.c.o
[341/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-replay.c.o
[342/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-replay.c.o
[343/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-replay.c.o
[344/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-replay.c.o
[345/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-rocker.c.o
[346/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-rocker.c.o
[347/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-run-state.c.o
[348/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-rocker.c.o
[349/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-run-state.c.o
[350/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-sockets.c.o
[351/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-sockets.c.o
[352/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-sockets.c.o
[353/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-run-state.c.o
[354/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-tpm.c.o
[355/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-tpm.c.o
[356/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-run-state.c.o
[357/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-trace.c.o
[358/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-trace.c.o
[359/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-tpm.c.o
[360/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-sockets.c.o
[361/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-trace.c.o
[362/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-tpm.c.o
[363/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-transaction.c.o
[364/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-trace.c.o
[365/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-transaction.c.o
[366/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-ui.c.o
[367/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-transaction.c.o
[368/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-ui.c.o
[369/2124] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-root.c.o
[370/2124] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-accel_kvm.c.o
[371/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-transaction.c.o
[372/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-ui.c.o
[373/2124] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-accel_tcg.c.o
[374/2124] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-nbd.c.o
[375/2124] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-audio.c.o
[376/2124] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-io.c.o
[377/2124] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-scsi.c.o
[378/2124] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-backends.c.o
[379/2124] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-chardev.c.o
[380/2124] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-backends_tpm.c.o
[381/2124] Compiling C object libblock.fa.p/block_dmg-bz2.c.o
[382/2124] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_9pfs.c.o
[383/2124] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_acpi.c.o
[384/2124] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_alpha.c.o
[385/2124] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_audio.c.o
[386/2124] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_block_dataplane.c.o
[387/2124] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_arm.c.o
[388/2124] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_char.c.o
[389/2124] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_block.c.o
[390/2124] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_hyperv.c.o
[391/2124] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_dma.c.o
[392/2124] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_display.c.o
[393/2124] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_i2c.c.o
[394/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-ui.c.o
[395/2124] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_hppa.c.o
[396/2124] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_ide.c.o
[397/2124] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_i386_xen.c.o
[398/2124] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_i386.c.o
[399/2124] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_input.c.o
[400/2124] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_mem.c.o
[401/2124] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_isa.c.o
[402/2124] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_nvram.c.o
[403/2124] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_intc.c.o
[404/2124] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_misc_macio.c.o
[405/2124] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_misc.c.o
[406/2124] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_pci_host.c.o
[407/2124] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_pci.c.o
[408/2124] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_ppc.c.o
[409/2124] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_rdma.c.o
[410/2124] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_rdma_vmw.c.o
[411/2124] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_net.c.o
[412/2124] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_s390x.c.o
[413/2124] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_rtc.c.o
[414/2124] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_sparc.c.o
[415/2124] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-block-core.c.o
[416/2124] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_sd.c.o
[417/2124] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_timer.c.o
[418/2124] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_sparc64.c.o
[419/2124] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_scsi.c.o
[420/2124] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_tpm.c.o
[421/2124] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_ssi.c.o
[422/2124] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_virtio.c.o
[423/2124] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_xen.c.o
[424/2124] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_vfio.c.o
[425/2124] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_usb.c.o
[426/2124] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_watchdog.c.o
[427/2124] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_gpio.c.o
[428/2124] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-ui.c.o
[429/2124] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi.c.o
[430/2124] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-net.c.o
[431/2124] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-softmmu.c.o
[432/2124] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_core.c.o
[433/2124] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-migration.c.o
[434/2124] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qom.c.o
[435/2124] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-target_arm.c.o
[436/2124] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-target_hppa.c.o
[437/2124] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-target_mips.c.o
[438/2124] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-target_i386.c.o
[439/2124] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-target_riscv.c.o
[440/2124] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-target_ppc.c.o
[441/2124] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-util.c.o
[442/2124] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-target_s390x.c.o
[443/2124] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-target_sparc.c.o
[444/2124] Compiling C object libqemuutil.a.p/qapi_qapi-dealloc-visitor.c.o
[445/2124] Compiling C object libqemuutil.a.p/qapi_qapi-util.c.o
[446/2124] Compiling C object libqemuutil.a.p/qapi_qapi-clone-visitor.c.o
[447/2124] Compiling C object libqemuutil.a.p/qapi_qmp-event.c.o
[448/2124] Compiling C object libqemuutil.a.p/qapi_opts-visitor.c.o
[449/2124] Compiling C object libqemuutil.a.p/qapi_qmp-dispatch.c.o
[450/2124] Compiling C object libqemuutil.a.p/qobject_qnull.c.o
[451/2124] Compiling C object libqemuutil.a.p/qapi_qobject-output-visitor.c.o
[452/2124] Compiling C object libqemuutil.a.p/qapi_qmp-registry.c.o
[453/2124] Compiling C object libqemuutil.a.p/qapi_string-input-visitor.c.o
[454/2124] Compiling C object libqemuutil.a.p/qobject_qstring.c.o
[455/2124] Compiling C object libqemuutil.a.p/qobject_qnum.c.o
[456/2124] Compiling C object libqemuutil.a.p/qapi_string-output-visitor.c.o
[457/2124] Compiling C object libqemuutil.a.p/qobject_qobject.c.o
[458/2124] Compiling C object libqemuutil.a.p/qobject_qbool.c.o
[459/2124] Compiling C object libqemuutil.a.p/qapi_qapi-visit-core.c.o
[460/2124] Compiling C object libqemuutil.a.p/qobject_qlist.c.o
[461/2124] Compiling C object libqemuutil.a.p/qapi_qobject-input-visitor.c.o
[462/2124] Compiling C object libqemuutil.a.p/qobject_qlit.c.o
[463/2124] Compiling C object libqemuutil.a.p/qobject_json-lexer.c.o
[464/2124] Compiling C object libqemuutil.a.p/qobject_qdict.c.o
[465/2124] Compiling C object libqemuutil.a.p/qobject_qjson.c.o
[466/2124] Compiling C object libqemuutil.a.p/util_unicode.c.o
[467/2124] Compiling C object libqemuutil.a.p/qobject_json-streamer.c.o
[468/2124] Compiling C object libqemuutil.a.p/util_qemu-timer-common.c.o
[469/2124] Compiling C object libqemuutil.a.p/util_fdmon-poll.c.o
[470/2124] Compiling C object libqemuutil.a.p/qobject_json-parser.c.o
[471/2124] Compiling C object libqemuutil.a.p/util_compatfd.c.o
[472/2124] Compiling C object libqemuutil.a.p/util_event_notifier-posix.c.o
[473/2124] Compiling C object libqemuutil.a.p/util_fdmon-epoll.c.o
[474/2124] Compiling C object libqemuutil.a.p/util_qemu-openpty.c.o
[475/2124] Compiling C object libqemuutil.a.p/qobject_block-qdict.c.o
[476/2124] Compiling C object libqemuutil.a.p/util_mmap-alloc.c.o
[477/2124] Compiling C object libqemuutil.a.p/util_fdmon-io_uring.c.o
[478/2124] Compiling C object libqemuutil.a.p/util_osdep.c.o
[479/2124] Compiling C object libqemuutil.a.p/util_module.c.o
[480/2124] Compiling C object libqemuutil.a.p/util_cutils.c.o
[481/2124] Compiling C object libqemuutil.a.p/util_host-utils.c.o
[482/2124] Compiling C object libqemuutil.a.p/util_memfd.c.o
[483/2124] Compiling C object libqemuutil.a.p/util_envlist.c.o
[484/2124] Compiling C object libqemuutil.a.p/util_path.c.o
[485/2124] Compiling C object libqemuutil.a.p/util_aio-posix.c.o
[486/2124] Compiling C object libqemuutil.a.p/util_fifo8.c.o
[487/2124] Compiling C object libqemuutil.a.p/util_bitops.c.o
[488/2124] Compiling C object libqemuutil.a.p/util_cacheinfo.c.o
[489/2124] Compiling C object libqemuutil.a.p/util_qemu-thread-posix.c.o
[490/2124] Compiling C object libqemuutil.a.p/util_id.c.o
[491/2124] Compiling C object libqemuutil.a.p/util_qemu-print.c.o
[492/2124] Compiling C object libqemuutil.a.p/util_oslib-posix.c.o
[493/2124] Compiling C object libqemuutil.a.p/util_error.c.o
[494/2124] Compiling C object libqemuutil.a.p/util_notify.c.o
[495/2124] Compiling C object libqemuutil.a.p/util_qemu-progress.c.o
[496/2124] Compiling C object libqemuutil.a.p/util_bitmap.c.o
[497/2124] Compiling C object libqemuutil.a.p/util_qemu-error.c.o
[498/2124] Compiling C object libqemuutil.a.p/util_keyval.c.o
[499/2124] Compiling C object libqemu-riscv64-softmmu.fa.p/hw_virtio_virtio-input-pci.c.o
[500/2124] Compiling C object libqemuutil.a.p/util_qemu-config.c.o
[501/2124] Compiling C object libqemuutil.a.p/util_pagesize.c.o
[502/2124] Compiling C object libqemuutil.a.p/util_log.c.o
[503/2124] Compiling C object libqemuutil.a.p/util_range.c.o
[504/2124] Compiling C object libqemuutil.a.p/util_drm.c.o
[505/2124] Compiling C object libqemuutil.a.p/util_stats64.c.o
[506/2124] Compiling C object libqemuutil.a.p/util_qdist.c.o
[507/2124] Compiling C object libqemuutil.a.p/util_systemd.c.o
[508/2124] Compiling C object libqemuutil.a.p/util_aiocb.c.o
[509/2124] Compiling C object libblock.fa.p/block_dmg.c.o
[510/2124] Compiling C object libqemuutil.a.p/util_guest-random.c.o
[511/2124] Compiling C object libqemuutil.a.p/util_base64.c.o
[512/2124] Compiling C object libqemuutil.a.p/util_qht.c.o
[513/2124] Compiling C object libqemuutil.a.p/util_aio-wait.c.o
[514/2124] Compiling C object libqemuutil.a.p/util_async.c.o
[515/2124] Compiling C object libqemuutil.a.p/util_qemu-option.c.o
[516/2124] Compiling C object libqemuutil.a.p/util_dbus.c.o
[517/2124] Compiling C object libqemuutil.a.p/util_qsp.c.o
[518/2124] Compiling C object libqemuutil.a.p/util_hexdump.c.o
[519/2124] Compiling C object libblock.fa.p/block_curl.c.o
[520/2124] Compiling C object libqemuutil.a.p/util_coroutine-ucontext.c.o
[521/2124] Compiling C object libqemuutil.a.p/util_buffer.c.o
[522/2124] Compiling C object libqemuutil.a.p/util_iova-tree.c.o
[523/2124] Compiling C object libqemuutil.a.p/util_main-loop.c.o
[524/2124] Compiling C object libqemuutil.a.p/util_qemu-coroutine-io.c.o
[525/2124] Compiling C object libqemuutil.a.p/util_lockcnt.c.o
[526/2124] Compiling C object libqemuutil.a.p/util_nvdimm-utils.c.o
[527/2124] Compiling C object libqemuutil.a.p/util_qemu-coroutine.c.o
[528/2124] Compiling C object libqemuutil.a.p/util_iov.c.o
[529/2124] Compiling C object libqemuutil.a.p/util_hbitmap.c.o
[530/2124] Compiling C object libqemuutil.a.p/util_qemu-coroutine-sleep.c.o
[531/2124] Compiling C object libqemuutil.a.p/util_bufferiszero.c.o
[532/2124] Compiling C object libqemuutil.a.p/util_qemu-coroutine-lock.c.o
[533/2124] Compiling C object libqemuutil.a.p/util_block-helpers.c.o
[534/2124] Compiling C object libqemuutil.a.p/util_qemu-co-shared-resource.c.o
[535/2124] Compiling C object libqemuutil.a.p/util_vhost-user-server.c.o
[536/2124] Compiling C object libqemuutil.a.p/util_qemu-sockets.c.o
[537/2124] Compiling C object libqemuutil.a.p/util_timed-average.c.o
[538/2124] Compiling C object libqemuutil.a.p/crypto_random-gnutls.c.o
[539/2124] Compiling C object libqemuutil.a.p/crypto_init.c.o
[540/2124] Compiling C object libqemuutil.a.p/util_filemonitor-inotify.c.o
[541/2124] Compiling C object libqemuutil.a.p/util_readline.c.o
[542/2124] Compiling C object libqemuutil.a.p/util_thread-pool.c.o
[543/2124] Compiling C object libqemuutil.a.p/stubs_arch_type.c.o
[544/2124] Compiling C object libqemuutil.a.p/util_qemu-timer.c.o
[545/2124] Compiling C object libqemuutil.a.p/crypto_aes.c.o
[546/2124] Compiling C object libqemuutil.a.p/trace_qmp.c.o
[547/2124] Compiling C object libqemuutil.a.p/util_throttle.c.o
[548/2124] Compiling C object libqemuutil.a.p/util_uri.c.o
[549/2124] Compiling C object libqemuutil.a.p/stubs_blockdev-close-all-bdrv-states.c.o
[550/2124] Compiling C object libqemuutil.a.p/stubs_bdrv-next-monitor-owned.c.o
[551/2124] Compiling C object libqemuutil.a.p/stubs_blk-exp-close-all.c.o
[552/2124] Compiling C object libqemuutil.a.p/stubs_change-state-handler.c.o
[553/2124] Compiling C object libqemuutil.a.p/stubs_blk-commit-all.c.o
[554/2124] Compiling C object libqemuutil.a.p/stubs_cpus-get-virtual-clock.c.o
[555/2124] Compiling C object libqemuutil.a.p/stubs_cmos.c.o
[556/2124] Compiling C object libqemuutil.a.p/stubs_qemu-timer-notify-cb.c.o
[557/2124] Compiling C object libqemuutil.a.p/stubs_dump.c.o
[558/2124] Compiling C object libqemuutil.a.p/trace_control.c.o
[559/2124] Compiling C object libqemuutil.a.p/util_vfio-helpers.c.o
[560/2124] Compiling C object libqemuutil.a.p/stubs_error-printf.c.o
[561/2124] Compiling C object libqemuutil.a.p/stubs_gdbstub.c.o
[562/2124] Compiling C object libqemuutil.a.p/stubs_icount.c.o
[563/2124] Compiling C object libqemuutil.a.p/stubs_io_uring.c.o
[564/2124] Compiling C object libqemuutil.a.p/stubs_iothread.c.o
[565/2124] Compiling C object libqemuutil.a.p/stubs_get-vm-name.c.o
[566/2124] Compiling C object libqemuutil.a.p/stubs_fw_cfg.c.o
[567/2124] Compiling C object libqemuutil.a.p/stubs_is-daemonized.c.o
[568/2124] Compiling C object libqemuutil.a.p/stubs_iothread-lock.c.o
[569/2124] Compiling C object libqemuutil.a.p/stubs_fdset.c.o
[570/2124] Compiling C object libqemuutil.a.p/stubs_machine-init-done.c.o
[571/2124] Compiling C object libqemuutil.a.p/stubs_migr-blocker.c.o
[572/2124] Compiling C object libqemuutil.a.p/stubs_linux-aio.c.o
[573/2124] Compiling C object libqemuutil.a.p/stubs_isa-bus.c.o
[574/2124] Compiling C object libqemuutil.a.p/stubs_runstate-check.c.o
[575/2124] Compiling C object libqemuutil.a.p/stubs_qtest.c.o
[576/2124] Compiling C object libqemuutil.a.p/stubs_monitor.c.o
[577/2124] Compiling C object libqemuutil.a.p/stubs_ramfb.c.o
[578/2124] Compiling C object libqemuutil.a.p/stubs_pci-bus.c.o
[579/2124] Compiling C object libqemuutil.a.p/stubs_qmp_memory_device.c.o
[580/2124] Compiling C object libqemuutil.a.p/stubs_monitor-core.c.o
[581/2124] Compiling C object libqemuutil.a.p/stubs_sysbus.c.o
[582/2124] Compiling C object libqemuutil.a.p/stubs_pci-host-piix.c.o
[583/2124] Compiling C object libqemuutil.a.p/stubs_replay.c.o
[584/2124] Compiling C object libqemuutil.a.p/stubs_target-monitor-defs.c.o
[585/2124] Compiling C object libqemuutil.a.p/stubs_set-fd-handler.c.o
[586/2124] Compiling C object libqemuutil.a.p/stubs_target-get-monitor-def.c.o
[587/2124] Compiling C object libqemuutil.a.p/stubs_tpm.c.o
[588/2124] Compiling C object libqemuutil.a.p/stubs_trace-control.c.o
[589/2124] Compiling C object libqemuutil.a.p/stubs_uuid.c.o
[590/2124] Compiling C object libqemuutil.a.p/stubs_vmstate.c.o
[591/2124] Compiling C object libqemuutil.a.p/stubs_vm-stop.c.o
[592/2124] Compiling C object libqemuutil.a.p/stubs_win32-kbd-hook.c.o
[593/2124] Compiling C object libcommon.fa.p/hw_net_rocker_rocker_of_dpa.c.o
[594/2124] Compiling C object libqemuutil.a.p/stubs_vmgenid.c.o
[595/2124] Compiling C object libqemu-riscv64-softmmu.fa.p/target_riscv_cpu.c.o
[596/2124] Compiling C object libqemuutil.a.p/stubs_cpu-synchronize-state.c.o
[597/2124] Compiling C object libqemuutil.a.p/stubs_replay-tools.c.o
[598/2124] Compiling C object libqemu-riscv64-softmmu.fa.p/target_riscv_fpu_helper.c.o
[599/2124] Compiling C object libqemu-riscv64-softmmu.fa.p/target_riscv_csr.c.o
[600/2124] Compiling C object libqemuutil.a.p/stubs_semihost.c.o
[601/2124] Compiling C object tests/qtest/libqos/libqos.fa.p/qos_external.c.o
[602/2124] Compiling C object fsdev/virtfs-proxy-helper.p/9p-marshal.c.o
[603/2124] Compiling C object libqemuutil.a.p/stubs_xen-hw-stub.c.o
[604/2124] Compiling C object fsdev/virtfs-proxy-helper.p/9p-iov-marshal.c.o
[605/2124] Compiling C object fsdev/virtfs-proxy-helper.p/virtfs-proxy-helper.c.o
[606/2124] Compiling C object tests/qtest/libqos/libqos.fa.p/malloc-spapr.c.o
[607/2124] Compiling C object tests/qtest/libqos/libqos.fa.p/libqos.c.o
[608/2124] Compiling C object tests/qtest/libqos/libqos.fa.p/malloc.c.o
[609/2124] Linking static target libqemuutil.a
[610/2124] Compiling C object tests/qtest/libqos/libqos.fa.p/rtas.c.o
[611/2124] Compiling C object tests/qtest/libqos/libqos.fa.p/fw_cfg.c.o
[612/2124] Compiling C object tests/qtest/libqos/libqos.fa.p/libqos-spapr.c.o
[613/2124] Compiling C object tests/qtest/libqos/libqos.fa.p/qgraph.c.o
[614/2124] Compiling C object tests/qtest/libqos/libqos.fa.p/pci.c.o
[615/2124] Linking target fsdev/virtfs-proxy-helper
[616/2124] Compiling C object tests/qtest/libqos/libqos.fa.p/pci-spapr.c.o
[617/2124] Compiling C object tests/qtest/libqos/libqos.fa.p/malloc-pc.c.o
[618/2124] Compiling C object tests/qtest/libqos/libqos.fa.p/libqos-pc.c.o
[619/2124] Compiling C object tests/qtest/libqos/libqos.fa.p/usb.c.o
[620/2124] Compiling C object tests/qtest/libqos/libqos.fa.p/pci-pc.c.o
[621/2124] Compiling C object tests/qtest/libqos/libqos.fa.p/e1000e.c.o
[622/2124] Compiling C object libqemu-riscv64-softmmu.fa.p/target_riscv_cpu_helper.c.o
[623/2124] Compiling C object tests/qtest/libqos/libqos.fa.p/i2c.c.o
[624/2124] Compiling C object tests/qtest/libqos/libqos.fa.p/i2c-omap.c.o
[625/2124] Compiling C object tests/qtest/libqos/libqos.fa.p/i2c-imx.c.o
[626/2124] Compiling C object tests/qtest/libqos/libqos.fa.p/tpci200.c.o
[627/2124] Compiling C object tests/qtest/libqos/libqos.fa.p/.._libqtest.c.o
[628/2124] Compiling C object tests/qtest/libqos/libqos.fa.p/virtio-balloon.c.o
[629/2124] Compiling C object tests/qtest/libqos/libqos.fa.p/virtio-9p.c.o
[630/2124] Compiling C object tests/qtest/libqos/libqos.fa.p/virtio-blk.c.o
[631/2124] Compiling C object tests/qtest/libqos/libqos.fa.p/sdhci.c.o
[632/2124] Compiling C object tests/qtest/libqos/libqos.fa.p/virtio-mmio.c.o
[633/2124] Compiling C object tests/qtest/libqos/libqos.fa.p/virtio-rng.c.o
[634/2124] Compiling C object tests/qtest/libqos/libqos.fa.p/aarch64-xlnx-zcu102-machine.c.o
[635/2124] Compiling C object tests/qtest/libqos/libqos.fa.p/arm-imx25-pdk-machine.c.o
[636/2124] Compiling C object tests/qtest/libqos/libqos.fa.p/virtio-net.c.o
[637/2124] Compiling C object tests/qtest/libqos/libqos.fa.p/virtio-scsi.c.o
[638/2124] Compiling C object tests/qtest/libqos/libqos.fa.p/arm-n800-machine.c.o
[639/2124] Compiling C object tests/qtest/libqos/libqos.fa.p/virtio.c.o
[640/2124] Compiling C object tests/qtest/libqos/libqos.fa.p/virtio-serial.c.o
[641/2124] Compiling C object tests/qtest/libqos/libqos.fa.p/virtio-pci-modern.c.o
[642/2124] Compiling C object tests/qtest/libqos/libqos.fa.p/arm-smdkc210-machine.c.o
[643/2124] Compiling C object tests/qtest/libqos/libqos.fa.p/arm-raspi2-machine.c.o
[644/2124] Compiling C object tests/qtest/libqos/libqos.fa.p/arm-sabrelite-machine.c.o
[645/2124] Compiling C object tests/qtest/libqos/libqos.fa.p/arm-xilinx-zynq-a9-machine.c.o
[646/2124] Compiling C object tests/qtest/libqos/libqos.fa.p/virtio-pci.c.o
[647/2124] Compiling C object tests/qtest/libqos/libqos.fa.p/ppc64_pseries-machine.c.o
[648/2124] Compiling C object tests/qtest/libqos/libqos.fa.p/arm-virt-machine.c.o
[649/2124] Compiling C object tests/qtest/libqos/libqos.fa.p/x86_64_pc-machine.c.o
[650/2124] Compiling C object tests/qtest/libqos/libqos.fa.p/ahci.c.o
[651/2124] Compiling C object libqom.fa.p/qom_container.c.o
[652/2124] Compiling C object libauthz.fa.p/authz_base.c.o
[653/2124] Linking static target tests/qtest/libqos/libqos.fa
[654/2124] Compiling C object libqom.fa.p/qom_qom-qobject.c.o
[655/2124] Compiling C object libqom.fa.p/hw_nvram_fw_cfg-interface.c.o
[656/2124] Generating block.syms with a custom command (wrapped by meson to capture output)
[657/2124] Compiling C object libauthz.fa.p/authz_simple.c.o
[658/2124] Compiling C object libqom.fa.p/qom_object_interfaces.c.o
[659/2124] Compiling C object libauthz.fa.p/authz_list.c.o
[660/2124] Generating qemu.syms with a custom command (wrapped by meson to capture output)
[661/2124] Compiling C object libauthz.fa.p/authz_listfile.c.o
[662/2124] Compiling C object libauthz.fa.p/authz_pamacct.c.o
[663/2124] Linking static target libauthz.fa
[664/2124] Compiling C object libcrypto.fa.p/crypto_afsplit.c.o
[665/2124] Compiling C object libcrypto.fa.p/crypto_block-qcow.c.o
[666/2124] Compiling C object libcrypto.fa.p/crypto_hash.c.o
[667/2124] Compiling C object libcrypto.fa.p/crypto_ivgen-plain64.c.o
[668/2124] Compiling C object libcrypto.fa.p/crypto_block.c.o
[669/2124] Compiling C object libcrypto.fa.p/crypto_ivgen-essiv.c.o
[670/2124] Compiling C object libcrypto.fa.p/crypto_hmac.c.o
[671/2124] Compiling C object libcrypto.fa.p/crypto_ivgen-plain.c.o
[672/2124] Compiling C object libcrypto.fa.p/crypto_desrfb.c.o
[673/2124] Compiling C object libcrypto.fa.p/crypto_ivgen.c.o
[674/2124] Compiling C object libcrypto.fa.p/crypto_pbkdf.c.o
[675/2124] Compiling C object libcrypto.fa.p/crypto_secret.c.o
[676/2124] Compiling C object libcrypto.fa.p/crypto_tlscreds.c.o
[677/2124] Compiling C object libcrypto.fa.p/crypto_secret_common.c.o
[678/2124] Compiling C object libcrypto.fa.p/crypto_tlscredsanon.c.o
[679/2124] Compiling C object libcrypto.fa.p/crypto_hash-nettle.c.o
[680/2124] Compiling C object libcrypto.fa.p/crypto_tlscredspsk.c.o
[681/2124] Compiling C object libcrypto.fa.p/crypto_block-luks.c.o
[682/2124] Compiling C object libcrypto.fa.p/crypto_pbkdf-nettle.c.o
[683/2124] Compiling C object libcrypto.fa.p/crypto_secret_keyring.c.o
[684/2124] Compiling C object libcrypto.fa.p/crypto_tlscredsx509.c.o
[685/2124] Compiling C object libcrypto.fa.p/crypto_hmac-nettle.c.o
[686/2124] Compiling C object libio.fa.p/io_channel-command.c.o
[687/2124] Compiling C object libcrypto.fa.p/crypto_tlssession.c.o
[688/2124] Compiling C object libcrypto.fa.p/crypto_cipher.c.o
[689/2124] Compiling C object libcrypto.fa.p/crypto_tls-cipher-suites.c.o
[690/2124] Compiling C object libio.fa.p/io_channel-buffer.c.o
[691/2124] Compiling C object libmigration.fa.p/migration_page_cache.c.o
[692/2124] Compiling C object libio.fa.p/io_channel-util.c.o
[693/2124] Linking static target libcrypto.fa
[694/2124] Compiling C object libio.fa.p/io_channel-file.c.o
[695/2124] Compiling C object libio.fa.p/io_channel-watch.c.o
[696/2124] Compiling C object libqom.fa.p/qom_object.c.o
[697/2124] Compiling C object libio.fa.p/io_channel-tls.c.o
[698/2124] Linking static target libqom.fa
[699/2124] Compiling C object libio.fa.p/io_dns-resolver.c.o
[700/2124] Compiling C object libmigration.fa.p/migration_xbzrle.c.o
[701/2124] Compiling C object libio.fa.p/io_channel.c.o
[702/2124] Compiling C object libio.fa.p/io_task.c.o
[703/2124] Compiling C object libio.fa.p/io_channel-socket.c.o
[704/2124] Compiling C object libmigration.fa.p/migration_qemu-file-channel.c.o
[705/2124] Compiling C object libmigration.fa.p/migration_qjson.c.o
[706/2124] Compiling C object libio.fa.p/io_net-listener.c.o
[707/2124] Compiling C object libio.fa.p/io_channel-websock.c.o
[708/2124] Linking static target libio.fa
[709/2124] Compiling C object libblock.fa.p/replication.c.o
[710/2124] Compiling C object libmigration.fa.p/migration_vmstate.c.o
[711/2124] Compiling C object libmigration.fa.p/migration_vmstate-types.c.o
[712/2124] Compiling C object libblock.fa.p/meson-generated_.._block_block-gen.c.o
[713/2124] Compiling C object libmigration.fa.p/migration_qemu-file.c.o
[714/2124] Compiling C object libblock.fa.p/blockjob.c.o
[715/2124] Linking static target libmigration.fa
[716/2124] Compiling C object libblock.fa.p/nbd_common.c.o
[717/2124] Compiling C object libblock.fa.p/scsi_utils.c.o
[718/2124] Compiling C object libblock.fa.p/scsi_pr-manager.c.o
[719/2124] Compiling C object libblock.fa.p/block_aio_task.c.o
[720/2124] Compiling C object libblock.fa.p/block_nfs.c.o
[721/2124] Compiling C object libblock.fa.p/job.c.o
[722/2124] Compiling C object libblock.fa.p/block_amend.c.o
[723/2124] Compiling C object libblock.fa.p/scsi_pr-manager-helper.c.o
[724/2124] Compiling C object libblock.fa.p/block_accounting.c.o
[725/2124] Compiling C object libblock.fa.p/block_blklogwrites.c.o
[726/2124] Compiling C object libblock.fa.p/block_backup-top.c.o
[727/2124] Compiling C object libblock.fa.p/block_blkverify.c.o
[728/2124] Compiling C object libblock.fa.p/qemu-io-cmds.c.o
[729/2124] Compiling C object libblock.fa.p/block_backup.c.o
[730/2124] Compiling C object libblock.fa.p/block_commit.c.o
[731/2124] Compiling C object libblock.fa.p/nbd_client.c.o
[732/2124] Compiling C object libblock.fa.p/block_blkdebug.c.o
[733/2124] Compiling C object libblock.fa.p/block_create.c.o
[734/2124] Compiling C object libblock.fa.p/block_copy-on-read.c.o
[735/2124] Compiling C object libblock.fa.p/block_dirty-bitmap.c.o
[736/2124] Compiling C object libblock.fa.p/block_block-copy.c.o
[737/2124] Compiling C object libblock.fa.p/block_null.c.o
[738/2124] Compiling C object libblock.fa.p/block_filter-compress.c.o
[739/2124] Compiling C object libblock.fa.p/block_crypto.c.o
[740/2124] Compiling C object libblock.fa.p/block_qapi.c.o
[741/2124] Compiling C object libblock.fa.p/block_block-backend.c.o
[742/2124] Compiling C object libblock.fa.p/block_raw-format.c.o
[743/2124] Compiling C object libblock.fa.p/block_mirror.c.o
[744/2124] Compiling C object libblock.fa.p/block_snapshot.c.o
[745/2124] Compiling C object libblock.fa.p/block_qcow2-cache.c.o
[746/2124] Compiling C object libblock.fa.p/block_quorum.c.o
[747/2124] Compiling C object libblock.fa.p/block_nbd.c.o
[748/2124] Compiling C object libblock.fa.p/block_qcow2-bitmap.c.o
[749/2124] Compiling C object libblock.fa.p/block_throttle-groups.c.o
[750/2124] Compiling C object libblock.fa.p/block_qcow2-threads.c.o
[751/2124] Compiling C object libblock.fa.p/block_qcow2-snapshot.c.o
[752/2124] Compiling C object libblock.fa.p/block_cloop.c.o
[753/2124] Compiling C object libblock.fa.p/block_bochs.c.o
[754/2124] Compiling C object libblock.fa.p/block_vpc.c.o
FAILED: libblock.fa.p/block_vpc.c.o 
cc -Ilibblock.fa.p -I. -I.. -Iqapi -Itrace -Iui -Iui/shader -Iblock -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -fdiagnostics-color=auto -Wall -Winvalid-pch -Werror -std=gnu99 -O2 -g -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -Wold-style-declaration -Wold-style-definition -Wtype-limits -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wempty-body -Wnested-externs -Wendif-labels -Wexpansion-to-defined -Wno-missing-include-dirs -Wno-shift-negative-value -Wno-psabi -fstack-protector-strong -isystem /home/peterlin/Labs/riscv64-linux/qemu/linux-headers -isystem linux-headers -iquote /home/peterlin/Labs/riscv64-linux/qemu/tcg/i386 -iquote . -iquote /home/peterlin/Labs/riscv64-linux/qemu -iquote /home/peterlin/Labs/riscv64-linux/qemu/accel/tcg -iquote /home/peterlin/Labs/riscv64-linux/qemu/include -iquote /home/peterlin/Labs/riscv64-linux/qemu/disas/libvixl -pthread -fPIE -DHAVE_LIBSSH_0_8 -MD -MQ libblock.fa.p/block_vpc.c.o -MF libblock.fa.p/block_vpc.c.o.d -o libblock.fa.p/block_vpc.c.o -c ../block/vpc.c
../block/vpc.c: In function ‘vpc_open’:
../block/vpc.c:358:51: error: array subscript ‘VHDDynDiskHeader {aka struct vhd_dyndisk_header}[0]’ is partly outside array bounds of ‘uint8_t[512]’ {aka ‘unsigned char[512]’} [-Werror=array-bounds]
  358 |         s->block_size = be32_to_cpu(dyndisk_header->block_size);
      |                                                   ^~
../block/vpc.c:223:13: note: while referencing ‘buf’
  223 |     uint8_t buf[HEADER_SIZE];
      |             ^~~
../block/vpc.c:366:58: error: array subscript ‘VHDDynDiskHeader {aka struct vhd_dyndisk_header}[0]’ is partly outside array bounds of ‘uint8_t[512]’ {aka ‘unsigned char[512]’} [-Werror=array-bounds]
  366 |         s->max_table_entries = be32_to_cpu(dyndisk_header->max_table_entries);
      |                                                          ^~
../block/vpc.c:223:13: note: while referencing ‘buf’
  223 |     uint8_t buf[HEADER_SIZE];
      |             ^~~
../block/vpc.c:398:51: error: array subscript ‘VHDDynDiskHeader {aka struct vhd_dyndisk_header}[0]’ is partly outside array bounds of ‘uint8_t[512]’ {aka ‘unsigned char[512]’} [-Werror=array-bounds]
  398 |         s->bat_offset = be64_to_cpu(dyndisk_header->table_offset);
      |                                                   ^~
../block/vpc.c:223:13: note: while referencing ‘buf’
  223 |     uint8_t buf[HEADER_SIZE];
      |             ^~~
cc1: all warnings being treated as errors
[755/2124] Compiling C object libblock.fa.p/block.c.o
[756/2124] Compiling C object libblock.fa.p/block_vhdx.c.o
[757/2124] Compiling C object libblock.fa.p/block_throttle.c.o
[758/2124] Compiling C object libblock.fa.p/block_vhdx-endian.c.o
[759/2124] Compiling C object libblock.fa.p/block_io.c.o
[760/2124] Compiling C object libblock.fa.p/block_qcow2-refcount.c.o
[761/2124] Compiling C object libblock.fa.p/block_qed-table.c.o
[762/2124] Compiling C object libblock.fa.p/block_qcow2-cluster.c.o
[763/2124] Compiling C object libblock.fa.p/block_vmdk.c.o
[764/2124] Compiling C object libblock.fa.p/block_qcow2.c.o
[765/2124] Compiling C object libblock.fa.p/block_vvfat.c.o
ninja: build stopped: subcommand failed.
make[1]: *** [Makefile:171: run-ninja] Error 1
make[1]: Leaving directory '/home/peterlin/Labs/riscv64-linux/qemu/build'
make: *** [GNUmakefile:11: all] Error 2
```