diff options
Diffstat (limited to 'results/classifier/118/x86/1767126')
| -rw-r--r-- | results/classifier/118/x86/1767126 | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/results/classifier/118/x86/1767126 b/results/classifier/118/x86/1767126 new file mode 100644 index 000000000..93766eba2 --- /dev/null +++ b/results/classifier/118/x86/1767126 @@ -0,0 +1,45 @@ +x86: 0.913 +mistranslation: 0.744 +graphic: 0.618 +semantic: 0.476 +device: 0.433 +peripherals: 0.380 +performance: 0.369 +architecture: 0.362 +user-level: 0.333 +risc-v: 0.195 +debug: 0.191 +i386: 0.186 +network: 0.182 +ppc: 0.163 +permissions: 0.158 +TCG: 0.154 +boot: 0.115 +register: 0.101 +PID: 0.098 +virtual: 0.090 +VMM: 0.089 +kernel: 0.087 +hypervisor: 0.085 +files: 0.068 +arm: 0.063 +vnc: 0.042 +socket: 0.042 +KVM: 0.026 +assembly: 0.016 + +Man page documents qemu -drive if=scsi but it no longer works + +The qemu man page section documenting the -drive option contains + + if=interface + This option defines on which type on interface the drive is + connected. Available types are: ide, scsi, sd, mtd, floppy, + pflash, virtio, none. + +but if=scsi no longer works as of version 2.12.0. + +If you really have to make backwards incompatible changes, it would be helpful if you could at least document them. + +The -drive if=scsi still works on the machines that have a SCSI bus by default. And the change for x86 has been documented in the ChangeLog: https://wiki.qemu.org/ChangeLog/2.12 + |