Version: 1:7.2+dfsg-1

On Wed, 12 Jan 2011 10:53:00 +0300 Michael Tokarev <m...@tls.msk.ru> wrote:
severity 609231 wishlist
retitle 609231 filename parser in qemu chokes on colons
tags 609231 + upstream confirmed
thanks

07.01.2011 18:59, Michal Suchanek wrote:
Package: qemu-kvm
Version: 1:0.12.5+dfsg-5
Severity: normal

Apparently kvm cannot handle CD images with odd names.

While I don't insist that such image names should work it points at some
bug in argument handling which is something to be avoided.
..

The way to use "interesting" filenames do exist now.  I don't know
when exactly it has been introduced, but it sure exists in bookworm
version.

 qemu-system-x86_64 -drive file.filename=a:b:c,,d,,e,media=cdrom ..

When used with -cdrom (or -hda etc) shortcuts it doesn't work, one
have to use more advance -drive argument.  Not as -drive file=filename
again, since colons (:) are interpreted as protocol delimiters, but
as file.filename=filename.

Commas still needs to be escaped.

Closing this bug report now.

/mjt

Reply via email to