qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 0/3] fix network booting when using "-device" instea


From: Eduardo Habkost
Subject: [Qemu-devel] [PATCH 0/3] fix network booting when using "-device" instead of "-net nic"
Date: Tue, 6 Apr 2010 19:22:05 -0300

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





reply via email to

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