summary refs log tree commit diff stats
path: root/results/classifier/118/mistranslation/1662468
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/118/mistranslation/1662468')
-rw-r--r--results/classifier/118/mistranslation/1662468120
1 files changed, 120 insertions, 0 deletions
diff --git a/results/classifier/118/mistranslation/1662468 b/results/classifier/118/mistranslation/1662468
new file mode 100644
index 000000000..f93272777
--- /dev/null
+++ b/results/classifier/118/mistranslation/1662468
@@ -0,0 +1,120 @@
+mistranslation: 0.882
+semantic: 0.725
+graphic: 0.641
+performance: 0.603
+device: 0.476
+hypervisor: 0.456
+architecture: 0.432
+kernel: 0.420
+ppc: 0.410
+register: 0.408
+socket: 0.400
+TCG: 0.325
+network: 0.320
+PID: 0.320
+debug: 0.320
+VMM: 0.298
+user-level: 0.293
+assembly: 0.288
+vnc: 0.284
+x86: 0.281
+files: 0.276
+i386: 0.270
+arm: 0.265
+peripherals: 0.257
+risc-v: 0.239
+permissions: 0.236
+virtual: 0.204
+boot: 0.192
+KVM: 0.188
+--------------------
+user-level: 0.869
+x86: 0.108
+virtual: 0.104
+TCG: 0.075
+files: 0.040
+debug: 0.036
+i386: 0.033
+kernel: 0.030
+VMM: 0.023
+PID: 0.018
+hypervisor: 0.017
+risc-v: 0.014
+device: 0.013
+ppc: 0.011
+arm: 0.008
+performance: 0.007
+semantic: 0.006
+network: 0.006
+boot: 0.006
+socket: 0.006
+register: 0.005
+vnc: 0.005
+peripherals: 0.002
+KVM: 0.002
+mistranslation: 0.001
+architecture: 0.001
+assembly: 0.001
+graphic: 0.001
+permissions: 0.001
+
+[feature request] qemu-img convert should respond to control-T like dd
+
+Since qemu-img convert is a long-running operation, it would be nice if it reported progress in response to control-T (SIGINFO) to show progress information, much like dd, fsck, dump, cp, etc.
+
+That should be simple enough to implement considering we have this behavior already on SIGUSR1. Unfortunately, I wouldn't be able to test it because Linux apparently doesn't implement SIGINFO...
+
+Max
+
+
+PS: By the way, thanks for the information. I didn't know about SIGINFO at all. Well, now I have mapped Ctrl-T to SIGUSR1 in my terminal emulator so I don't have to feel quite as inferior...
+
+On 02/08/17 00:22, Max Reitz wrote:
+> That should be simple enough to implement considering we have this
+> behavior already on SIGUSR1. Unfortunately, I wouldn't be able to test
+> it because Linux apparently doesn't implement SIGINFO...
+> 
+> Max
+> 
+> 
+> PS: By the way, thanks for the information. I didn't know about SIGINFO at all. Well, now I have mapped Ctrl-T to SIGUSR1 in my terminal emulator so I don't have to feel quite as inferior...
+> 
+
+By that you may have lost the following Readline action:
+
+       transpose-chars (C-t)
+              Drag the character before point forward over the charac-
+              ter at point, moving point forward as well.  If point is
+              at  the  end  of  the line, then this transposes the two
+              characters before point.   Negative  arguments  have  no
+              effect.
+
+I'm sure you've been using that all the time... ;)
+
+Laszlo
+
+
+On Tue, Feb 07, 2017 at 11:22:26PM -0000, Max Reitz wrote:
+> That should be simple enough to implement considering we have this
+> behavior already on SIGUSR1. Unfortunately, I wouldn't be able to test
+> it because Linux apparently doesn't implement SIGINFO...
+> 
+> Max
+> 
+> 
+> PS: By the way, thanks for the information. I didn't know about SIGINFO at all. Well, now I have mapped Ctrl-T to SIGUSR1 in my terminal emulator so I don't have to feel quite as inferior...
+
+Christophe: In case you hadn't seen what Max is referring to on the
+qemu-img man page:
+
+  -p  display progress bar (compare, convert and rebase commands
+      only).  If the -p option is not used for a command that supports
+      it, the progress is reported when the process receives a
+      "SIGUSR1" signal.
+
+Does this do what you want?
+
+
+Fix has been included in v2.10.0:
+https://git.qemu.org/?p=qemu.git;a=commitdiff;h=262fbae692722d5c8b
+