* [Qemu-devel] [Bug 599617] [NEW] qemu fail to parse command "-net none"
@ 2010-06-29 2:57 xudong
2010-06-29 2:58 ` [Qemu-devel] [Bug 599617] " xudong
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: xudong @ 2010-06-29 2:57 UTC (permalink / raw)
To: qemu-devel
Public bug reported:
Host OS:ia32e
Guest OS :32e and pae
kvm.git Commit:a63e16c655f9e68d49d6fae4275ffda16b1888b2
qemu-kvm Commit:97011c7fce92f8c0928c9e94e9896f0dca1bdeb9
Host Kernel Version:2.6.35-rc3
Bug detailed description:
--------------------------
when use command "qemu-system_x86 -smp 2 -m 1024 -hda /path/to/img -net none"
to boot up a guest, guest cannot boot up. and no error message displayed.
** Affects: qemu
Importance: Undecided
Status: New
--
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 is subscribed to QEMU.
Status in QEMU: New
Bug description:
Host OS:ia32e
Guest OS :32e and pae
kvm.git Commit:a63e16c655f9e68d49d6fae4275ffda16b1888b2
qemu-kvm Commit:97011c7fce92f8c0928c9e94e9896f0dca1bdeb9
Host Kernel Version:2.6.35-rc3
Bug detailed description:
--------------------------
when use command "qemu-system_x86 -smp 2 -m 1024 -hda /path/to/img -net none"
to boot up a guest, guest cannot boot up. and no error message displayed.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Qemu-devel] [Bug 599617] Re: qemu fail to parse command "-net none"
2010-06-29 2:57 [Qemu-devel] [Bug 599617] [NEW] qemu fail to parse command "-net none" xudong
@ 2010-06-29 2:58 ` xudong
2010-06-29 12:25 ` Anthony Liguori
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: xudong @ 2010-06-29 2:58 UTC (permalink / raw)
To: qemu-devel
qemu upstream has fix patch:
Signed-off-by: Amit Shah <amit.shah@redhat.com>
---
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)
vlan = qemu_find_vlan(qemu_opt_get_number(opts, "vlan", 0), 1);
}
- ret = -1;
+ ret = 0;
if (net_client_types[i].init) {
ret = net_client_types[i].init(opts, mon, name, vlan);
if (ret < 0) {
--
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 is subscribed to QEMU.
Status in QEMU: New
Bug description:
Host OS:ia32e
Guest OS :32e and pae
kvm.git Commit:a63e16c655f9e68d49d6fae4275ffda16b1888b2
qemu-kvm Commit:97011c7fce92f8c0928c9e94e9896f0dca1bdeb9
Host Kernel Version:2.6.35-rc3
Bug detailed description:
--------------------------
when use command "qemu-system_x86 -smp 2 -m 1024 -hda /path/to/img -net none"
to boot up a guest, guest cannot boot up. and no error message displayed.
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [Qemu-devel] [Bug 599617] Re: qemu fail to parse command "-net none"
2010-06-29 2:57 [Qemu-devel] [Bug 599617] [NEW] qemu fail to parse command "-net none" xudong
2010-06-29 2:58 ` [Qemu-devel] [Bug 599617] " xudong
@ 2010-06-29 12:25 ` Anthony Liguori
2010-06-30 8:48 ` Thierry Carrez
2010-07-26 1:05 ` xudong
3 siblings, 0 replies; 5+ messages in thread
From: Anthony Liguori @ 2010-06-29 12:25 UTC (permalink / raw)
To: qemu-devel
** 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 is subscribed to QEMU.
Status in QEMU: Invalid
Status in “qemu-kvm” package in Ubuntu: New
Bug description:
Host OS:ia32e
Guest OS :32e and pae
kvm.git Commit:a63e16c655f9e68d49d6fae4275ffda16b1888b2
qemu-kvm Commit:97011c7fce92f8c0928c9e94e9896f0dca1bdeb9
Host Kernel Version:2.6.35-rc3
Bug detailed description:
--------------------------
when use command "qemu-system_x86 -smp 2 -m 1024 -hda /path/to/img -net none"
to boot up a guest, guest cannot boot up. and no error message displayed.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Qemu-devel] [Bug 599617] Re: qemu fail to parse command "-net none"
2010-06-29 2:57 [Qemu-devel] [Bug 599617] [NEW] qemu fail to parse command "-net none" xudong
2010-06-29 2:58 ` [Qemu-devel] [Bug 599617] " xudong
2010-06-29 12:25 ` Anthony Liguori
@ 2010-06-30 8:48 ` Thierry Carrez
2010-07-26 1:05 ` xudong
3 siblings, 0 replies; 5+ messages in thread
From: Thierry Carrez @ 2010-06-30 8:48 UTC (permalink / raw)
To: qemu-devel
** 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 is subscribed to QEMU.
Status in QEMU: Invalid
Status in “qemu-kvm” package in Ubuntu: Triaged
Bug description:
Host OS:ia32e
Guest OS :32e and pae
kvm.git Commit:a63e16c655f9e68d49d6fae4275ffda16b1888b2
qemu-kvm Commit:97011c7fce92f8c0928c9e94e9896f0dca1bdeb9
Host Kernel Version:2.6.35-rc3
Bug detailed description:
--------------------------
when use command "qemu-system_x86 -smp 2 -m 1024 -hda /path/to/img -net none"
to boot up a guest, guest cannot boot up. and no error message displayed.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Qemu-devel] [Bug 599617] Re: qemu fail to parse command "-net none"
2010-06-29 2:57 [Qemu-devel] [Bug 599617] [NEW] qemu fail to parse command "-net none" xudong
` (2 preceding siblings ...)
2010-06-30 8:48 ` Thierry Carrez
@ 2010-07-26 1:05 ` xudong
3 siblings, 0 replies; 5+ messages in thread
From: xudong @ 2010-07-26 1:05 UTC (permalink / raw)
To: qemu-devel
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
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
Status in QEMU: Fix Released
Status in “qemu-kvm” package in Ubuntu: Fix Released
Bug description:
Host OS:ia32e
Guest OS :32e and pae
kvm.git Commit:a63e16c655f9e68d49d6fae4275ffda16b1888b2
qemu-kvm Commit:97011c7fce92f8c0928c9e94e9896f0dca1bdeb9
Host Kernel Version:2.6.35-rc3
Bug detailed description:
--------------------------
when use command "qemu-system_x86 -smp 2 -m 1024 -hda /path/to/img -net none"
to boot up a guest, guest cannot boot up. and no error message displayed.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2010-07-26 1:11 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-29 2:57 [Qemu-devel] [Bug 599617] [NEW] qemu fail to parse command "-net none" xudong
2010-06-29 2:58 ` [Qemu-devel] [Bug 599617] " xudong
2010-06-29 12:25 ` Anthony Liguori
2010-06-30 8:48 ` Thierry Carrez
2010-07-26 1:05 ` xudong
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).