Re: [Qemu-devel] [PATCH v2 0/5] Kconfig dependencies for ppc machines

2019-01-31 Thread Paolo Bonzini
On 31/01/19 14:53, Thomas Huth wrote: > Here's now my stab at expressing the ppc machine dependencies with > Kconfig. I've carefully stepped through the dependencies and tried to > built each machine separately (which should be possible now, apart > from some few quirks like the RTAS dependency in

[Qemu-devel] [PATCH v2 0/5] Kconfig dependencies for ppc machines

2019-01-31 Thread Thomas Huth
Here's now my stab at expressing the ppc machine dependencies with Kconfig. I've carefully stepped through the dependencies and tried to built each machine separately (which should be possible now, apart from some few quirks like the RTAS dependency in qtest.c which I will address later). v2: Adre