Re: [Qemu-devel] [PATCH] tests: adjust gcov variables for directory movement

2013-01-26 Thread Blue Swirl
Thanks, applied. On Tue, Jan 15, 2013 at 8:49 AM, Paolo Bonzini wrote: > I had missed the introduction of the gcov-files-* variables. > > Cc: Blue Swirl > Signed-off-by: Paolo Bonzini > --- > Blue, can you look at introducing a common variable for the coroutine > backend? Like

Re: [Qemu-devel] [PATCH] tests: adjust gcov variables for directory movement

2013-01-18 Thread Paolo Bonzini
Il 17/01/2013 21:43, Blue Swirl ha scritto: >> > Blue, can you look at introducing a common variable for the >> > coroutine >> > backend? Like >> > >> > coroutine-backend-y = gthread >> > coroutine-backend-$(CONFIG_SIGALTSTACK_COROUTINE) = sigaltstack >> >

Re: [Qemu-devel] [PATCH] tests: adjust gcov variables for directory movement

2013-01-17 Thread Blue Swirl
On Tue, Jan 15, 2013 at 8:49 AM, Paolo Bonzini wrote: > I had missed the introduction of the gcov-files-* variables. > > Cc: Blue Swirl > Signed-off-by: Paolo Bonzini > --- > Blue, can you look at introducing a common variable for the coroutine > backend? Like > > corout

[Qemu-devel] [PATCH] tests: adjust gcov variables for directory movement

2013-01-15 Thread Paolo Bonzini
I had missed the introduction of the gcov-files-* variables. Cc: Blue Swirl Signed-off-by: Paolo Bonzini --- Blue, can you look at introducing a common variable for the coroutine backend? Like coroutine-backend-y = gthread coroutine-backend-$(CONFIG_SIGALTSTACK_