Re: [PATCH] softmmu: Add missing trace-events file

2020-08-12 Thread Stefan Hajnoczi
On Wed, Aug 05, 2020 at 03:02:20PM +0200, Philippe Mathieu-Daudé wrote: > Commit c7f419f584 moved softmmu-only files out of the root > directory, but forgot to move the trace events, which should > no longer be generated to "trace-root.h". Fix that by adding > softmmu/trace-events. > > Signed-off-

Re: [PATCH] softmmu: Add missing trace-events file

2020-08-06 Thread Markus Armbruster
Paolo Bonzini writes: > On 05/08/20 15:27, Markus Armbruster wrote: >>> Commit c7f419f584 moved softmmu-only files out of the root >>> directory, but forgot to move the trace events, which should >>> no longer be generated to "trace-root.h". Fix that by adding >>> softmmu/trace-events. >> Dang!

Re: [PATCH] softmmu: Add missing trace-events file

2020-08-06 Thread Philippe Mathieu-Daudé
On 8/6/20 4:24 PM, Claudio Fontana wrote: > On 8/6/20 4:21 PM, Paolo Bonzini wrote: >> On 05/08/20 15:27, Markus Armbruster wrote: Commit c7f419f584 moved softmmu-only files out of the root directory, but forgot to move the trace events, which should no longer be generated to "trace-

Re: [PATCH] softmmu: Add missing trace-events file

2020-08-06 Thread Claudio Fontana
On 8/6/20 4:21 PM, Paolo Bonzini wrote: > On 05/08/20 15:27, Markus Armbruster wrote: >>> Commit c7f419f584 moved softmmu-only files out of the root >>> directory, but forgot to move the trace events, which should >>> no longer be generated to "trace-root.h". Fix that by adding >>> softmmu/trace-ev

Re: [PATCH] softmmu: Add missing trace-events file

2020-08-06 Thread Paolo Bonzini
On 05/08/20 15:27, Markus Armbruster wrote: >> Commit c7f419f584 moved softmmu-only files out of the root >> directory, but forgot to move the trace events, which should >> no longer be generated to "trace-root.h". Fix that by adding >> softmmu/trace-events. > Dang! I'd like to have this in 5.1 if

Re: [PATCH] softmmu: Add missing trace-events file

2020-08-06 Thread Markus Armbruster
Philippe Mathieu-Daudé writes: > On 8/5/20 3:27 PM, Markus Armbruster wrote: >> Philippe Mathieu-Daudé writes: >> >>> Commit c7f419f584 moved softmmu-only files out of the root >>> directory, but forgot to move the trace events, which should >>> no longer be generated to "trace-root.h". Fix tha

Re: [PATCH] softmmu: Add missing trace-events file

2020-08-05 Thread Philippe Mathieu-Daudé
On 8/5/20 3:27 PM, Markus Armbruster wrote: > Philippe Mathieu-Daudé writes: > >> Commit c7f419f584 moved softmmu-only files out of the root >> directory, but forgot to move the trace events, which should >> no longer be generated to "trace-root.h". Fix that by adding >> softmmu/trace-events. >

Re: [PATCH] softmmu: Add missing trace-events file

2020-08-05 Thread Claudio Fontana
On 8/5/20 3:02 PM, Philippe Mathieu-Daudé wrote: > Commit c7f419f584 moved softmmu-only files out of the root > directory, but forgot to move the trace events, which should > no longer be generated to "trace-root.h". Fix that by adding > softmmu/trace-events. > > Signed-off-by: Philippe Mathieu-Da

Re: [PATCH] softmmu: Add missing trace-events file

2020-08-05 Thread Markus Armbruster
Philippe Mathieu-Daudé writes: > Commit c7f419f584 moved softmmu-only files out of the root > directory, but forgot to move the trace events, which should > no longer be generated to "trace-root.h". Fix that by adding > softmmu/trace-events. Dang! I'd like to have this in 5.1 if at all possible

[PATCH] softmmu: Add missing trace-events file

2020-08-05 Thread Philippe Mathieu-Daudé
Commit c7f419f584 moved softmmu-only files out of the root directory, but forgot to move the trace events, which should no longer be generated to "trace-root.h". Fix that by adding softmmu/trace-events. Signed-off-by: Philippe Mathieu-Daudé --- Makefile.objs| 1 + softmmu/balloon.c|