Re: [Qemu-devel] [PATCH] ui/cocoa: Include less of the generated modular QAPI headers

2018-12-19 Thread Philippe Mathieu-Daudé
On 12/19/18 10:12 AM, Markus Armbruster wrote: > Avoids pointless recompilation. Missed in commit 112ed241f5d. > > Signed-off-by: Markus Armbruster > --- > Untested; I don't have access to a Mac. You kinda do, open a GitHub account and enable Travis-CI (free for public projects), then pushing a

Re: [Qemu-devel] [PATCH] ui/cocoa: Include less of the generated modular QAPI headers

2018-12-19 Thread Markus Armbruster
Roman Bolshakov writes: > On Wed, Dec 19, 2018 at 10:12:48AM +0100, Markus Armbruster wrote: >> Avoids pointless recompilation. Missed in commit 112ed241f5d. >> >> Signed-off-by: Markus Armbruster >> --- >> Untested; I don't have access to a Mac. >> >> ui/cocoa.m | 3 ++- >> 1 file changed,

Re: [Qemu-devel] [PATCH] ui/cocoa: Include less of the generated modular QAPI headers

2018-12-19 Thread Roman Bolshakov
On Wed, Dec 19, 2018 at 10:12:48AM +0100, Markus Armbruster wrote: > Avoids pointless recompilation. Missed in commit 112ed241f5d. > > Signed-off-by: Markus Armbruster > --- > Untested; I don't have access to a Mac. > > ui/cocoa.m | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >

[Qemu-devel] [PATCH] ui/cocoa: Include less of the generated modular QAPI headers

2018-12-19 Thread Markus Armbruster
Avoids pointless recompilation. Missed in commit 112ed241f5d. Signed-off-by: Markus Armbruster --- Untested; I don't have access to a Mac. ui/cocoa.m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/cocoa.m b/ui/cocoa.m index ecf12bfc2e..43e751693c 100644 --- a/ui/cocoa