[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Xen-devel] [PATCH] Pass-through a graphic card
- To: "Jean Guyader" <jean.guyader@xxxxxxxxxxxxx>
- From: "mail mark" <mark.mmaa@xxxxxxxxx>
- Date: Sun, 22 Jun 2008 02:36:24 +0900
- Cc: xen-devel@xxxxxxxxxxxxxxxxxxx
- Delivery-date: Sat, 21 Jun 2008 10:36:46 -0700
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:references; b=m/yn95ZN8a31KodHk8fQHd60KOg9qw1/2skad7HqdSDFMA9eXu5dBswsCVEcCCVwKt 0sMHd98m6Q58eVIcjerF7hPKRO9UHg03Rxoj96SP2HAzoG+V2o0xDOYDJIeyp9K/9OU5 EBoOndiFkhD0sjB0C7sSERA2UgwxOoguaAXGE=
- List-id: Xen developer discussion <xen-devel.lists.xensource.com>
Jean,
Now I am trying to make this patch works on Q35 box too, but I still don't find the code that is graphic card dependent.
Would you tell me where we should fix to make it works on Q35 box?
Regards,
2008/6/14, Jean Guyader <jean.guyader@xxxxxxxxxxxxx>:
mail mark wrote:
I have two questions.
1. I tried to create domU(WindowsXP-SP2) with this patch. The domU was created, but domU did not appear on the display. How do I see domU?
You should see the display on the monitor at least in VGA (4 bits colour).
2.
After domU was created, I tried to kill domU(WinXP).
$xm shutdown WinXP
but WinXP had still existed.
$xm list Name ID Domain-0 0 WinXP 1
Why?
domU configuration file: pci = [ '03:02.0' ] (03:02.0 is principal graphic card.) vga_pass_through=1
The option is vga_passthrough with my patch.
kernel option:
pciback.hide=(03:02.0)
Mark,
The problem is right now we re-execute the native VGA bios in the guest, so this patch is very graphic card dependent.
Right now as far as I now it's only working fine with a intel 5400 chipset with the embedded ATI ES 1000.
We are currently trying to make it works on a Q35 box.
Regards,
-- Jean Guyader
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|