summary refs log tree commit diff stats
path: root/results/classifier/118/network/2849
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-06-16 16:59:00 +0000
committerChristian Krinitsin <mail@krinitsin.com>2025-06-16 16:59:33 +0000
commit9aba81d8eb048db908c94a3c40c25a5fde0caee6 (patch)
treeb765e7fb5e9a3c2143c68b0414e0055adb70e785 /results/classifier/118/network/2849
parentb89a938452613061c0f1f23e710281cf5c83cb29 (diff)
downloademulator-bug-study-9aba81d8eb048db908c94a3c40c25a5fde0caee6.tar.gz
emulator-bug-study-9aba81d8eb048db908c94a3c40c25a5fde0caee6.zip
add 18th iteration of classifier
Diffstat (limited to 'results/classifier/118/network/2849')
-rw-r--r--results/classifier/118/network/284948
1 files changed, 48 insertions, 0 deletions
diff --git a/results/classifier/118/network/2849 b/results/classifier/118/network/2849
new file mode 100644
index 00000000..dcf5a204
--- /dev/null
+++ b/results/classifier/118/network/2849
@@ -0,0 +1,48 @@
+network: 0.899
+device: 0.706
+virtual: 0.688
+x86: 0.679
+graphic: 0.640
+vnc: 0.621
+semantic: 0.555
+KVM: 0.433
+VMM: 0.407
+mistranslation: 0.398
+user-level: 0.352
+performance: 0.340
+boot: 0.339
+PID: 0.331
+socket: 0.271
+risc-v: 0.268
+permissions: 0.265
+register: 0.265
+ppc: 0.259
+assembly: 0.237
+i386: 0.220
+debug: 0.219
+architecture: 0.157
+hypervisor: 0.154
+TCG: 0.138
+arm: 0.114
+peripherals: 0.100
+kernel: 0.092
+files: 0.019
+
+Qemu 9.2.x & Ubuntu 24.04 Network Issue
+Description of problem:
+After successfully starting, I cannot access the Internet with the virtual machine. I can connect to the VM via SSH and execute various commands. We want a simple NAT network..
+
+We built the Qemu distribution ourselves with the following command:
+
+./configure --target-list=x86_64-softmmu --disable-install-blobs --enable-strip --enable-user --enable-system --enable-linux-user --disable-xen --enable-modules --enable-module-upgrades --enable-linux-aio --enable-fdt --enable-gnutls --enable-libiscsi --enable-libssh --enable-vnc --enable-kvm --enable-vhost-user
+make -j 12
+sudo make install
+
+Check Libvirt:
+$systemctl status libvirtd - active
+
+after the VM was successfully started, the IP 10.2.15 was set to ens3 altname enp0s3 assign.
+
+A ping to 8.8.8.8 can not be resolved.
+Additional information:
+We can rule out an image problem because this image runs without problems on the Windows Mac guest system and an Internet connection is possible.