Re: [Qemu-devel] [PATCH v2] Add ability to disable build of all targets

2012-09-12 Thread Laurent Desnogues
On Tue, Sep 11, 2012 at 8:56 PM, Eduardo Habkost wrote: > On Mon, Sep 10, 2012 at 06:00:54PM -0500, Anthony Liguori wrote: >> "Daniel P. Berrange" writes: >> >> > From: "Daniel P. Berrange" >> > >> > Allow passing of '--target-list=' to configure to request that >> > all targets are to be disabl

Re: [Qemu-devel] [PATCH v2] Add ability to disable build of all targets

2012-09-11 Thread Eduardo Habkost
On Mon, Sep 10, 2012 at 06:00:54PM -0500, Anthony Liguori wrote: > "Daniel P. Berrange" writes: > > > From: "Daniel P. Berrange" > > > > Allow passing of '--target-list=' to configure to request that > > all targets are to be disabled. This allows for doing a very > > fast tools-only build of th

Re: [Qemu-devel] [PATCH v2] Add ability to disable build of all targets

2012-09-10 Thread Anthony Liguori
"Daniel P. Berrange" writes: > From: "Daniel P. Berrange" > > Allow passing of '--target-list=' to configure to request that > all targets are to be disabled. This allows for doing a very > fast tools-only build of things like qemu-img, qemu-io, qemu-nbd. > > Signed-off-by: Daniel P. Berrange

[Qemu-devel] [PATCH v2] Add ability to disable build of all targets

2012-09-10 Thread Daniel P. Berrange
From: "Daniel P. Berrange" Allow passing of '--target-list=' to configure to request that all targets are to be disabled. This allows for doing a very fast tools-only build of things like qemu-img, qemu-io, qemu-nbd. Signed-off-by: Daniel P. Berrange --- configure | 13 - 1 file ch