|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] Xen 4.3 development update RC2 imminent
On 22/05/13 17:30, Pasi Kärkkäinen wrote: On Wed, May 22, 2013 at 04:05:27PM +0100, George Dunlap wrote:The emulator in the hypervisor can handle simple SSE instructions like the above quite well. It's not immediately clear to me why hvmemul_do_io() would need to limit the size to no more than a long's width. Perhaps the data passing to the device model may need adjustment to accommodate wider entities... That had occurred to me -- Andrew / Jan, do you know which flag might disable this particular instruction? I guess we could try just disabling all the SSE instructions. Fabio: Can you do the following:* On your host, do "cat /proc/cpuinfo". Under "flags" there will be a big list. Look for all of the ones that have "sse" in them. On my AMD box, that includes sse, sse2, ssse3, sse4_1, and sse4_2. * In your xl.cfg, add a cpuid with each of those flags disabled. On my box, it looks like this: cpuid="host,sse=0,sse2=0,ssse3=0,sse4_1=0,sse4_2=0"Then run your system with Anthony's patch and see if you still get the crash. -George _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |