xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Keir Fraser <keir.fraser@eu.citrix.com>
To: Hans de Bruin <jmdebruin@xmsnet.nl>,
	"xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com>
Subject: Re: xen 4 via nano u2300 troubles
Date: Thu, 20 May 2010 22:29:54 +0100	[thread overview]
Message-ID: <C81B6863.14B4C%keir.fraser@eu.citrix.com> (raw)
In-Reply-To: <4BF59370.9050501@xmsnet.nl>

[-- Attachment #1: Type: text/plain, Size: 453 bytes --]

On 20/05/2010 20:54, "Hans de Bruin" <jmdebruin@xmsnet.nl> wrote:

> I have some trouble booting xen 4 x86_64 on my jetway nf76 board. It has
> a via nano u2300 cpu and via vx8800 chipset. Xen stops with an error in
> hvm. As far as i know hvm in the nano 2000 is buggy and should be
> disabled by the bios. Never the less vme shows in cpuinfo:

VIA systems are not tested or supported by us. However, the attached patch
may get you further.

 -- Keir


[-- Attachment #2: 00-iommu --]
[-- Type: application/octet-stream, Size: 348 bytes --]

diff -r 6c99e09a7cd5 xen/include/asm-x86/hvm/iommu.h
--- a/xen/include/asm-x86/hvm/iommu.h	Wed May 19 12:39:30 2010 +0100
+++ b/xen/include/asm-x86/hvm/iommu.h	Thu May 20 22:24:09 2010 +0100
@@ -31,7 +31,7 @@
     case X86_VENDOR_AMD:
         return amd_iov_detect();
     default:
-        BUG();
+        return -ENODEV;
     }
 
     return 0;

[-- Attachment #3: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

  parent reply	other threads:[~2010-05-20 21:29 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-20 19:54 xen 4 via nano u2300 troubles Hans de Bruin
2010-05-20 20:03 ` Jeremy Fitzhardinge
2010-05-21 20:54   ` Hans de Bruin
2010-05-20 21:29 ` Keir Fraser [this message]
2010-05-21 20:58   ` Hans de Bruin

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=C81B6863.14B4C%keir.fraser@eu.citrix.com \
    --to=keir.fraser@eu.citrix.com \
    --cc=jmdebruin@xmsnet.nl \
    --cc=xen-devel@lists.xensource.com \
    /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;
as well as URLs for NNTP newsgroup(s).