Re: [Qemu-devel] [PATCH] translate-all: fix compiler warning and linked error

2013-04-22 Thread Anthony Liguori
Applied. Thanks. Regards, Anthony Liguori

Re: [Qemu-devel] [PATCH] translate-all: fix compiler warning and linked error

2013-04-22 Thread Alexey Kardashevskiy
On 04/22/2013 08:03 PM, Peter Maydell wrote: On 22 April 2013 11:01, Alexey Kardashevskiy wrote: On 04/22/2013 07:00 PM, Peter Maydell wrote: NB that this compile failure only happens if you configure with --enable-profiler. I also thought I can enable/disable it via ./configure but in fact

Re: [Qemu-devel] [PATCH] translate-all: fix compiler warning and linked error

2013-04-22 Thread Peter Maydell
On 22 April 2013 11:01, Alexey Kardashevskiy wrote: > On 04/22/2013 07:00 PM, Peter Maydell wrote: >> NB that this compile failure only happens if you configure >> with --enable-profiler. > > > I also thought I can enable/disable it via ./configure but in fact I cannot: > > alexey@ka1:~/pcipassthr

Re: [Qemu-devel] [PATCH] translate-all: fix compiler warning and linked error

2013-04-22 Thread Alexey Kardashevskiy
On 04/22/2013 07:00 PM, Peter Maydell wrote: On 22 April 2013 08:42, Alexey Kardashevskiy wrote: The code did use profile_getclock() but did not include include/qemu/timer.h where this function is defined. The patch fixes this. Signed-off-by: Alexey Kardashevskiy Reviewed-by: Peter Maydell

Re: [Qemu-devel] [PATCH] translate-all: fix compiler warning and linked error

2013-04-22 Thread Peter Maydell
On 22 April 2013 08:42, Alexey Kardashevskiy wrote: > The code did use profile_getclock() but did not include > include/qemu/timer.h where this function is defined. The patch fixes this. > > Signed-off-by: Alexey Kardashevskiy Reviewed-by: Peter Maydell NB that this compile failure only happen

[Qemu-devel] [PATCH] translate-all: fix compiler warning and linked error

2013-04-22 Thread Alexey Kardashevskiy
The code did use profile_getclock() but did not include include/qemu/timer.h where this function is defined. The patch fixes this. Signed-off-by: Alexey Kardashevskiy --- The exact warning and error messages are: /home/alexey/pcipassthru/qemu-impreza/translate-all.c:150:5: warning: implicit de