qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v3 5/5] switch -drive to QemuOpts.


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PATCH v3 5/5] switch -drive to QemuOpts.
Date: Thu, 16 Jul 2009 11:07:47 -0500
User-agent: Thunderbird 2.0.0.21 (X11/20090320)

Gerd Hoffmann wrote:
Demo QemuOpts in action ;)

Implementing a alternative way to specify the filename should be
just a few lines of code now once we decided how the cmd line syntax
should look like.

Signed-off-by: Gerd Hoffmann <address@hidden>

$ x86_64-softmmu/qemu-system-x86_64 -hda ~/images/linux.img -snapshot
drive: <noid>: index="0" media="disk" file="/home/anthony/images/linux.img" snapshot="1"
qemu: '1' invalid snapshot option

Not quite sure that's the action you were looking for...

Regards,

Anthony Liguori

---
 hw/device-hotplug.c |   12 ++--
 sysemu.h            |   15 +---
 vl.c                |  215 +++++++++++++++++++++++++++------------------------
 3 files changed, 125 insertions(+), 117 deletions(-)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]