summaryrefslogtreecommitdiffstats
path: root/results/classifier/108/device/1911797
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-07-03 19:39:53 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-07-03 19:39:53 +0200
commitdee4dcba78baf712cab403d47d9db319ab7f95d6 (patch)
tree418478faf06786701a56268672f73d6b0b4eb239 /results/classifier/108/device/1911797
parent4d9e26c0333abd39bdbd039dcdb30ed429c475ba (diff)
downloademulator-bug-study-dee4dcba78baf712cab403d47d9db319ab7f95d6.tar.gz
emulator-bug-study-dee4dcba78baf712cab403d47d9db319ab7f95d6.zip
restructure results
Diffstat (limited to 'results/classifier/108/device/1911797')
-rw-r--r--results/classifier/108/device/191179742
1 files changed, 0 insertions, 42 deletions
diff --git a/results/classifier/108/device/1911797 b/results/classifier/108/device/1911797
deleted file mode 100644
index 13ef0a0c..00000000
--- a/results/classifier/108/device/1911797
+++ /dev/null
@@ -1,42 +0,0 @@
-device: 0.921
-network: 0.877
-graphic: 0.873
-performance: 0.856
-semantic: 0.801
-other: 0.737
-socket: 0.602
-vnc: 0.542
-debug: 0.519
-PID: 0.511
-KVM: 0.506
-files: 0.285
-permissions: 0.283
-boot: 0.281
-
-hmp command `hostfwd_remove` does not work on running vm
-
-On a running VM, I ran the following two hmp commands:
-
-"hostfwd_add tcp::43210-:43210" --> WORKS
-'hostfwd_remove tcp::43210-:43210" --> DOES NOT WORK. returns 'invalid format'
-
-QEMU version 5.1
-
-Looks like intended behavior:
-
-(qemu) help hostfwd_add
-hostfwd_add [netdev_id] [tcp|udp]:[hostaddr]:hostport-[guestaddr]:guestport -- redirect TCP or UDP connections from host to guest (requires -net user)
-(qemu) help hostfwd_remove
-hostfwd_remove [netdev_id] [tcp|udp]:[hostaddr]:hostport -- remove host-to-guest TCP or UDP redirection
-
-
-Not sure I understand. The intended behavior is to remove the ports. It doesn't do that. And it returns 'invalid format'.
-
-(qemu) hostfwd_add tcp::43210-:43210
-(qemu) hostfwd_remove tcp::43210-:43210
-invalid format
-
-My bad. The correct command is this:
-(qemu) hostfwd_remove tcp::43210
-This bug can be closed.
-