@@ -115,7 +115,7 @@ Overall TCG CPUs
115
115
M: Richard Henderson <
[email protected] >
116
116
R: Paolo Bonzini <
[email protected] >
117
117
S: Maintained
118
- F: cpus.c
118
+ F: softmmu/ cpus.c
119
119
F: cpus-common.c
120
120
F: exec.c
121
121
F: accel/tcg/
@@ -362,7 +362,7 @@ Overall KVM CPUs
362
362
M: Paolo Bonzini <
[email protected] >
363
363
364
364
S: Supported
365
- F: */kvm. *
365
+ F: */*/ kvm*
366
366
F: accel/kvm/
367
367
F: accel/stubs/kvm-stub.c
368
368
F: include/hw/kvm/
@@ -416,8 +416,21 @@ S: Supported
416
416
F: target/i386/kvm.c
417
417
F: scripts/kvm/vmxcap
418
418
419
+ Guest CPU Cores (other accelerators)
420
+ ------------------------------------
421
+ Overall
422
+ M: Richard Henderson <
[email protected] >
423
+ R: Paolo Bonzini <
[email protected] >
424
+ S: Maintained
425
+ F: include/sysemu/accel.h
426
+ F: accel/accel.c
427
+ F: accel/Makefile.objs
428
+ F: accel/stubs/Makefile.objs
429
+
419
430
X86 HVF CPUs
431
+ M: Cameron Esfahani <
[email protected] >
420
432
M: Roman Bolshakov <
[email protected] >
433
+ W: https://wiki.qemu.org/Features/HVF
421
434
S: Maintained
422
435
F: accel/stubs/hvf-stub.c
423
436
F: target/i386/hvf/
465
478
466
479
W: https://github.com/intel/haxm/issues
467
480
S: Maintained
481
+ F: accel/stubs/hax-stub.c
468
482
F: include/sysemu/hax.h
469
483
F: target/i386/hax-*
470
484
1710
1724
S: Maintained
1711
1725
F: hw/virtio/virtio-balloon*.c
1712
1726
F: include/hw/virtio/virtio-balloon.h
1713
- F: balloon.c
1727
+ F: softmmu/ balloon.c
1714
1728
F: include/sysemu/balloon.h
1715
1729
1716
1730
virtio-9p
@@ -2189,12 +2203,12 @@ Memory API
2189
2203
M: Paolo Bonzini <
[email protected] >
2190
2204
S: Supported
2191
2205
F: include/exec/ioport.h
2192
- F: ioport.c
2193
2206
F: include/exec/memop.h
2194
2207
F: include/exec/memory.h
2195
2208
F: include/exec/ram_addr.h
2196
2209
F: include/exec/ramblock.h
2197
- F: memory.c
2210
+ F: softmmu/ioport.c
2211
+ F: softmmu/memory.c
2198
2212
F: include/exec/memory-internal.h
2199
2213
F: exec.c
2200
2214
F: scripts/coccinelle/memory-region-housekeeping.cocci
@@ -2226,13 +2240,14 @@ F: ui/cocoa.m
2226
2240
Main loop
2227
2241
M: Paolo Bonzini <
[email protected] >
2228
2242
S: Maintained
2229
- F: cpus.c
2230
2243
F: include/qemu/main-loop.h
2231
2244
F: include/sysemu/runstate.h
2232
2245
F: util/main-loop.c
2233
2246
F: util/qemu-timer.c
2234
2247
F: softmmu/vl.c
2235
2248
F: softmmu/main.c
2249
+ F: softmmu/cpus.c
2250
+ F: softmmu/cpu-throttle.c
2236
2251
F: qapi/run-state.json
2237
2252
2238
2253
Human Monitor (HMP)
2387
2402
M: Laurent Vivier <
[email protected] >
2388
2403
R: Paolo Bonzini <
[email protected] >
2389
2404
S: Maintained
2390
- F: qtest.c
2405
+ F: softmmu/ qtest.c
2391
2406
F: accel/qtest.c
2392
2407
F: tests/qtest/
2393
2408
X: tests/qtest/bios-tables-test-allowed-diff.h
0 commit comments