Re: [Qemu-devel] [PATCH] Revert "docker: Enable features explicitly in test-full"

2017-11-15 Thread Fam Zheng
On Wed, 11/15 16:29, Paolo Bonzini wrote: > Was this never committed? It was forgotten by me, sorry. I'll include it in the next pull. Fam

Re: [Qemu-devel] [PATCH] Revert "docker: Enable features explicitly in test-full"

2017-11-15 Thread Paolo Bonzini
On 18/10/2017 10:20, Fam Zheng wrote: > This reverts commit 5e8a7fe673ca5949bd51939ee36faaf3b1320de8. > > It's hard to get all images to have all these packages, the usual > "FEATURES" and "require" mechanism doesn't scale with so many features. > With that change, the test basically only works in

[Qemu-devel] [PATCH] Revert "docker: Enable features explicitly in test-full"

2017-10-18 Thread Fam Zheng
This reverts commit 5e8a7fe673ca5949bd51939ee36faaf3b1320de8. It's hard to get all images to have all these packages, the usual "FEATURES" and "require" mechanism doesn't scale with so many features. With that change, the test basically only works in ubuntu. Until a better way comes up, leave the