Re: [Patch 0/7] RealMode: Support for big real mode

2008-06-05 Thread Anthony Liguori
Avi Kivity wrote: Guillaume Thouvenin wrote: On Thu, 29 May 2008 12:34:16 +0300 Avi Kivity <[EMAIL PROTECTED]> wrote: Anthony Liguori wrote: sudo qemu-system-x86_64 -hda ./10gig.img -snapshot -cdrom isos/ubuntu-7.10-server-amd64.iso -boot dc Occassionally, I'll get: kvm_run: failed e

Re: [Patch 0/7] RealMode: Support for big real mode

2008-06-05 Thread Avi Kivity
Guillaume Thouvenin wrote: On Thu, 29 May 2008 12:34:16 +0300 Avi Kivity <[EMAIL PROTECTED]> wrote: Anthony Liguori wrote: sudo qemu-system-x86_64 -hda ./10gig.img -snapshot -cdrom isos/ubuntu-7.10-server-amd64.iso -boot dc Occassionally, I'll get: kvm_run: failed entry, reason 5 kv

Re: [Patch 0/7] RealMode: Support for big real mode

2008-05-29 Thread Anthony Liguori
Avi Kivity wrote: Anthony Liguori wrote: Avi Kivity wrote: Guillaume Thouvenin wrote: Hello, Those patches allow to boot OpenSuse-10.3. The problem with Opensuse 10.3 is it uses a version of gfxboot that reads SS after switching from real to protected mode, where SS contains an invalid value

Re: [Patch 0/7] RealMode: Support for big real mode

2008-05-29 Thread Guillaume Thouvenin
On Thu, 29 May 2008 12:34:16 +0300 Avi Kivity <[EMAIL PROTECTED]> wrote: > Anthony Liguori wrote: > > sudo qemu-system-x86_64 -hda ./10gig.img -snapshot -cdrom > > isos/ubuntu-7.10-server-amd64.iso -boot dc > > > > Occassionally, I'll get: > > > > kvm_run: failed entry, reason 5 > > kvm_run retur

Re: [Patch 0/7] RealMode: Support for big real mode

2008-05-29 Thread Avi Kivity
Anthony Liguori wrote: Avi Kivity wrote: Guillaume Thouvenin wrote: Hello, Those patches allow to boot OpenSuse-10.3. The problem with Opensuse 10.3 is it uses a version of gfxboot that reads SS after switching from real to protected mode, where SS contains an invalid value, which VMX does no

Re: [Patch 0/7] RealMode: Support for big real mode

2008-05-28 Thread Anthony Liguori
Avi Kivity wrote: Guillaume Thouvenin wrote: Hello, Those patches allow to boot OpenSuse-10.3. The problem with Opensuse 10.3 is it uses a version of gfxboot that reads SS after switching from real to protected mode, where SS contains an invalid value, which VMX does not allow. Thanks, ap

Re: [Patch 0/7] RealMode: Support for big real mode

2008-05-27 Thread Avi Kivity
Guillaume Thouvenin wrote: Hello, Those patches allow to boot OpenSuse-10.3. The problem with Opensuse 10.3 is it uses a version of gfxboot that reads SS after switching from real to protected mode, where SS contains an invalid value, which VMX does not allow. Thanks, applied all. I drop