qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] fix network booting when using "-device" instead of "-net nic"
@ 2010-04-06 22:22 Eduardo Habkost
  2010-04-06 22:22 ` [Qemu-devel] [PATCH 1/3] net: remove NICInfo.bootable field Eduardo Habkost
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Eduardo Habkost @ 2010-04-06 22:22 UTC (permalink / raw)
  To: qemu-devel

This series fixes the following issue:

  $ qemu-system-x86_64 -device rtl8139,vlan=0,id=net0,mac=52:54:00:82:41:fd,bus=pci.0,addr=0x4 -net user,vlan=0,name=hostnet0 -vnc 0.0.0.0:0 -boot n
  Cannot boot from non-existent NIC
  $ 

Patches 1 and 3 are just cleanups. The actual fix is on patch 2.

Eduardo Habkost (3):
  Kill NICInfo.bootable field
  kill broken net_set_boot_mask() boot device validation
  kill unused boot_devices_bitmap variable

 net.c |   20 --------------------
 net.h |    2 --
 vl.c  |   13 ++++---------
 3 files changed, 4 insertions(+), 31 deletions(-)

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-04-10  1:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-06 22:22 [Qemu-devel] [PATCH 0/3] fix network booting when using "-device" instead of "-net nic" Eduardo Habkost
2010-04-06 22:22 ` [Qemu-devel] [PATCH 1/3] net: remove NICInfo.bootable field Eduardo Habkost
2010-04-06 22:22 ` [Qemu-devel] [PATCH 2/3] net: remove broken net_set_boot_mask() boot device validation Eduardo Habkost
2010-04-06 22:22 ` [Qemu-devel] [PATCH 3/3] boot: remove unused boot_devices_bitmap variable Eduardo Habkost
2010-04-07  9:59 ` [Qemu-devel] Re: [PATCH 0/3] fix network booting when using "-device" instead of "-net nic" Juan Quintela
2010-04-10  0:13 ` [Qemu-devel] " Aurelien Jarno

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).