Re: [Qemu-devel] [PATCH] fix no-sdl builds

2013-06-16 Thread Mike Frysinger
On Sunday 16 June 2013 20:52:18 Andreas Färber wrote: > Am 17.06.2013 00:48, schrieb Mike Frysinger: > > The no_frame var is only defined when SDL support is enabled. > > > > Signed-off-by: Mike Frysinger > > There was already a different patch to the same effect on the list: > http://patchwork.

Re: [Qemu-devel] [PATCH] fix no-sdl builds

2013-06-16 Thread Andreas Färber
Hi, Am 17.06.2013 00:48, schrieb Mike Frysinger: > The no_frame var is only defined when SDL support is enabled. > > Signed-off-by: Mike Frysinger There was already a different patch to the same effect on the list: http://patchwork.ozlabs.org/patch/251621/ Any update on your Blackfin emulation

[Qemu-devel] [PATCH] fix no-sdl builds

2013-06-16 Thread Mike Frysinger
The no_frame var is only defined when SDL support is enabled. Signed-off-by: Mike Frysinger --- vl.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/vl.c b/vl.c index 9f8fd6e..aaa14bb 100644 --- a/vl.c +++ b/vl.c @@ -3524,9 +3524,6 @@ int main(int argc, char **argv,