From: Michael Riepe <michael-0QoEqw4nQxo@public.gmane.org>
To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
Subject: Re: [ANNOUNCE] kvm userspace release 6
Date: Mon, 11 Dec 2006 18:39:57 +0100 [thread overview]
Message-ID: <457D97ED.6090606@mr511.de> (raw)
In-Reply-To: <457D42F3.3000000-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
[-- Attachment #1: Type: text/plain, Size: 1867 bytes --]
Hi!
I immediately tried the latest version (SVN release 4064) on my Thinkpad
(Core Duo T2400, Linux 2.6.19) but I still have the same problems I had
with release 5.
Suse 10.1 (the German version) dies with:
> exception 13 (0)
> Aborted
no matter if I boot from DVD or disk.
OpenSolaris XXL gets hit even worse:
> unhandled vm exit: 0x80000021
> rax 0000000060000010 rbx 0000000000002000 rcx 000000000102808c rdx 0000000000101e50
> rsi 0000000000004f15 rdi 0000000000000000 rsp 0000000000004ffc rbp 0000000001028064
> r8 00000000010113c8 r9 00000000000007ff r10 00000000e0000011 r11 b7f04674b7f03ff4
> r12 bfa68a80b7f044c8 r13 b7f04674b7efae3c r14 00000001b79a03f0 r15 0000000000000001
> rip 00000000000021ab rflags 00223002
> Aborted
This one obviously points to an error on VM entry, according to the
Intel docs. Maybe the Solaris bootloader is messing with registers it
shouldn't touch?
Windows XP Professional works, but only if I turn off ACPI (-no-acpi).
The only thing that fails is poweroff/reboot (well, no ACPI, no way to
turn off the power, right?) but you can do that manually. If I turn ACPI
on, I get a bluescreen complaining about "IRQL_NOT_LESS_OR_EQUAL",
whatever that means.
On the other hand, some systems worked fine out of the box. So far I
managed to boot and use Knoppix 5.0 and the latest Qemu-Puppy (2.01-3).
All systems I tested work with -no-kvm (or the regular qemu 0.8.2).
The patch I attached is not essential. It fixes two error messages that
occur on a 32-bit host (where the offending registers don't exist).
By the way: I get myriads of "kvm: unhandled rdmsr: c0000081" messages
in my syslog, but they don't seem to cause any further harm.
Please let me know if (and how, preferably) I can help debugging.
--
Michael "Tired" Riepe <michael-0QoEqw4nQxo@public.gmane.org>
X-Tired: Each morning I get up I die a little
[-- Attachment #2: kvm-4064.diff --]
[-- Type: text/plain, Size: 511 bytes --]
Index: kernel/vmx.c
===================================================================
--- kernel/vmx.c (revision 4064)
+++ kernel/vmx.c (working copy)
@@ -1175,8 +1175,10 @@
VM_ENTRY_CONTROLS, 0);
vmcs_write32(VM_ENTRY_INTR_INFO_FIELD, 0); /* 22.2.1 */
+#ifdef CONFIG_X86_64
vmcs_writel(VIRTUAL_APIC_PAGE_ADDR, 0);
vmcs_writel(TPR_THRESHOLD, 0);
+#endif
vmcs_writel(CR0_GUEST_HOST_MASK, KVM_GUEST_CR0_MASK);
vmcs_writel(CR4_GUEST_HOST_MASK, KVM_GUEST_CR4_MASK);
[-- Attachment #3: Type: text/plain, Size: 347 bytes --]
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
[-- Attachment #4: Type: text/plain, Size: 186 bytes --]
_______________________________________________
kvm-devel mailing list
kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
https://lists.sourceforge.net/lists/listinfo/kvm-devel
next prev parent reply other threads:[~2006-12-11 17:39 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-12-11 11:37 [ANNOUNCE] kvm userspace release 6 Avi Kivity
[not found] ` <457D42F3.3000000-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2006-12-11 17:39 ` Michael Riepe [this message]
[not found] ` <457D97ED.6090606-0QoEqw4nQxo@public.gmane.org>
2006-12-11 22:55 ` Dor Laor
[not found] ` <64F9B87B6B770947A9F8391472E03216097F009E-yEcIvxbTEBqsx+V+t5oei8rau4O3wl8o3fe8/T/H7NteoWH0uzbU5w@public.gmane.org>
2006-12-12 7:27 ` Michael Riepe
[not found] ` <457E59EB.5040506-0QoEqw4nQxo@public.gmane.org>
2006-12-12 7:52 ` Avi Kivity
[not found] ` <457E5FC0.7080303-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2006-12-12 8:00 ` Michael Riepe
[not found] ` <457E61B8.4030607-0QoEqw4nQxo@public.gmane.org>
2006-12-12 10:49 ` Avi Kivity
2006-12-12 9:25 ` Gerd Hoffmann
[not found] ` <457E756F.4070701-l3A5Bk7waGM@public.gmane.org>
2006-12-12 16:20 ` Michael Riepe
2006-12-12 7:52 ` Avi Kivity
2006-12-12 10:59 ` Avi Kivity
2006-12-12 11:33 ` Avi Kivity
[not found] ` <457E939C.1030501-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2006-12-12 17:42 ` Michael Riepe
[not found] ` <457EEA18.70204-0QoEqw4nQxo@public.gmane.org>
2006-12-12 18:05 ` Avi Kivity
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=457D97ED.6090606@mr511.de \
--to=michael-0qoeqw4nqxo@public.gmane.org \
--cc=kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox