On 22/11/19 18:34, Alex Williamson wrote:
> +config INTEL_IGD_PASSTHROUGH
> +default y
If it's "default y", it need not be "implied". It probably shouldn't be
"default y", since it's I440FX-specific.
Paolo
> +bool
> +
> config PREP_PCI
> bool
> select PCI
> @@ -32,6 +36,7 @@
Patchew URL: https://patchew.org/QEMU/20191122172201.11456-1-phi...@redhat.com/
Hi,
This series failed the docker-quick@centos7 build test. Please find the testing
commands and
their output below. If you have Docker installed, you can probably reproduce it
locally.
=== TEST SCRIPT BEGIN ===
#
On 11/22/19 7:03 PM, Thomas Huth wrote:
On 22/11/2019 18.22, Philippe Mathieu-Daudé wrote:
Introduce a kconfig selector to allow builds without Intel
Integrated Graphics Device GPU PCIe passthrough.
We keep the default as enabled.
Signed-off-by: Philippe Mathieu-Daudé
---
RFC because to be abl
On 22/11/2019 18.22, Philippe Mathieu-Daudé wrote:
> Introduce a kconfig selector to allow builds without Intel
> Integrated Graphics Device GPU PCIe passthrough.
> We keep the default as enabled.
>
> Signed-off-by: Philippe Mathieu-Daudé
> ---
> RFC because to be able to use the Kconfig-generate
Introduce a kconfig selector to allow builds without Intel
Integrated Graphics Device GPU PCIe passthrough.
We keep the default as enabled.
Signed-off-by: Philippe Mathieu-Daudé
---
RFC because to be able to use the Kconfig-generated
"config-devices.h" header we have to move this device
out of $c
On Fri, 22 Nov 2019 18:22:01 +0100
Philippe Mathieu-Daudé wrote:
> Introduce a kconfig selector to allow builds without Intel
> Integrated Graphics Device GPU PCIe passthrough.
> We keep the default as enabled.
>
> Signed-off-by: Philippe Mathieu-Daudé
> ---
> RFC because to be able to use the