Re: [kvm-devel] [PATCH] implement pop reg in x86_emulate

2007-06-12 Thread Avi Kivity
Kamble, Nitin A wrote: > Hi Avi, >I am in the middle of implementing the big real support in the KVM > now. I am trying to boot SuseLinux 10.1 on KVM, which uses extensive > big real mode code in the boot loader. If you have any other targeted > guests using big real mode do let me know. >

Re: [kvm-devel] [PATCH] implement pop reg in x86_emulate

2007-06-08 Thread H. Peter Anvin
Kamble, Nitin A wrote: > Hi Peter, > I see SuSE has taken a fail back path to the code so the > releases after 10.3 detects the presence of VMM and avoid the big real > mode path. > I think people from SuSE should be able to confirm it better for you. Big real mode is evil in the extreme n

Re: [kvm-devel] [PATCH] implement pop reg in x86_emulate

2007-06-08 Thread Kamble, Nitin A
ntel Corporation, Santa Clara, CA -Original Message- From: H. Peter Anvin [mailto:[EMAIL PROTECTED] Sent: Friday, June 08, 2007 10:50 AM To: Kamble, Nitin A Cc: kvm-devel Subject: Re: [kvm-devel] [PATCH] implement pop reg in x86_emulate Kamble, Nitin A wrote: > On Thu, 2007-06-07 a

Re: [kvm-devel] [PATCH] implement pop reg in x86_emulate

2007-06-08 Thread H. Peter Anvin
Kamble, Nitin A wrote: > On Thu, 2007-06-07 at 20:52 -0700, H. Peter Anvin wrote: >> Kamble, Nitin A wrote: >> > Hi Avi, >> >I am in the middle of implementing the big real support in the KVM >> > now. I am trying to boot SuseLinux 10.1 on KVM, which uses extensive big >> > real mode code in th

Re: [kvm-devel] [PATCH] implement pop reg in x86_emulate

2007-06-08 Thread Kamble, Nitin A
On Thu, 2007-06-07 at 20:52 -0700, H. Peter Anvin wrote: > Kamble, Nitin A wrote: > > Hi Avi, > >I am in the middle of implementing the big real support in the > KVM > > now. I am trying to boot SuseLinux 10.1 on KVM, which uses extensive > big > > real mode code in the boot loader. > > Ye go

Re: [kvm-devel] [PATCH] implement pop reg in x86_emulate

2007-06-07 Thread H. Peter Anvin
Kamble, Nitin A wrote: > Hi Avi, >I am in the middle of implementing the big real support in the KVM > now. I am trying to boot SuseLinux 10.1 on KVM, which uses extensive big > real mode code in the boot loader. Ye gods, what boot loader is that? -hpa ---

[kvm-devel] [PATCH] implement pop reg in x86_emulate

2007-06-07 Thread Kamble, Nitin A
Hi Avi, I am in the middle of implementing the big real support in the KVM now. I am trying to boot SuseLinux 10.1 on KVM, which uses extensive big real mode code in the boot loader. If you have any other targeted guests using big real mode do let me know. I have been working on my own priva