Avi Kivity <[EMAIL PROTECTED]> writes:
> 32-bin kvm userspace can run a 64-bit guest, if you're using a 64-bit os
> kernel, hence the 64-bit registers. Just ignore the 64-bit parts.
>
Didn't understand. Allow me to clarify a bit -
I am running a 32-bit Host OS (Linux i386) on a purely 32-bit
Avi Kivity <[EMAIL PROTECTED]> writes:
>
> Parag Warudkar wrote:
> > After letting it run for some time qemu aborted abruptly
> > with this on console -
> >
> > unhandled vm exit: 0x9
> > rax fec1fc08 rbx 09db01b0
> > r
Avi Kivity <[EMAIL PROTECTED]> writes:
>
> Parag Warudkar wrote:
> >
> > And this in dmesg -
> > kvm_handle_exit: unexpected, valid vectoring info
> > and exit reason is 0x9
> >
> Exit 9 is a hardware task switch, which is not supported by vmx. I
After letting it run for some time qemu aborted abruptly
with this on console -
unhandled vm exit: 0x9
rax fec1fc08 rbx 09db01b0
rcx 09db019c rdx 09db
rsi 09db01b0 rdi 0014
rsp fec1fbc4 rbp fec1fbc4
r8 bff4d48cb7f45a48 r9
Avi Kivity <[EMAIL PROTECTED]> writes:
>
> Parag Warudkar wrote:
> > I tried installing Solaris 10 U2 with Qemu/KVM-8 on -rc2 plus
> > the latest 8 kernel side KVM patches.
> > It appeared to work well until about 80% in the installation
> > where it
[This was posted on LKML but I realized later it's best to post it here]
Avi Kivity argo.co.il> writes:
>
> John Freighter wrote:
> > Has anybody succeded running OpenSolaris under KVM virtualization?
> > Before I download OS install DVD in vain...
> >
>
> There was indeed a report (and a patc
Michael Riepe <[EMAIL PROTECTED]> writes:
>
> Hi!
>
>
> That's a known problem. XP SP2 doesn't work with the current ACPI
> implementation, but you can use `qemu -no-acpi' to install and run it.
> You just have to kill and restart qemu manually when XP fails to reboot
> (which won't work wit
I am using kvm-8 plus all 8 kernel side updates for 2.6.20-rc2.
If I start a XP SP2 install using qemu and KVM it dies with a BSOD.
If KVM is disabled, the installation proceeds as expected.
Let me know if any more info is needed.
Parag