diff options
Diffstat (limited to 'results/classifier/118/review/1670')
| -rw-r--r-- | results/classifier/118/review/1670 | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/results/classifier/118/review/1670 b/results/classifier/118/review/1670 new file mode 100644 index 00000000..d78c7355 --- /dev/null +++ b/results/classifier/118/review/1670 @@ -0,0 +1,69 @@ +x86: 0.906 +device: 0.883 +architecture: 0.878 +graphic: 0.856 +files: 0.833 +network: 0.794 +semantic: 0.704 +PID: 0.697 +TCG: 0.669 +ppc: 0.624 +vnc: 0.588 +permissions: 0.546 +register: 0.537 +user-level: 0.509 +boot: 0.480 +debug: 0.476 +kernel: 0.465 +socket: 0.455 +risc-v: 0.453 +performance: 0.449 +hypervisor: 0.385 +arm: 0.376 +mistranslation: 0.360 +VMM: 0.324 +peripherals: 0.255 +virtual: 0.229 +assembly: 0.163 +i386: 0.145 +KVM: 0.077 +-------------------- +x86: 0.770 +user-level: 0.747 +files: 0.130 +hypervisor: 0.113 +TCG: 0.110 +semantic: 0.078 +network: 0.064 +register: 0.051 +kernel: 0.025 +debug: 0.022 +virtual: 0.022 +PID: 0.017 +device: 0.011 +architecture: 0.009 +VMM: 0.008 +socket: 0.006 +risc-v: 0.004 +assembly: 0.004 +ppc: 0.003 +boot: 0.003 +arm: 0.003 +performance: 0.002 +vnc: 0.002 +graphic: 0.002 +peripherals: 0.001 +permissions: 0.001 +KVM: 0.001 +i386: 0.001 +mistranslation: 0.000 + +Cannot statically build x86_64-softmmu with Darwin(Intel) +Description of problem: +I am using `Podman` and currently,`Podman` uses qemu on macOS. The `Podman` team has adopted a scheme to dynamically compile `qemu` (https://github.com/containers/podman-machine-qemu). However, I am currently trying to use static compilation for both amd64 and arm64 targets. + +I have searched many articles online, most of which are about static compilation on Linux. Very few articles mention static compilation on macOS, and some mention that `softmmu` does not support static compilation. However, I have not found any concrete evidence to support this claim. + +I also want to ask another question: Does `qemu` support static compilation on macOS? +Additional information: +[meson-log.txt](/uploads/6e32691488533a06c64dc34ee4514135/meson-log.txt) |