[Qemu-devel] [Bug 599617] Re: qemu fail to parse command "-net none"

2010-07-25 Thread xudong
This issue has gone with qemu-kvm commit d4adede84de96d631f2c6eff2c01eae00b14a110. ** Changed in: qemu Status: Invalid => Fix Released ** Changed in: qemu-kvm (Ubuntu) Status: Triaged => Fix Released -- qemu fail to parse command "-net none" https://bugs.launchpad.net/bugs/599617

[Qemu-devel] [Bug 599617] Re: qemu fail to parse command "-net none"

2010-06-30 Thread Thierry Carrez
** Changed in: qemu-kvm (Ubuntu) Importance: Undecided => Medium ** Changed in: qemu-kvm (Ubuntu) Status: New => Triaged -- qemu fail to parse command "-net none" https://bugs.launchpad.net/bugs/599617 You received this bug notification because you are a member of qemu- devel-ml, which

[Qemu-devel] [Bug 599617] Re: qemu fail to parse command "-net none"

2010-06-29 Thread Anthony Liguori
** Also affects: qemu-kvm (Ubuntu) Importance: Undecided Status: New ** Changed in: qemu Status: New => Invalid -- qemu fail to parse command "-net none" https://bugs.launchpad.net/bugs/599617 You received this bug notification because you are a member of qemu- devel-ml, which i

[Qemu-devel] [Bug 599617] Re: qemu fail to parse command "-net none"

2010-06-28 Thread xudong
qemu upstream has fix patch: Signed-off-by: Amit Shah --- net.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/net.c b/net.c index 4cb93ed..b681233 100644 --- a/net.c +++ b/net.c @@ -1119,7 +1119,7 @@ int net_client_init(Monitor *mon, QemuOpts *opts, int is_netdev)