Re: [PATCH v4 0/4] cutils: Introduce bundle mechanism

2022-06-15 Thread Daniel P . Berrangé
On Wed, Jun 15, 2022 at 01:02:08PM +0200, Paolo Bonzini wrote: > On 6/15/22 10:30, Daniel P. Berrangé wrote: > > I don't think this is an attractive approach to the problem, > > because it results in us adding a bunch of meson rules to > > simulate 'make install' within the build dir. This is undes

Re: [PATCH v4 0/4] cutils: Introduce bundle mechanism

2022-06-15 Thread Paolo Bonzini
On 6/15/22 10:30, Daniel P. Berrangé wrote: I don't think this is an attractive approach to the problem, because it results in us adding a bunch of meson rules to simulate 'make install' within the build dir. This is undesirable clutter IMHO, and can be solved more simply by just modifying the qe

Re: [PATCH v4 0/4] cutils: Introduce bundle mechanism

2022-06-15 Thread Daniel P . Berrangé
On Wed, Jun 15, 2022 at 10:39:29AM +0200, Paolo Bonzini wrote: > On 6/14/22 23:07, Akihiko Odaki wrote: > > Developers often run QEMU without installing. The bundle mechanism > > allows to look up files which should be present in installation even in > > such a situation. > > > > It is a general m

Re: [PATCH v4 0/4] cutils: Introduce bundle mechanism

2022-06-15 Thread Paolo Bonzini
On 6/14/22 23:07, Akihiko Odaki wrote: Developers often run QEMU without installing. The bundle mechanism allows to look up files which should be present in installation even in such a situation. It is a general mechanism and can find any files located relative to the installation tree. The buil

Re: [PATCH v4 0/4] cutils: Introduce bundle mechanism

2022-06-15 Thread Daniel P . Berrangé
On Wed, Jun 15, 2022 at 06:07:42AM +0900, Akihiko Odaki wrote: > Developers often run QEMU without installing. The bundle mechanism > allows to look up files which should be present in installation even in > such a situation. > > It is a general mechanism and can find any files located relative >

[PATCH v4 0/4] cutils: Introduce bundle mechanism

2022-06-14 Thread Akihiko Odaki
Developers often run QEMU without installing. The bundle mechanism allows to look up files which should be present in installation even in such a situation. It is a general mechanism and can find any files located relative to the installation tree. The build tree must have a new directory, qemu-bu