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
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
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
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
>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
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
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
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
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 --