[Qemu-devel] What the current status on using loadvm with read-only qcow2 image

2017-01-10 Thread Bo Chen
Hello, Is there a way to use "-loadvm" loading an internal snapshot with a read-only "qcow2" image for the latest version of qemu? This seems to be a popular question, here are two "recent" ones: [1] https://bugs.launchpad.net/qemu/+bug/1184089 [2] https://lists.nongnu.org/archive/html/qemu-discu

[Qemu-devel] [RFC] util: Fix QEMU_LD_PREFIX endless loop

2016-01-06 Thread Wei-Bo, Chen
Detail bug report in the following url: https://bugs.launchpad.net/qemu/+bug/1245703 Remove is_dir_maybe macro condition DT_LNK in util/path.c Signed-off-by: Wei-Bo, Chen --- util/path.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/path.c b/util/path.c index 4e4877e