On Thu, Feb 21, 2013 at 03:39:44PM +0100, Paolo Bonzini wrote:
> Il 21/02/2013 15:30, Michael Tokarev ha scritto:
> > 21.02.2013 17:35, Paolo Bonzini wrote:
> >> Il 16/02/2013 19:28, Michael Tokarev ha scritto:
> >>> This patch does 3 things:
> >>>
> >>> 1. Renames HELPERS-y Makefile variable to HE
On Sat, Feb 16, 2013 at 10:28:31PM +0400, Michael Tokarev wrote:
> This patch does 3 things:
>
> 1. Renames HELPERS-y Makefile variable to HELPERS
> 2. Moves its definition from Makefile to configure
> 3. Moves qemu-ga binary from TOOLS to HELPERS.
>
> The effects are:
>
> 1. qemu-ga binary is n
On Thu, Feb 21, 2013 at 8:30 AM, Michael Tokarev wrote:
> 21.02.2013 17:35, Paolo Bonzini wrote:
>> Il 16/02/2013 19:28, Michael Tokarev ha scritto:
>>> This patch does 3 things:
>>>
>>> 1. Renames HELPERS-y Makefile variable to HELPERS
>>> 2. Moves its definition from Makefile to configure
>>
>>
Il 21/02/2013 15:30, Michael Tokarev ha scritto:
> 21.02.2013 17:35, Paolo Bonzini wrote:
>> Il 16/02/2013 19:28, Michael Tokarev ha scritto:
>>> This patch does 3 things:
>>>
>>> 1. Renames HELPERS-y Makefile variable to HELPERS
>>> 2. Moves its definition from Makefile to configure
>>
>> I prefer
21.02.2013 17:35, Paolo Bonzini wrote:
> Il 16/02/2013 19:28, Michael Tokarev ha scritto:
>> This patch does 3 things:
>>
>> 1. Renames HELPERS-y Makefile variable to HELPERS
>> 2. Moves its definition from Makefile to configure
>
> I prefer to have more decisions in Makefile than configure, but t
Il 16/02/2013 19:28, Michael Tokarev ha scritto:
> This patch does 3 things:
>
> 1. Renames HELPERS-y Makefile variable to HELPERS
> 2. Moves its definition from Makefile to configure
I prefer to have more decisions in Makefile than configure, but this
wouldn't block the patch. What we have now
Ping?
I received no answer neither to my original question
("why qemu-ga is in /usr/bin") nor to this patch.
Thanks,
/mjt
16.02.2013 22:28, Michael Tokarev wrote:
> This patch does 3 things:
>
> 1. Renames HELPERS-y Makefile variable to HELPERS
> 2. Moves its definition from Makefile to config
This patch does 3 things:
1. Renames HELPERS-y Makefile variable to HELPERS
2. Moves its definition from Makefile to configure
3. Moves qemu-ga binary from TOOLS to HELPERS.
The effects are:
1. qemu-ga binary is now installed into libexecdir, not bindir.
This is the main effect/motivation of thi