From: Laurent V. <Lau...@bu...> - 2008-01-23 13:49:21
|
Le mercredi 23 janvier 2008 =C3=A0 14:38 +0100, Laurent Vivier a =C3=A9crit= : > Le mercredi 23 janvier 2008 =C3=A0 15:29 +0200, Izik Eidus a =C3=A9crit : > > Izik Eidus wrote: > > > Andi Kleen wrote: > > >> On Tue, Jan 15, 2008 at 12:56:52PM +0200, Avi Kivity wrote: > > >> =20 > > >>> Andi Kleen wrote: > > >>> =20 > > >>>> FWIW it seems things are broken even without -kernel in -59 too. I= f=20 > > >>>> I try > > >>>> to boot an existing image with just -hda ... the VGA screen just s= tays > > >>>> black while the process runs at 99% CPU. Again with -49 it works f= ine. > > >>>> > > >>>> =20 > > >>>> =20 > > >>> Yes, 6b8bb99a9cde386d72b4b7c22b92f4bdec333dab in kvm-userspace.git=20 > > >>> ought to fix it. > > >>> =20 > > >> > > >> Thanks will try later. How about the oops in 2.6.24 I reported thoug= h? > > >> > > >> -Andi > > >> > > >> =20 > > > the bellow patch should fix this opss > > > (it is targeted for 2.6.24-rc7) > > > > > sorry i forgat one break in this patch > > this is the fixed patch. >=20 >=20 > > if ((d & ModRM) && modrm_mod =3D=3D 3) { > > src.type =3D OP_REG; > [snip] > > break; > > } > > src.type =3D OP_MEM; > >=20 >=20 > So src.type is OP_MEM and not OP_REG... is it what you want ? Sorry, in fact it is OP_REG, and it is correct... Laurent --=20 ----------------- Lau...@bu... ------------------ "La perfection est atteinte non quand il ne reste rien =C3=A0 ajouter mais quand il ne reste rien =C3=A0 enlever." Saint Exup=C3=A9ry |