summaryrefslogtreecommitdiffstats
path: root/results/classifier/118/virtual/1677492
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/118/virtual/1677492
parent4d9e26c0333abd39bdbd039dcdb30ed429c475ba (diff)
downloademulator-bug-study-dee4dcba78baf712cab403d47d9db319ab7f95d6.tar.gz
emulator-bug-study-dee4dcba78baf712cab403d47d9db319ab7f95d6.zip
restructure results
Diffstat (limited to 'results/classifier/118/virtual/1677492')
-rw-r--r--results/classifier/118/virtual/167749279
1 files changed, 0 insertions, 79 deletions
diff --git a/results/classifier/118/virtual/1677492 b/results/classifier/118/virtual/1677492
deleted file mode 100644
index f3dc1178..00000000
--- a/results/classifier/118/virtual/1677492
+++ /dev/null
@@ -1,79 +0,0 @@
-virtual: 0.931
-semantic: 0.781
-hypervisor: 0.773
-PID: 0.715
-device: 0.713
-performance: 0.579
-graphic: 0.560
-ppc: 0.557
-mistranslation: 0.500
-user-level: 0.457
-vnc: 0.455
-kernel: 0.443
-register: 0.399
-network: 0.367
-peripherals: 0.365
-x86: 0.346
-arm: 0.317
-architecture: 0.310
-risc-v: 0.307
-debug: 0.304
-i386: 0.280
-boot: 0.273
-TCG: 0.272
-permissions: 0.243
-VMM: 0.206
-files: 0.179
-socket: 0.147
-assembly: 0.136
-KVM: 0.054
-
-block_set_io_throttle complaints Need exactly one of 'device' and 'id'
-
-All of sudden, after a qemu update, block_set_io_throttle does not work anymore.
-
-Full command to QEMU monitor --
-
-(qemu) block_set_io_throttle db 0 0 0 0 0 0
-Need exactly one of 'device' and 'id'
-
-The help text still point to the same old syntax, which no longer works.
-
-On 03/30/2017 02:14 AM, dE wrote:
-> Public bug reported:
->
-> All of sudden, after a qemu update, block_set_io_throttle does not work
-> anymore.
->
-> Full command to QEMU monitor --
->
-> (qemu) block_set_io_throttle db 0 0 0 0 0 0
-> Need exactly one of 'device' and 'id'
->
-> The help text still point to the same old syntax, which no longer works.
-
-Broken in 2.8, fixed here (will be in 2.9):
-
-commit 3f35c3b166c18043596768448e5d91b5d52f8353
-Author: Eric Blake <email address hidden>
-Date: Fri Jan 20 17:03:59 2017 -0600
-
- hmp: fix block_set_io_throttle
-
- Commit 7a9877a made the 'device' parameter to BlockIOThrottle
- optional, favoring 'id' instead. But it forgot to update the
- HMP usage to set has_device, which makes all attempts to change
- throttling via HMP fail with "Need exactly one of 'device' and 'id'"
-
- CC: <email address hidden>
- Signed-off-by: Eric Blake <email address hidden>
- Message-Id: <email address hidden>
- Reviewed-by: Stefan Hajnoczi <email address hidden>
- Signed-off-by: Dr. David Alan Gilbert <email address hidden>
-
---
-Eric Blake eblake redhat com +1-919-301-3266
-Libvirt virtualization library http://libvirt.org
-
-
-