Displaying 1 result from an estimated 1 matches for "eepro100_write4".
2012 May 12
0
bug report for network device i82599er: eepro100_write4: Assertion `!"feature is missing in this emulation: " "unknown longword write"' failed.
When trying to start a FreeBSD 9.0 HVM guest I see the following line
in qemu-dm-freebsd.log:
qemu-dm: /src/xen-stable-hg/src/xen-4.1-testing.hg-build/tools/ioemu-dir/hw/eepro100.c:1320: eepro100_write4: Assertion `!"feature is missing in this emulation: " "unknown longword write"'' failed.
The domain crashes.
I suspect this occurs because I am trying to build the domain with a
vif where model=i82559er. Changing the model to e1000 does build
the domain.
I would pref...