I've gotten a fair bit on my device emulation code. The linux kernel
is actually booting all the way to mounting the root FS right now.
Currently I'm working on sorting out some bugs in the ATA irq
handling, so there's definitely some progress.
Thanks for your help, Avi and Dor. I wouldn't gotten t
Hi,
On Thursday, 28. December 2006 11:11, Avi Kivity wrote:
> Index: linux-2.6/drivers/kvm/svm.c
> ===
> --- linux-2.6.orig/drivers/kvm/svm.c
> +++ linux-2.6/drivers/kvm/svm.c
> @@ -1068,6 +1068,9 @@ static int emulate_on_interception
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 got stuck after this error is dmesg -
> >
>
On 12/31/06, Avi Kivity <[EMAIL PROTECTED]> wrote:
> Luca Tettamanti wrote:
> > Hello,
> > I'm testing KVM on a Core2 CPU. I'm running kernel 2.6.20-git (pulled
> > few hours ago), configured with SMP and PREEMPT.
> >
> > I'm hitting 2 different warnings:
> > BUG: using smp_processor_id() in preemp
Parag Warudkar wrote:
> [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...
>>>
>>>
Luca Tettamanti wrote:
> Hello,
> I'm testing KVM on a Core2 CPU. I'm running kernel 2.6.20-git (pulled
> few hours ago), configured with SMP and PREEMPT.
>
> I'm hitting 2 different warnings:
> BUG: using smp_processor_id() in preemptible [0001] code: kvm/7726
> caller is vmx_create_vcpu+0x9/0
Hello,
I'm testing KVM on a Core2 CPU. I'm running kernel 2.6.20-git (pulled
few hours ago), configured with SMP and PREEMPT.
I'm hitting 2 different warnings:
BUG: using smp_processor_id() in preemptible [0001] code: kvm/7726
caller is vmx_create_vcpu+0x9/0x2f [kvm_intel]
[] debug_smp_proces
Changes from kvm-8:
- API documentation (James Jacobsson)
- More stabilization fixes (Yoshimi Ichiyanagi, Ingo Molnar, Nguyen Anh
Quynh)
- Interactivity improvements (Dor Laor)
http://kvm.sourceforge.net
--
error compiling committee.c: too many arguments to function
-
From: Dor Laor <[EMAIL PROTECTED]>
The current interrupt injection mechanism might delay an interrupt under
the following circumstances:
- if injection fails because the guest is not interruptible (rflags.IF clear,
or after a 'mov ss' or 'sti' instruction). Userspace can check rflags,
but
From: Yoshimi Ichiyanagi <[EMAIL PROTECTED]>
If we load the wrong arch module, it leaves behind kvm_arch_ops set, which
prevents loading of the correct arch module later.
Fix be not setting kvm_arch_ops until we're sure it's good.
Signed-off-by: Yoshimi Ichiyanagi <[EMAIL PROTECTED]>
Signed-off-
>> >Hi,
>> >
>> >I am using latest kvm release 8 with linux kernel 2.6.18.2-34-default.
>> >I am trying to run minix3 using following command line,
>> >
>> >/usr/local/kvm/bin/qemu -boot d -m 128 -hda ./minix_image -cdrom
>> >./IDE-image-3.1.2a.iso
>> >
>> >After this it starts, but then suddenly
From: Ingo Molnar <[EMAIL PROTECTED]>
Signed-off-by: Avi Kivity <[EMAIL PROTECTED]>
Index: linux-2.6/drivers/kvm/vmx.c
===
--- linux-2.6.orig/drivers/kvm/vmx.c
+++ linux-2.6/drivers/kvm/vmx.c
@@ -116,7 +116,7 @@ static void vmcs_clea
From: Ingo Molnar <[EMAIL PROTECTED]>
KVM does kmalloc() in an atomic section while having preemption disabled
via vcpu_load(). Fix this by moving the ->*_msr setup from the
vcpu_setup method to the vcpu_create method.
(This is also a small speedup for setting up a vcpu, which can in theory
be
A trio of fixes for miscellaneous problems, that don't affect usage
under normal .configs and usage. However they do need fixing.
--
error compiling committee.c: too many arguments to function
-
Take Surveys. Earn Cash. I
On 12/31/06, Dor Laor <[EMAIL PROTECTED]> wrote:
> >
> >Hi,
> >
> >I am using latest kvm release 8 with linux kernel 2.6.18.2-34-default.
> >I am trying to run minix3 using following command line,
> >
> >/usr/local/kvm/bin/qemu -boot d -m 128 -hda ./minix_image -cdrom
> >./IDE-image-3.1.2a.iso
> >
16 matches
Mail list logo