Re: [Qemu-devel] [PATCH] target/arm: default config

2019-03-25 Thread Paolo Bonzini
On 25/03/19 10:49, Peter Maydell wrote: > On Fri, 22 Mar 2019 at 16:31, Andrew Jones wrote: >> >> In the kconfig shuffle arm lost pci-testdev which is used by >> kvm-unit-tests. Let's add it back. >> >> Signed-off-by: Andrew Jones >> --- >> default-configs/arm-softmmu.mak | 1 + > > > > Applie

Re: [Qemu-devel] [PATCH] target/arm: default config

2019-03-25 Thread Paolo Bonzini
On 22/03/19 17:30, Andrew Jones wrote: > In the kconfig shuffle arm lost pci-testdev which is used by > kvm-unit-tests. Let's add it back. > > Signed-off-by: Andrew Jones > --- > default-configs/arm-softmmu.mak | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/default-configs/arm-softmmu

Re: [Qemu-devel] [PATCH] target/arm: default config

2019-03-25 Thread Peter Maydell
On Fri, 22 Mar 2019 at 16:31, Andrew Jones wrote: > > In the kconfig shuffle arm lost pci-testdev which is used by > kvm-unit-tests. Let's add it back. > > Signed-off-by: Andrew Jones > --- > default-configs/arm-softmmu.mak | 1 + Applied to target-arm.next (with a tweaked subject line), thank

Re: [Qemu-devel] [PATCH] target/arm: default config

2019-03-22 Thread Thomas Huth
On 22/03/2019 17.30, Andrew Jones wrote: > In the kconfig shuffle arm lost pci-testdev which is used by > kvm-unit-tests. Let's add it back. ... the other architectures use "imply TEST_DEVICES" in the Kconfig files, but since the Kconfig-for-arm patches have not included before the hard-freeze, yo

[Qemu-devel] [PATCH] target/arm: default config

2019-03-22 Thread Andrew Jones
In the kconfig shuffle arm lost pci-testdev which is used by kvm-unit-tests. Let's add it back. Signed-off-by: Andrew Jones --- default-configs/arm-softmmu.mak | 1 + 1 file changed, 1 insertion(+) diff --git a/default-configs/arm-softmmu.mak b/default-configs/arm-softmmu.mak index 2a7efc11674a