Re: [Qemu-devel] [PATCH for-1.7] atomic.h: Fix build with clang

2013-11-09 Thread Peter Maydell
Ping! This is needed as a build-fix for MacOSX and didn't make it into 1.7-rc0. Paolo, can I get you to review this? I did subsequently test with a Linux clang 3.3: the patch works OK on that but is not necessary because that clang doesn't define __ATOMIC_SEQ_CST, presumably because it's not recen

Re: [Qemu-devel] [PULL 17/43] loader: support for unmapped ROM blobs

2013-11-09 Thread Michael S. Tsirkin
On Fri, Nov 08, 2013 at 01:54:18AM +0100, Alexander Graf wrote: > > On 14.10.2013, at 16:58, Michael S. Tsirkin wrote: > > > Support ROM blobs not mapped into guest memory: > > same as ROM files really but use caller's buffer. > > > > Support invoking callback on access and > > return memory po

[Qemu-devel] [PATCH] gtk: Allow to activate grab-on-hover from the command line

2013-11-09 Thread Jan Kiszka
From: Jan Kiszka As long as we have no persistent GTK configuration, this allows to enable the useful grab-on-hover feature already when starting the VM. Signed-off-by: Jan Kiszka --- include/ui/console.h | 2 +- qemu-options.hx | 5 + ui/gtk.c | 5 - vl.c