I see an assert failure while booting the HVM domain domu-221. The assert failure is at
line 11432 in sd.c i.e. it trips at the following assert
ASSERT(!(ssc->ssc_flags & SSC_FLAGS_NEED_ASSESSMENT));
This code was added to snv_99 by the following putback
6660663 SD driver need to be hardened for serial SCSI interface
It is unclear if this is a bug specific to this particular machine or is a generic issue affecting HVM domains. If the latter it is a P1 and needs to be fixed ASAP.
For access to the HVM domain please contact John Levon.
FYI: you can find the relevant emulation code for HVM here:
/ws/xvm-gate/xen.hg/tools/ioemu/hw/
|