Eduardo Habkost <ehabk...@redhat.com> wrote: > 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.
Nice cleanup. It just removes dead code that was hurting. Acked-by: Juan Quintela <quint...@redhat.com>