|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH] Support Integrated graphics passthrough
To: |
"Han, Weidong" <weidong.han@xxxxxxxxx> |
Subject: |
Re: [Xen-devel] [PATCH] Support Integrated graphics passthrough |
From: |
Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx> |
Date: |
Wed, 7 Oct 2009 16:29:26 +0100 |
Cc: |
Keir, "'xen-devel@xxxxxxxxxxxxxxxxxxx'" <xen-devel@xxxxxxxxxxxxxxxxxxx>, "Kay, Allen M" <allen.m.kay@xxxxxxxxx>, Fraser <Keir.Fraser@xxxxxxxxxxxxx>, Jean Guyader <Jean.Guyader@xxxxxxxxxx> |
Delivery-date: |
Wed, 07 Oct 2009 08:30:11 -0700 |
Envelope-to: |
www-data@xxxxxxxxxxxxxxxxxxx |
In-reply-to: |
<715D42877B251141A38726ABF5CABF2C05507CF993@xxxxxxxxxxxxxxxxxxxxxxxxxxxx> |
List-help: |
<mailto:xen-devel-request@lists.xensource.com?subject=help> |
List-id: |
Xen developer discussion <xen-devel.lists.xensource.com> |
List-post: |
<mailto:xen-devel@lists.xensource.com> |
List-subscribe: |
<http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe> |
List-unsubscribe: |
<http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe> |
References: |
<715D42877B251141A38726ABF5CABF2C05507CF993@xxxxxxxxxxxxxxxxxxxxxxxxxxxx> |
Sender: |
xen-devel-bounces@xxxxxxxxxxxxxxxxxxx |
Han, Weidong writes ("[Xen-devel] [PATCH] Support Integrated graphics
passthrough"):
> Passthroughed IGD must use 00:02.0 in guest like in native, otherwise
> the driver may fail to operate the IGD. This patch reserves the
> 00:02.0 in guest and assigns it IGD automatically.
This breaks the build if passthrough is disabled due to pciutils-dev
being missing:
Ian.
get-path: will use #!/usr/bin/python2.5 for python programs
xen-hooks.mak:56: === pciutils-dev package not found - missing /usr/include/pci
xen-hooks.mak:57: === PCI passthrough capability has been disabled
get-path: will use #!/usr/bin/python2.5 for python programs
make[1]: Entering directory `/u/iwj/work/1/qemu-iwj.git/i386-dm'
../xen-hooks.mak:56: === pciutils-dev package not found - missing
/usr/include/pci
../xen-hooks.mak:57: === PCI passthrough capability has been disabled
../xen-hooks.mak:56: === pciutils-dev package not found - missing
/usr/include/pci
../xen-hooks.mak:57: === PCI passthrough capability has been disabled
CC i386-dm/vl.o
CC i386-dm/pci.o
CC i386-dm/xenstore.o
In file included from /u/iwj/work/1/qemu-iwj.git/hw/pci.c:33:
/u/iwj/work/1/qemu-iwj.git/hw/pass-through.h:23:24: error: pci/header.h: No
such file or directory
/u/iwj/work/1/qemu-iwj.git/hw/pass-through.h:24:21: error: pci/pci.h: No such
file or directory
In file included from /u/iwj/work/1/qemu-iwj.git/hw/pci.c:33:
/u/iwj/work/1/qemu-iwj.git/hw/pass-through.h:397: error: expected '=', ',',
';', 'asm' or '__attribute__' before 'pt_pci_base_addr'
/u/iwj/work/1/qemu-iwj.git/hw/pass-through.h:407: error: expected '=', ',',
';', 'asm' or '__attribute__' before 'pt_pci_host_read_byte'
/u/iwj/work/1/qemu-iwj.git/hw/pass-through.h:408: error: expected '=', ',',
';', 'asm' or '__attribute__' before 'pt_pci_host_read_word'
[etc]
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- Re: [Xen-devel] [PATCH] Support Integrated graphics passthrough,
Ian Jackson <=
|
|
|
|
|