Re: [SeaBIOS] IO APIC emulation failure with qemu-kvm

2011-02-07 Thread Avi Kivity
On 02/07/2011 12:28 PM, Ravi Kumar Kulkarni wrote: On Mon, Feb 7, 2011 at 3:24 PM, Avi Kivity wrote: > On 02/07/2011 11:47 AM, Ravi Kumar Kulkarni wrote: >> >> > >> >That is not the same address. And the code you posted doesn't make any >> >sense. >> > >>sorry for the mistake.

Re: [SeaBIOS] IO APIC emulation failure with qemu-kvm

2011-02-07 Thread Ravi Kumar Kulkarni
On Mon, Feb 7, 2011 at 3:24 PM, Avi Kivity wrote: > On 02/07/2011 11:47 AM, Ravi Kumar Kulkarni wrote: >> >> > >> >  That is not the same address.  And the code you posted doesn't make any >> >  sense. >> > >>  sorry for the mistake. here's the correct one >> >> >> (qemu) xp /20iw 0x1e2f3f7b >>  

Re: [SeaBIOS] IO APIC emulation failure with qemu-kvm

2011-02-07 Thread Avi Kivity
On 02/07/2011 11:47 AM, Ravi Kumar Kulkarni wrote: > > That is not the same address. And the code you posted doesn't make any > sense. > sorry for the mistake. here's the correct one (qemu) xp /20iw 0x1e2f3f7b 0x1e2f3f7b: (bad) 0x0

Re: [SeaBIOS] IO APIC emulation failure with qemu-kvm

2011-02-07 Thread Ravi Kumar Kulkarni
On Mon, Feb 7, 2011 at 2:59 PM, Avi Kivity wrote: > On 02/07/2011 11:24 AM, Ravi Kumar Kulkarni wrote: >> >> On Mon, Feb 7, 2011 at 2:19 PM, Avi Kivity  wrote: >> >  On 02/07/2011 10:33 AM, Ravi Kumar Kulkarni wrote: >> >> >> >>  On Sun, Feb 6, 2011 at 10:50 PM, Avi Kivity    wrote: >> >>> >> >>>

Re: [SeaBIOS] IO APIC emulation failure with qemu-kvm

2011-02-07 Thread Avi Kivity
On 02/07/2011 11:24 AM, Ravi Kumar Kulkarni wrote: On Mon, Feb 7, 2011 at 2:19 PM, Avi Kivity wrote: > On 02/07/2011 10:33 AM, Ravi Kumar Kulkarni wrote: >> >> On Sun, Feb 6, 2011 at 10:50 PM, Avi Kivitywrote: >>> >>> >On 02/04/2011 03:58 PM, Jan Kiszka wrote: >> >

Re: [SeaBIOS] IO APIC emulation failure with qemu-kvm

2011-02-07 Thread Ravi Kumar Kulkarni
On Mon, Feb 7, 2011 at 2:19 PM, Avi Kivity wrote: > On 02/07/2011 10:33 AM, Ravi Kumar Kulkarni wrote: >> >> On Sun, Feb 6, 2011 at 10:50 PM, Avi Kivity  wrote: >>> >>> >  On 02/04/2011 03:58 PM, Jan Kiszka wrote: >> > > >>  >     when i run my kernel image with qemu-kvm it gives

Re: [SeaBIOS] IO APIC emulation failure with qemu-kvm

2011-02-07 Thread Avi Kivity
On 02/07/2011 10:33 AM, Ravi Kumar Kulkarni wrote: On Sun, Feb 6, 2011 at 10:50 PM, Avi Kivity wrote: > On 02/04/2011 03:58 PM, Jan Kiszka wrote: >> >> > when i run my kernel image with qemu-kvm it gives emulation error >> > failure >> >trying to execute the code outside ROM or R

Re: [SeaBIOS] IO APIC emulation failure with qemu-kvm

2011-02-07 Thread Ravi Kumar Kulkarni
On Sun, Feb 6, 2011 at 10:50 PM, Avi Kivity wrote: > On 02/04/2011 03:58 PM, Jan Kiszka wrote: >> >> >   when i run my kernel image with qemu-kvm it gives emulation error >> > failure >> >  trying to execute the code outside ROM or RAM at fec0(IO APIC base >> > address) >> >  but the same code

Re: [SeaBIOS] IO APIC emulation failure with qemu-kvm

2011-02-06 Thread Avi Kivity
On 02/04/2011 03:58 PM, Jan Kiszka wrote: > when i run my kernel image with qemu-kvm it gives emulation error failure > trying to execute the code outside ROM or RAM at fec0(IO APIC base address) > but the same code runs fine with qemu. can anyone please point me > where might be the pr