diff options
Diffstat (limited to '')
| -rw-r--r-- | results/classifier/108/other/813 | 30 | ||||
| -rw-r--r-- | results/classifier/108/other/813546 | 31 |
2 files changed, 61 insertions, 0 deletions
diff --git a/results/classifier/108/other/813 b/results/classifier/108/other/813 new file mode 100644 index 00000000..183e91e8 --- /dev/null +++ b/results/classifier/108/other/813 @@ -0,0 +1,30 @@ +graphic: 0.857 +device: 0.825 +performance: 0.718 +files: 0.672 +PID: 0.627 +semantic: 0.486 +permissions: 0.484 +vnc: 0.483 +boot: 0.467 +debug: 0.463 +other: 0.427 +socket: 0.404 +network: 0.268 +KVM: 0.164 + +On windows, preallocation=full qcow2 not creatable, qcow2 not resizable +Description of problem: +Not possible to create a fixed-virtual-disk qcow as one may do on linux. +One sometimes may want to create a fixed size qcow2, as can be done with the fixed variants of VHDX, VMDK, VDI, + +The advantage of a fixed virtual-disk format, such as fixed-VHDX, fixed-VMDK, fixed-VDI is that it keeps the disk-meta-data as a header bundled along with that is essentially a raw image, allowing for seamless tooling and management of virtual-disks + +Workaround use a raw file as diskimage. (see workaround given below) + +To be very general, the implementation of this may need to factor in what underlying operations (fallocate, fallocate_punchhole, truncate, sparse) are supported by what filesystems (NTFS, ExFAT, ext4), choice of filesystem-driver (sometimes the driver may not have yet implemented an underlying operation), and operating systems (Linux/Win), and possible workarounds to achieve the same effect in the absence of underlying-operation. +Steps to reproduce: +1. open command shell +2. run the qemu-img command. In my case, qcow2 file is attempted to be created on a drive with ExFAT filesystem. +Additional information: + diff --git a/results/classifier/108/other/813546 b/results/classifier/108/other/813546 new file mode 100644 index 00000000..1b363880 --- /dev/null +++ b/results/classifier/108/other/813546 @@ -0,0 +1,31 @@ +graphic: 0.844 +device: 0.831 +other: 0.817 +semantic: 0.685 +performance: 0.625 +network: 0.548 +socket: 0.507 +vnc: 0.500 +debug: 0.482 +permissions: 0.473 +PID: 0.433 +boot: 0.420 +KVM: 0.385 +files: 0.373 + +option to disable PS/2 mouse + +Adds an option to disable the PS/2 mouse. + +This is useful to work around bugs in PS/2 drivers in some system or testing system without a PS/2 mouse present. + + + +Sorry, we don't take any patches from the bug tracker... Could you please post patches on the qemu-devel mailing list instead? Thanks! + +The QEMU project is currently considering to move its bug tracking to another system. For this we need to know which bugs are still valid and which could be closed already. Thus we are setting older bugs to "Incomplete" now. +If you still think this bug report here is valid, then please switch the state back to "New" within the next 60 days, otherwise this report will be marked as "Expired". Or mark it as "Fix Released" if the problem has been solved with a newer version of QEMU already. Thank you and sorry for the inconvenience. + + +[Expired for QEMU because there has been no activity for 60 days.] + |