Am 07.07.2015 um 14:08 schrieb Stefan Hajnoczi:
From: Peter Lieven <p...@kamp.de>
upcoming libnfs versions will support logging debug messages. Add
support for it in qemu through a per-drive option.
Examples:
qemu -drive if=virtio,file=nfs://...,file.debug=2
qemu-img create -o debug=2 nfs://... 10G
Signed-off-by: Peter Lieven <p...@kamp.de>
Reviewed-by: Fam Zheng <f...@redhat.com>
Message-id: 1436251847-16875-1-git-send-email...@kamp.de
Signed-off-by: Stefan Hajnoczi <stefa...@redhat.com>
Thanks for pulling this.
Question: Is it possible to insert a CDROM other than with the 'change' command?
The change command obviously does not support file.debug parameters...
Peter