summary refs log tree commit diff stats
path: root/gitlab/issues_text/target_arm/host_missing/accel_HVF
diff options
context:
space:
mode:
Diffstat (limited to 'gitlab/issues_text/target_arm/host_missing/accel_HVF')
-rw-r--r--gitlab/issues_text/target_arm/host_missing/accel_HVF/102953
-rw-r--r--gitlab/issues_text/target_arm/host_missing/accel_HVF/107329
-rw-r--r--gitlab/issues_text/target_arm/host_missing/accel_HVF/199019
-rw-r--r--gitlab/issues_text/target_arm/host_missing/accel_HVF/266511
-rw-r--r--gitlab/issues_text/target_arm/host_missing/accel_HVF/74311
-rw-r--r--gitlab/issues_text/target_arm/host_missing/accel_HVF/74730
-rw-r--r--gitlab/issues_text/target_arm/host_missing/accel_HVF/7979
-rw-r--r--gitlab/issues_text/target_arm/host_missing/accel_HVF/86415
-rw-r--r--gitlab/issues_text/target_arm/host_missing/accel_HVF/949314
9 files changed, 0 insertions, 491 deletions
diff --git a/gitlab/issues_text/target_arm/host_missing/accel_HVF/1029 b/gitlab/issues_text/target_arm/host_missing/accel_HVF/1029
deleted file mode 100644
index f99bc794b..000000000
--- a/gitlab/issues_text/target_arm/host_missing/accel_HVF/1029
+++ /dev/null
@@ -1,53 +0,0 @@
-Unable to build qemu on macOS Monterey, M1 Pro
-Description of problem:
-qemu doesn't build, producing the following error:
-```
-$ make
-# snip
-FAILED: libqemu-aarch64-softmmu.fa.p/target_arm_hvf_hvf.c.o 
-cc -Ilibqemu-aarch64-softmmu.fa.p -I. -I.. -Itarget/arm -I../target/arm -I../dtc/libfdt -I../capstone/include/capstone -Iqapi -Itrace -Iui -Iui/shader -I/opt/homebrew/Cellar/pixman/0.40.0/include/pixman-1 -I/opt/homebrew/Cellar/glib/2.72.1/include -I/opt/homebrew/Cellar/glib/2.72.1/include/glib-2.0 -I/opt/homebrew/Cellar/glib/2.72.1/lib/glib-2.0/include -I/opt/homebrew/opt/gettext/include -I/opt/homebrew/Cellar/pcre/8.45/include -fcolor-diagnostics -Wall -Winvalid-pch -std=gnu11 -O2 -g -iquote . -iquote /Users/duncanbayne/code/qemu -iquote /Users/duncanbayne/code/qemu/include -iquote /Users/duncanbayne/code/qemu/disas/libvixl -iquote /Users/duncanbayne/code/qemu/tcg/aarch64 -DOS_OBJECT_USE_OBJC=0 -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-definition -Wtype-limits -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wempty-body -Wnested-externs -Wendif-labels -Wexpansion-to-defined -Wno-initializer-overrides -Wno-missing-include-dirs -Wno-shift-negative-value -Wno-string-plus-int -Wno-typedef-redefinition -Wno-tautological-type-limit-compare -Wno-psabi -fstack-protector-strong -DNEED_CPU_H '-DCONFIG_TARGET="aarch64-softmmu-config-target.h"' '-DCONFIG_DEVICES="aarch64-softmmu-config-devices.h"' -MD -MQ libqemu-aarch64-softmmu.fa.p/target_arm_hvf_hvf.c.o -MF libqemu-aarch64-softmmu.fa.p/target_arm_hvf_hvf.c.o.d -o libqemu-aarch64-softmmu.fa.p/target_arm_hvf_hvf.c.o -c ../target/arm/hvf/hvf.c
-../target/arm/hvf/hvf.c:586:15: error: unknown type name 'ARMCPRegInfo'; did you mean 'ARMCPUInfo'?
-        const ARMCPRegInfo *ri;
-              ^~~~~~~~~~~~
-              ARMCPUInfo
-../target/arm/cpu-qom.h:38:3: note: 'ARMCPUInfo' declared here
-} ARMCPUInfo;
-  ^
-../target/arm/hvf/hvf.c:589:14: error: implicit declaration of function 'get_arm_cp_reginfo' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
-        ri = get_arm_cp_reginfo(arm_cpu->cp_regs, key);
-             ^
-../target/arm/hvf/hvf.c:589:12: warning: incompatible integer to pointer conversion assigning to 'const ARMCPUInfo *' (aka 'const struct ARMCPUInfo *') from 'int' [-Wint-conversion]
-        ri = get_arm_cp_reginfo(arm_cpu->cp_regs, key);
-           ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-../target/arm/hvf/hvf.c:591:26: error: no member named 'type' in 'struct ARMCPUInfo'
-            assert(!(ri->type & ARM_CP_NO_RAW));
-                     ~~  ^
-/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/assert.h:99:25: note: expanded from macro 'assert'
-    (__builtin_expect(!(e), 0) ? __assert_rtn(__func__, __ASSERT_FILE_NAME, __LINE__, #e) : (void)0)
-                        ^
-../target/arm/hvf/hvf.c:591:33: error: use of undeclared identifier 'ARM_CP_NO_RAW'
-            assert(!(ri->type & ARM_CP_NO_RAW));
-                                ^
-1 warning and 4 errors generated.
-ninja: build stopped: subcommand failed.
-make[1]: *** [run-ninja] Error 1
-make: *** [all] Error 2
-```
-Steps to reproduce:
-```
-git clone https://gitlab.com/qemu-project/qemu.git
-cd qemu
-./configure
-make
-```
-Additional information:
-```
-$ cc --version
-Apple clang version 13.1.6 (clang-1316.0.21.2.5)
-Target: arm64-apple-darwin21.4.0
-Thread model: posix
-InstalledDir: /Library/Developer/CommandLineTools/usr/bin
-
-$ ninja --version
-1.10.2.git.kitware.jobserver-1
-```
diff --git a/gitlab/issues_text/target_arm/host_missing/accel_HVF/1073 b/gitlab/issues_text/target_arm/host_missing/accel_HVF/1073
deleted file mode 100644
index 08ddc332c..000000000
--- a/gitlab/issues_text/target_arm/host_missing/accel_HVF/1073
+++ /dev/null
@@ -1,29 +0,0 @@
-SIGABRT with -M raspi3b,accel=hvf on macOS
-Description of problem:
-There is a `SIGUSR2` or `SIGUSR1` raised which causes QEMU to abort:
-```
-(lldb) bt
-* thread #3, stop reason = signal SIGUSR2
-  * frame #0: 0x0000000184c384a4 libsystem_kernel.dylib`__sigsuspend + 8
-    frame #1: 0x0000000100b7ff34 qemu-system-aarch64`qemu_coroutine_new at coroutine-sigaltstack.c:221:9
-    frame #2: 0x0000000100b91f0c qemu-system-aarch64`qemu_coroutine_create(entry=(qemu-system-aarch64`monitor_qmp_dispatcher_co at qmp.c:211), opaque=0x0000000000000000) at qemu-coroutine.c:90:14
-    frame #3: 0x0000000100a833d8 qemu-system-aarch64`monitor_init_globals_core at monitor.c:707:25
-```
-
-I tried skipping over it with `lldb`:
-```
-(lldb) b main
-(lldb) r
-(lldb) process handle SIGUSR1 -s false -p true
-(lldb) process handle SIGUSR2 -s false -p true
-(lldb) c
-qemu-system-aarch64: Unknown Error
-```
-
-I investigated the Unknown Error and and it's actually `HV_ILLEGAL_GUEST_STATE` which is unhandled in the `assert_hvf_ok` function. From here the VM will fail.
-Steps to reproduce:
-1. Get a fake disk. Or create a fake one with: `qemu-img create -f qcow2 zero.qcow2 2G`
-2. Run QEMU with the HVF accelerator: `qemu-system-aarch64 -M raspi3b,accel=hvf -drive id=card0,if=none,format=qcow2,index=0,file=./zero.qcow2 -device sd-card,drive=card0 -serial stdio
-`
-Additional information:
-
diff --git a/gitlab/issues_text/target_arm/host_missing/accel_HVF/1990 b/gitlab/issues_text/target_arm/host_missing/accel_HVF/1990
deleted file mode 100644
index c2e4e1467..000000000
--- a/gitlab/issues_text/target_arm/host_missing/accel_HVF/1990
+++ /dev/null
@@ -1,19 +0,0 @@
-qemu ASSERT [ArmCpuDxe] DefaultExceptionHandler.c:333 on Mac M3
-Description of problem:
-I am installing Podman 4.7.2 and `podman-machine` uses `qemu-system-aarch64` to boot up an embedded coreos image to run containers.
-With the new Apple M3 hardware, I am experiencing a QEMU assertion failure almost all of the time.
-
-![image](/uploads/372b9ae2dfaa2d70e704a0f30b1964f1/image.png)
-
-`ASSERT [ArmCpuDxe] /home/kraxel/projects/qemu/roms/edk2/ArmPkg/Library/DefaultExceptionHandlerLib/AArch64/DefaultExceptionHandler.c(333): ((BOOLEAN)(0==1))`
-
-I have been unable to get the full crash output - I didn't figure out how to resize the console any larger, and I tried a couple different ways to hook the console up to qemu stdout without any success. (since the kernel command line parameters are not passed in, but instead the image uses a bootloader)
-
-I believe this is the same issue I experience, but with a better capture of the crash:
-https://github.com/lima-vm/lima/issues/1996
-Steps to reproduce:
-1. Use Mac M3 (Max in my case)
-2. Install Podman
-3. Run `podman-machine init`
-4. Run `podman-machine start --log-level=debug`
-5. Crash (almost certainly)
diff --git a/gitlab/issues_text/target_arm/host_missing/accel_HVF/2665 b/gitlab/issues_text/target_arm/host_missing/accel_HVF/2665
deleted file mode 100644
index 1c6a460fb..000000000
--- a/gitlab/issues_text/target_arm/host_missing/accel_HVF/2665
+++ /dev/null
@@ -1,11 +0,0 @@
-target/arm: cannot boot when CPU supports SME
-Description of problem:
-On macOS 15.2 beta, Apple's Hypervisor.framework exposes the SME feat flag to QEMU. As a result, in `arm_cpu_sme_finalize`, `cpu_isar_feature(aa64_sme, cpu)` returns true and the program will always exit with the following:
-
-```
-qemu-aarch64-softmmu: cannot disable sme4224
-All SME vector lengths are disabled.
-With SME enabled, at least one vector length must be enabled.
-```
-
-This is because `vq_supported` and `vq_init` are both 0 as they are not initialized anywhere. It seems that in the original commit e74c097638d38b46d9c68f11565432034afc0ad0 the only place `cpu->sme_vq.supported` is initialized is with `aarch64_max_initfn` when KVM and HVF are not used as the backend.
diff --git a/gitlab/issues_text/target_arm/host_missing/accel_HVF/743 b/gitlab/issues_text/target_arm/host_missing/accel_HVF/743
deleted file mode 100644
index e3a616c25..000000000
--- a/gitlab/issues_text/target_arm/host_missing/accel_HVF/743
+++ /dev/null
@@ -1,11 +0,0 @@
-aarch64: Number of SMP CPUS exceeds max CPUs supported by machine (10 > 8) for M1 Pro/Max
-Description of problem:
-Trying to launch QEMU with more than 8 cores gives the following error:
-
-`qemu-system-aarch64: Number of SMP CPUs requested (10) exceeds max CPUs supported by machine 'mach-virt' (8)`
-
-Apple M1 Pro can have up to 10 cores while M1 Max only has 10 cores.
-Steps to reproduce:
-1. Install QEMU via homebrew (or MacPorts or from source)
-2. Run `qemu-system-aarch64 -machine virt,highmem=off -accel hvf -cpu cortex-a72 -smp 10`
-3. Get error, QEMU doesn't start
diff --git a/gitlab/issues_text/target_arm/host_missing/accel_HVF/747 b/gitlab/issues_text/target_arm/host_missing/accel_HVF/747
deleted file mode 100644
index e05a09f48..000000000
--- a/gitlab/issues_text/target_arm/host_missing/accel_HVF/747
+++ /dev/null
@@ -1,30 +0,0 @@
-hvf-accelerated aarch64 hangs when switching to big endian mode
-Description of problem:
-Trying to boot a big endian Linux kernel using the above command line on an M1 Mac Mini just hangs, there is not a single output.  However, by replacing `hvf` with `tcg`, the kernel boots up fine.  The kernel also starts if I use KVM acceleration on a Linux host system.
-Steps to reproduce:
-1. Build a Linux kernel for big endian arm64
-2. Try to boot it with -accel hvf on an M1 Mac
-3. Observe a lot of nothing happening  :-)
-Additional information:
-Sample run, TCG vs HVF
-```
-mikan:/tmp% qemu-system-aarch64 -accel tcg -machine virt,highmem=off -cpu cortex-a72 -nographic -kernel /tmp/vmlinuz-5.10.76-gentoo-r1-arm64.be |& head -16
-[    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd083]
-[    0.000000] Linux version 5.10.76-gentoo-r1-arm64 (root@localhost) (aarch64-unknown-linux-gnu-gcc (Gentoo 11.2.0 p1) 11.2.0, GNU ld (Gentoo 2.37_p1 p0) 2.37) #1 SMP Sun Nov 21 16:30:21 -00 2021
-[    0.000000] Machine model: linux,dummy-virt
-[    0.000000] NUMA: No NUMA configuration found
-[    0.000000] NUMA: Faking a node at [mem 0x0000000040000000-0x0000000047ffffff]
-[    0.000000] NUMA: NODE_DATA [mem 0x47f65300-0x47f76fff]
-[    0.000000] Zone ranges:
-[    0.000000]   DMA      [mem 0x0000000040000000-0x0000000047ffffff]
-[    0.000000]   DMA32    empty
-[    0.000000]   Normal   empty
-[    0.000000] Movable zone start for each node
-[    0.000000] Early memory node ranges
-[    0.000000]   node   0: [mem 0x0000000040000000-0x0000000047ffffff]
-[    0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x0000000047ffffff]
-[    0.000000] psci: probing for conduit method from DT.
-[    0.000000] psci: PSCIv0.2 detected in firmware.
-mikan:/tmp% qemu-system-aarch64 -accel hvf -machine virt,highmem=off -cpu cortex-a72 -nographic -kernel /tmp/vmlinuz-5.10.76-gentoo-r1-arm64.be       
-```
-(followed by tumbleweeds)
diff --git a/gitlab/issues_text/target_arm/host_missing/accel_HVF/797 b/gitlab/issues_text/target_arm/host_missing/accel_HVF/797
deleted file mode 100644
index 4cae7cf80..000000000
--- a/gitlab/issues_text/target_arm/host_missing/accel_HVF/797
+++ /dev/null
@@ -1,9 +0,0 @@
-ARM64 hvf fails to boot Windows 11 on 6.2.0
-Description of problem:
-On QEMU v6.1.0 with patches from @agraf manually applied, Windows 11 boots fine from the VHDX. Now that the patches have been mainlined, I would expect it to work the same but it gets stuck at EFI (no Windows "spinner").
-Steps to reproduce:
-1. `brew install qemu`
-2. Download Windows 11 VHDX from https://www.microsoft.com/en-us/software-download/windowsinsiderpreviewARM64
-3. Run command from above.
-Additional information:
-
diff --git a/gitlab/issues_text/target_arm/host_missing/accel_HVF/864 b/gitlab/issues_text/target_arm/host_missing/accel_HVF/864
deleted file mode 100644
index f6d8a7df8..000000000
--- a/gitlab/issues_text/target_arm/host_missing/accel_HVF/864
+++ /dev/null
@@ -1,15 +0,0 @@
-HVF virtual counter diverges from CLOCK_VIRTUAL when the host sleeps
-Description of problem:
-HVF's virtual counter diverges from `CLOCK_VIRTUAL` when the host sleeps and causes the inconsistency between Linux's system counter and everything else.
-
-HVF's virtual counter apparently relies on something similar to `mach_absolute_time`, which stops when the host sleeps and resumes after it wakes up. However, `CLOCK_VIRTUAL` is implemented with `mach_continuous_time`, which continues even while the host sleeps. Linux uses the virtual counter as the source of the system counter and sees inconsistencies between the system counter and the other devices.
-Steps to reproduce:
-1. Launch Fedora.
-2. Compare the time shown at the top of the guest display and one at the top of the host display. The difference should be less than 2 minutes.
-3. Let the host sleep for 3 minutes.
-4. Compare the times again. The difference is now greater than 2 minutes.
-Additional information:
-Here are solutions I've came up with so far. There are trade-offs but any of them should be better than the current situation. I'm happy to implement one if the maintainers have decided which one is the best or figure out a superior alternative.
-- Implement `cpus_get_virtual_clock` of `AccelOpsClass` with `mach_absolute_time`. It would make HVF inconsistent with the other accelerators. Linux also expects the virtual clock is "continuous" and it leaves the divergence from the real time.
-- Request XNU `HOST_NOTIFY_CALENDAR_CHANGE` to update the virtual clock with the continuous time. The interface is undocumented.
-- Use `IORegisterForSystemPower` to update the virtual clock with the continuous time. It is undocumented that the interface handles every cases where `mach_absolute_time` and `mach_continuous_time`, but it actually does if I read XNU's source code correctly.
diff --git a/gitlab/issues_text/target_arm/host_missing/accel_HVF/949 b/gitlab/issues_text/target_arm/host_missing/accel_HVF/949
deleted file mode 100644
index 477d0f72e..000000000
--- a/gitlab/issues_text/target_arm/host_missing/accel_HVF/949
+++ /dev/null
@@ -1,314 +0,0 @@
-M1 MacOS Panic with qemu version 6.2.0
-Description of problem:
-After running the command above, the macbook freeze and reboots, here is the stacktrace:
-```
-panic(cpu 2 caller 0xfffffe001748de90): vm_fault() KERN_FAILURE from guest fault on state 0xfffffe600c57c000 @sleh.c:3091
-Debugger message: panic
-Memory ID: 0x1
-OS release type: User
-OS version: 21D62
-Kernel version: Darwin Kernel Version 21.3.0: Wed Jan  5 21:37:58 PST 2022; root:xnu-8019.80.24~20/RELEASE_ARM64_T6000
-Fileset Kernelcache UUID: FA4EB485BA9DC1EBAA5D0E80232A48CC
-Kernel UUID: BADF56F4-2876-3FF4-AC12-F25E78B09AA1
-iBoot version: iBoot-7429.81.3
-secure boot?: YES
-Paniclog version: 13
-KernelCache slide: 0x000000000f9e8000
-KernelCache base:  0xfffffe00169ec000
-Kernel slide:      0x000000001021c000
-Kernel text base:  0xfffffe0017220000
-Kernel text exec slide: 0x0000000010304000
-Kernel text exec base:  0xfffffe0017308000
-mach_absolute_time: 0x2c74ea4beb
-Epoch Time:        sec       usec
-  Boot    : 0x62437319 0x0002a603
-  Sleep   : 0x62441e87 0x00018bb3
-  Wake    : 0x62442289 0x00044ebb
-  Calendar: 0x62442c00 0x000ccb26
-
-Zone info:
-Foreign   : 0xfffffe001fb94000 - 0xfffffe001fba8000
-Native    : 0xfffffe10001a8000 - 0xfffffe30001a8000
-Readonly  : 0xfffffe14cce74000 - 0xfffffe1666808000
-Metadata  : 0xfffffe62f056c000 - 0xfffffe62fc4f0000
-Bitmaps   : 0xfffffe62fc4f0000 - 0xfffffe6302084000
-CORE 0 PVH locks held: None
-CORE 1 PVH locks held: None
-CORE 2 PVH locks held: None
-CORE 3 PVH locks held: None
-CORE 4 PVH locks held: None
-CORE 5 PVH locks held: None
-CORE 6 PVH locks held: None
-CORE 7 PVH locks held: None
-CORE 0: PC=0xfffffe001738ef4c, LR=0xfffffe001738ef4c, FP=0xfffffe60ba06bef0
-CORE 1: PC=0xfffffe001738ef4c, LR=0xfffffe001738ef4c, FP=0xfffffe60b7003ef0
-CORE 2 is the one that panicked. Check the full backtrace for details.
-CORE 3: PC=0xfffffe001738ef50, LR=0xfffffe001738ef4c, FP=0xfffffe600c773ef0
-CORE 4: PC=0xfffffe001738ef50, LR=0xfffffe001738ef4c, FP=0xfffffe60a4dabef0
-CORE 5: PC=0xfffffe001738ef50, LR=0xfffffe001738ef4c, FP=0xfffffe600c683ef0
-CORE 6: PC=0xfffffe001738ef50, LR=0xfffffe001738ef4c, FP=0xfffffe60a5553ef0
-CORE 7: PC=0xfffffe001738ef4c, LR=0xfffffe001738ef4c, FP=0xfffffe60b7ae3ef0
-Panicked task 0xfffffe2997ce2d48: 24310 pages, 11 threads: pid 12708: qemu-system-aarc
-Panicked thread: 0xfffffe1ffd861860, backtrace: 0xfffffe600c5c3300, tid: 97347
-		  lr: 0xfffffe001735a4e8  fp: 0xfffffe600c5c3370
-		  lr: 0xfffffe001735a1b8  fp: 0xfffffe600c5c33e0
-		  lr: 0xfffffe001749a2bc  fp: 0xfffffe600c5c3400
-		  lr: 0xfffffe001748c6c8  fp: 0xfffffe600c5c3480
-		  lr: 0xfffffe001748a118  fp: 0xfffffe600c5c3540
-		  lr: 0xfffffe001730f7f8  fp: 0xfffffe600c5c3550
-		  lr: 0xfffffe0017359e2c  fp: 0xfffffe600c5c38f0
-		  lr: 0xfffffe0017359e2c  fp: 0xfffffe600c5c3960
-		  lr: 0xfffffe0017b6d738  fp: 0xfffffe600c5c3980
-		  lr: 0xfffffe001748de90  fp: 0xfffffe600c5c39e0
-		  lr: 0xfffffe001748da14  fp: 0xfffffe600c5c3a50
-		  lr: 0xfffffe001731a828  fp: 0xfffffe600c5c3a60
-		  lr: 0xfffffe00174a222c  fp: 0xfffffe600c5c3e50
-		  lr: 0xfffffe001748a530  fp: 0xfffffe600c5c3f10
-		  lr: 0xfffffe001730f7f8  fp: 0xfffffe600c5c3f20
-
-last started kext at 861542788: com.apple.driver.driverkit.serial	6.0.0 (addr 0xfffffe00170fced0, size 3432)
-loaded kexts:
-com.apple.fileutil	20.036.15
-com.apple.filesystems.autofs	3.0
-com.apple.driver.AppleBiometricServices	1
-com.apple.driver.CoreKDL	1
-com.apple.driver.AppleTopCaseHIDEventDriver	5020.1
-com.apple.driver.DiskImages.ReadWriteDiskImage	493.0.0
-com.apple.driver.DiskImages.UDIFDiskImage	493.0.0
-com.apple.driver.DiskImages.RAMBackingStore	493.0.0
-com.apple.driver.DiskImages.FileBackingStore	493.0.0
-com.apple.driver.SEPHibernation	1
-com.apple.driver.BCMWLANFirmware4387.Hashstore	1
-com.apple.filesystems.apfs	1933.80.3
-com.apple.driver.AppleUSBDeviceNCM	5.0.0
-com.apple.driver.AppleThunderboltIP	4.0.3
-com.apple.driver.AppleFileSystemDriver	3.0.1
-com.apple.nke.l2tp	1.9
-com.apple.filesystems.tmpfs	1
-com.apple.filesystems.lifs	1
-com.apple.IOTextEncryptionFamily	1.0.0
-com.apple.filesystems.hfs.kext	582.60.2
-com.apple.security.BootPolicy	1
-com.apple.BootCache	40
-com.apple.AppleFSCompression.AppleFSCompressionTypeZlib	1.0.0
-com.apple.AppleFSCompression.AppleFSCompressionTypeDataless	1.0.0d1
-com.apple.AppleEmbeddedSimpleSPINORFlasher	1
-com.apple.driver.ApplePMP	1
-com.apple.driver.AppleCS42L84Audio	530.2
-com.apple.driver.AppleSmartIO2	1
-com.apple.driver.AppleSN012776Amp	530.2
-com.apple.driver.AppleT6000SOCTuner	1
-com.apple.driver.AppleT6000CLPCv3	1
-com.apple.driver.AppleSmartBatteryManager	161.0.0
-com.apple.driver.AppleALSColorSensor	1.0.0d1
-com.apple.driver.AppleAOPVoiceTrigger	100.1
-com.apple.driver.ApplePMPFirmware	1
-com.apple.driver.AppleSPMIPMU	1.0.1
-com.apple.driver.AppleM68Buttons	1.0.0d1
-com.apple.driver.AppleSDXC	3.1.1
-com.apple.driver.AppleSamsungSerial	1.0.0d1
-com.apple.driver.AppleSerialShim	1
-com.apple.AGXG13X	188.10
-com.apple.driver.AppleAVD	555
-com.apple.driver.AppleAVE2	530.3.0
-com.apple.driver.AppleJPEGDriver	4.7.9
-com.apple.driver.AppleProResHW	128.2.0
-com.apple.driver.AppleMobileDispT600X-DCP	140.0
-com.apple.driver.usb.AppleSynopsysUSB40XHCI	1
-com.apple.driver.AppleMCDP29XXUpdateSupport	1
-com.apple.driver.AppleDPDisplayTCON	1
-com.apple.driver.AppleEventLogHandler	1
-com.apple.driver.AppleS5L8960XNCO	1
-com.apple.driver.AppleT6000PMGR	1
-com.apple.driver.AppleS8000AES	1
-com.apple.driver.AppleS8000DWI	1.0.0d1
-com.apple.driver.AppleInterruptControllerV2	1.0.0d1
-com.apple.driver.AppleT8110DART	1
-com.apple.driver.AppleBluetoothModule	1
-com.apple.driver.AppleBCMWLANBusInterfacePCIe	1
-com.apple.driver.AppleS5L8920XPWM	1.0.0d1
-com.apple.driver.AudioDMAController-T600x	100.51
-com.apple.driver.AppleT6000DART	1
-com.apple.driver.AppleSPIMC	1
-com.apple.driver.AppleS5L8940XI2C	1.0.0d2
-com.apple.driver.AppleT6000	1
-com.apple.iokit.IOUserEthernet	1.0.1
-com.apple.driver.usb.AppleUSBUserHCI	1
-com.apple.iokit.IOKitRegistryCompatibility	1
-com.apple.iokit.EndpointSecurity	1
-com.apple.driver.AppleDiskImages2	126.60.3
-com.apple.AppleSystemPolicy	2.0.0
-com.apple.nke.applicationfirewall	402
-com.apple.kec.InvalidateHmac	1
-com.apple.kec.AppleEncryptedArchive	1
-com.apple.driver.driverkit.serial	6.0.0
-com.apple.kext.triggers	1.0
-com.apple.iokit.IOAVBFamily	1010.2
-com.apple.plugin.IOgPTPPlugin	1000.11
-com.apple.iokit.IOEthernetAVBController	1.1.0
-com.apple.driver.AppleMesaSEPDriver	100.99
-com.apple.iokit.IOBiometricFamily	1
-com.apple.driver.AppleHIDKeyboard	228
-com.apple.driver.AppleActuatorDriver	5430.21
-com.apple.driver.AppleMultitouchDriver	5430.21
-com.apple.driver.AppleHSBluetoothDriver	5020.1
-com.apple.driver.IOBluetoothHIDDriver	9.0.0
-com.apple.driver.DiskImages.KernelBacked	493.0.0
-com.apple.driver.AppleSEPHDCPManager	1.0.1
-com.apple.driver.AppleTrustedAccessory	1
-com.apple.iokit.AppleSEPGenericTransfer	1
-com.apple.driver.AppleXsanScheme	3
-com.apple.driver.usb.networking	5.0.0
-com.apple.driver.AppleThunderboltUSBDownAdapter	1.0.4
-com.apple.driver.AppleThunderboltPCIDownAdapter	4.1.1
-com.apple.driver.AppleThunderboltDPInAdapter	8.5.1
-com.apple.driver.AppleThunderboltDPAdapterFamily	8.5.1
-com.apple.nke.ppp	1.9
-com.apple.driver.AppleBSDKextStarter	3
-com.apple.filesystems.hfs.encodings.kext	1
-com.apple.driver.AppleConvergedIPCOLYBTControl	1
-com.apple.driver.AppleConvergedPCI	1
-com.apple.driver.AppleBluetoothDebug	1
-com.apple.driver.AppleBTM	1.0.1
-com.apple.driver.AppleHIDTransportSPI	5400.30
-com.apple.driver.AppleHIDTransport	5400.30
-com.apple.driver.AppleInputDeviceSupport	5400.30
-com.apple.driver.AppleDCPDPTXProxy	1.0.0
-com.apple.driver.DCPDPFamilyProxy	1
-com.apple.driver.AppleDiagnosticDataAccessReadOnly	1.0.0
-com.apple.driver.AppleCSEmbeddedAudio	530.2
-com.apple.driver.ApplePassthroughPPM	3.0
-com.apple.driver.AppleAOPAudio	102.2
-com.apple.driver.AppleEmbeddedAudio	530.2
-com.apple.iokit.AppleARMIISAudio	100.1
-com.apple.driver.AppleSPU	1
-com.apple.AGXFirmwareKextG13XRTBuddy	188.10
-com.apple.AGXFirmwareKextRTBuddy64	188.10
-com.apple.driver.AppleStockholmControl	1.0.0
-com.apple.iokit.IONVMeFamily	2.1.0
-com.apple.driver.AppleNANDConfigAccess	1.0.0
-com.apple.driver.AppleDialogPMU	1.0.1
-com.apple.driver.usb.AppleUSBHostPacketFilter	1.0
-com.apple.iokit.IOGPUFamily	35.11
-com.apple.driver.DCPAVFamilyProxy	1
-com.apple.iokit.IOMobileGraphicsFamily-DCP	343.0.0
-com.apple.driver.AppleDCP	1
-com.apple.driver.AppleFirmwareKit	1
-com.apple.iokit.IOMobileGraphicsFamily	343.0.0
-com.apple.driver.AppleSPMI	1.0.1
-com.apple.driver.AppleUSBXDCIARM	1.0
-com.apple.driver.AppleUSBXDCI	1.0
-com.apple.iokit.IOUSBDeviceFamily	2.0.0
-com.apple.driver.usb.AppleSynopsysUSBXHCI	1
-com.apple.driver.usb.AppleUSBXHCI	1.2
-com.apple.driver.AppleEmbeddedUSBHost	1
-com.apple.driver.usb.AppleUSBHub	1.2
-com.apple.driver.usb.AppleUSBHostCompositeDevice	1.2
-com.apple.driver.AppleT6000TypeCPhy	1
-com.apple.driver.AppleT8103TypeCPhy	1
-com.apple.driver.AppleHPM	3.4.4
-com.apple.driver.AppleSART	1
-com.apple.driver.ApplePMGR	1
-com.apple.driver.AppleARMWatchdogTimer	1
-com.apple.driver.AppleDisplayCrossbar	1.0.0
-com.apple.iokit.IODisplayPortFamily	1.0.0
-com.apple.driver.AppleTypeCPhy	1
-com.apple.driver.AppleThunderboltNHI	7.2.8
-com.apple.driver.AppleT6000PCIeC	1
-com.apple.iokit.IOThunderboltFamily	9.3.3
-com.apple.driver.ApplePIODMA	1
-com.apple.driver.AppleT600xPCIe	1
-com.apple.driver.AppleMultiFunctionManager	1
-com.apple.driver.AppleBluetoothDebugService	1
-com.apple.driver.AppleBCMWLANCore	1.0.0
-com.apple.iokit.IO80211Family	1200.12.2b1
-com.apple.driver.IOImageLoader	1.0.0
-com.apple.driver.AppleOLYHAL	1
-com.apple.driver.corecapture	1.0.4
-com.apple.driver.AppleEmbeddedPCIE	1
-com.apple.driver.AppleMCA2-T600x	600.95
-com.apple.driver.AppleEmbeddedAudioLibs	100.9.1
-com.apple.driver.AppleFirmwareUpdateKext	1
-com.apple.driver.AppleH13CameraInterface	4.87.0
-com.apple.driver.AppleH10PearlCameraInterface	17.0.3
-com.apple.driver.AppleGPIOICController	1.0.2
-com.apple.driver.AppleFireStormErrorHandler	1
-com.apple.driver.AppleMobileApNonce	1
-com.apple.iokit.IOTimeSyncFamily	1000.11
-com.apple.driver.DiskImages	493.0.0
-com.apple.iokit.IOGraphicsFamily	593
-com.apple.iokit.IOBluetoothSerialManager	9.0.0
-com.apple.iokit.IOBluetoothHostControllerUSBTransport	9.0.0
-com.apple.iokit.IOBluetoothHostControllerUARTTransport	9.0.0
-com.apple.iokit.IOBluetoothHostControllerTransport	9.0.0
-com.apple.driver.IOBluetoothHostControllerPCIeTransport	9.0.0
-com.apple.iokit.IOBluetoothFamily	9.0.0
-com.apple.driver.FairPlayIOKit	68.13.1
-com.apple.iokit.CSRBluetoothHostControllerUSBTransport	9.0.0
-com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport	9.0.0
-com.apple.driver.AppleSSE	1.0
-com.apple.driver.AppleSEPKeyStore	2
-com.apple.driver.AppleUSBTDM	532.40.7
-com.apple.iokit.IOUSBMassStorageDriver	209.40.6
-com.apple.iokit.IOPCIFamily	2.9
-com.apple.iokit.IOSCSIBlockCommandsDevice	452.60.2
-com.apple.iokit.IOSCSIArchitectureModelFamily	452.60.2
-com.apple.driver.AppleIPAppender	1.0
-com.apple.driver.AppleFDEKeyStore	28.30
-com.apple.driver.AppleEffaceableStorage	1.0
-com.apple.driver.AppleCredentialManager	1.0
-com.apple.driver.KernelRelayHost	1
-com.apple.iokit.IOUSBHostFamily	1.2
-com.apple.driver.AppleUSBHostMergeProperties	1.2
-com.apple.driver.usb.AppleUSBCommon	1.0
-com.apple.driver.AppleSMC	3.1.9
-com.apple.driver.RTBuddy	1.0.0
-com.apple.driver.AppleEmbeddedTempSensor	1.0.0
-com.apple.driver.AppleARMPMU	1.0
-com.apple.iokit.IOAccessoryManager	1.0.0
-com.apple.driver.AppleOnboardSerial	1.0
-com.apple.iokit.IOSkywalkFamily	1.0
-com.apple.driver.mDNSOffloadUserClient	1.0.1b8
-com.apple.iokit.IONetworkingFamily	3.4
-com.apple.iokit.IOSerialFamily	11
-com.apple.driver.AppleSEPManager	1.0.1
-com.apple.driver.AppleA7IOP	1.0.2
-com.apple.driver.IOSlaveProcessor	1
-com.apple.driver.AppleBiometricSensor	2
-com.apple.iokit.IOHIDFamily	2.0.0
-com.apple.iokit.CoreAnalyticsFamily	1
-com.apple.driver.AppleANELoadBalancer	5.35.2
-com.apple.driver.AppleH11ANEInterface	5.35.0
-com.apple.AUC	1.0
-com.apple.iokit.IOAVFamily	1.0.0
-com.apple.iokit.IOHDCPFamily	1.0.0
-com.apple.iokit.IOCECFamily	1
-com.apple.iokit.IOAudio2Family	1.0
-com.apple.driver.AppleIISController	100.1
-com.apple.driver.AppleAudioClockLibs	100.9.1
-com.apple.driver.AppleM2ScalerCSCDriver	265.0.0
-com.apple.iokit.IOSurface	302.11.1
-com.apple.driver.IODARTFamily	1
-com.apple.security.quarantine	4
-com.apple.security.sandbox	300.0
-com.apple.kext.AppleMatch	1.0.0d1
-com.apple.driver.AppleMobileFileIntegrity	1.0.5
-com.apple.security.AppleImage4	4.2.0
-com.apple.kext.CoreTrust	1
-com.apple.iokit.IOCryptoAcceleratorFamily	1.0.1
-com.apple.driver.AppleARMPlatform	1.0.2
-com.apple.iokit.IOStorageFamily	2.1
-com.apple.iokit.IOSlowAdaptiveClockingFamily	1.0.0
-com.apple.iokit.IOReportFamily	47
-com.apple.kec.pthread	1
-com.apple.kec.Libm	1
-com.apple.kec.corecrypto	12.0
-
-
-
-** Stackshot Succeeded ** Bytes Traced 456730 (Uncompressed 1205472) **
-```
-Steps to reproduce:
-1. run the qemu command above
-Additional information:
-