Re: [Qemu-devel] QEMU Profiling

2013-02-28 Thread Vadim Evard
Could you please suggest a newer article on QEMU internals please? This is the first time I have to hack huge C program and I'll eventually accomplish my task anyway, but I'd be very thankful for any help. Wei-Ren Chen, thank you for hint. On 26.02.2013 17:21, Peter Maydell wrote: On 26 Febru

Re: [Qemu-devel] [Qemu-trivial] [PATCH v2] configure: silence pkg-config's check for curses

2013-01-20 Thread Vadim Evard
Thank you! By the way (sorry if this was discussed before and is a strong decision) I'd say e-mail based workflow is of course very flexible - and very very novice-unfriendly. Dash, I had to learn git commands I'd never use in my usual workflow with local or Github repos. And, well, I was not

[Qemu-devel] [Qemu-trivial] [PATCH v2] configure: silence pkg-config's check for curses

2013-01-18 Thread Vadim Evard
Signed-off-by: Vadim Evard --- configure |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 4ebb60d..6211db9 100755 --- a/configure +++ b/configure @@ -2039,7 +2039,7 @@ fi if test "$mingw32" = "yes" ; then curses_lis

Re: [Qemu-devel] [Qemu-trivial] [PATCH v2] configure: silence pkg-config's check for curses

2013-01-16 Thread Vadim Evard
Signed-off-by: Vadim Evard --- configure |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 4ebb60d..6211db9 100755 --- a/configure +++ b/configure @@ -2039,7 +2039,7 @@ fi if test "$mingw32" = "yes" ; then curses_lis

[Qemu-devel] [Qemu-trivial] [PATCH] configure: silencing pkg-config's check for curses

2013-01-15 Thread Vadim Evard
>From d10856f3b1d893b5d3c6ab213eb921d0a24e7766 Mon Sep 17 00:00:00 2001 From: Vadim Evard Date: Wed, 16 Jan 2013 03:45:44 +0400 Subject: [PATCH] configure: silencing pkg-config's check for curses --- configure |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/con

Re: [Qemu-devel] [PATCH 3/3 v2] configure: try pkg-config for curses

2013-01-15 Thread Vadim Evard
Static linkikng against ncurses may require explicit -ltinfo. In case -lcurses and -lncurses both didn't work give pkg-config a chance. Fixes #1094786 for me. Signed-off-by: Vadim Evard Signed-off-by: Stefan Hajnoczi --- configure |5 - 1 file changed, 4 insertions(+), 1 del

[Qemu-devel] [Qemu-trivial] [PATCH v2] configure: try pkg-config for curses

2013-01-15 Thread Vadim Evard
Static linkikng against ncurses may require explicit -ltinfo. In case -lcurses and -lncurses both didn't work give pkg-config a chance. Fixes #1094786 for me. Signed-off-by: Vadim Evard --- configure |5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config

Re: [Qemu-devel] [Qemu-trivial] [PATCH] configure: try pkg-config for curses

2013-01-11 Thread Vadim Evard
ping Пнд 31 Дек 2012 20:30:59, Vadim Evard писал: configure: try pkg-config for curses Static linkikng against ncurses may require explicit -ltinfo. In case -lcurses and -lncurses both didn't work give pkg-config a chance. Signed-off-by: Vadim Evard --- configure | 4 +++- 1 file chang

[Qemu-devel] [Qemu-trivial] [PATCH] configure: try pkg-config for curses

2012-12-31 Thread Vadim Evard
configure: try pkg-config for curses Static linkikng against ncurses may require explicit -ltinfo. In case -lcurses and -lncurses both didn't work give pkg-config a chance. Signed-off-by: Vadim Evard --- configure |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --