Re: [kvm-devel] Forward progress

2007-03-12 Thread Avi Kivity
Gregory Haskins wrote: On Sun, Mar 11, 2007 at 5:28 AM, in message <[EMAIL PROTECTED]>, > Avi Kivity <[EMAIL PROTECTED]> wrote: > >> Does the problem also occur with stock qemu- 0.9.0? >> > > I confirmed that the KVM variant of qemu has the problem both with and > with

Re: [kvm-devel] Forward progress

2007-03-12 Thread Gregory Haskins
>>> On Sun, Mar 11, 2007 at 5:28 AM, in message <[EMAIL PROTECTED]>, Avi Kivity <[EMAIL PROTECTED]> wrote: > > Does the problem also occur with stock qemu- 0.9.0? I confirmed that the KVM variant of qemu has the problem both with and without the KVM driver. However, the stock 0.9.0 QEMU codeba

Re: [kvm-devel] Forward progress

2007-03-12 Thread Gregory Haskins
>>> On Sun, Mar 11, 2007 at 5:28 AM, in message <[EMAIL PROTECTED]>, Avi Kivity <[EMAIL PROTECTED]> wrote: > Gregory Haskins wrote: >> Solved Issue 2) "exception 12" during BIOS real- mode execution on kvm- 15. >> I > bisected this down to svn revision 4423. When I backed out the bios.bin to

Re: [kvm-devel] Forward progress

2007-03-11 Thread Avi Kivity
Gregory Haskins wrote: > Solved Issue 2) "exception 12" during BIOS real-mode execution on kvm-15. I > bisected this down to svn revision 4423. When I backed out the bios.bin to > the previous version, I am now able to get the later code to boot (14-16). > Note that the CDROM is now inaccessi

[kvm-devel] Forward progress

2007-03-08 Thread Gregory Haskins
Hi Guys, I am pleased to announce some forward progress in tracking a few of the issues I have mentioned before, as follows: Solved Issue 1) #UD exception in grub under 64 bit SLED guest. This turn out to be the Intel vs AMD syscall/sysenter under 32 bit compat mode problem that was patched