From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:41596) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RKvGC-0005lR-2g for qemu-devel@nongnu.org; Mon, 31 Oct 2011 13:02:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RKvG7-0007gZ-98 for qemu-devel@nongnu.org; Mon, 31 Oct 2011 13:02:56 -0400 Received: from e1.ny.us.ibm.com ([32.97.182.141]:53469) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RKvG7-0007gR-5N for qemu-devel@nongnu.org; Mon, 31 Oct 2011 13:02:51 -0400 Received: from /spool/local by e1.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 31 Oct 2011 12:52:54 -0400 Received: from d03av06.boulder.ibm.com (d03av06.boulder.ibm.com [9.17.195.245]) by d01relay04.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p9VGpoGU215192 for ; Mon, 31 Oct 2011 12:51:51 -0400 Received: from d03av06.boulder.ibm.com (loopback [127.0.0.1]) by d03av06.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p9VGpj6V013447 for ; Mon, 31 Oct 2011 10:51:45 -0600 Message-ID: <4EAED220.1060304@us.ibm.com> Date: Mon, 31 Oct 2011 11:51:44 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1319545550-24203-1-git-send-email-kraxel@redhat.com> In-Reply-To: <1319545550-24203-1-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL] spice patch queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org On 10/25/2011 07:25 AM, Gerd Hoffmann wrote: > Hi, > > Here comes a bunch of spice/qxl fixes and cleanups. No major changes. Pulled. Thanks. Regards, Anthony Liguori > > please pull, > Gerd > > The following changes since commit 952e849c150b4f1b89f8728cba00f925c1d6e75b: > > Merge remote-tracking branch 'bonzini/split-main-loop-for-anthony' into staging (2011-10-24 10:51:12 -0500) > > are available in the git repository at: > > git://anongit.freedesktop.org/spice/qemu spice.v45 > > Alon Levy (2): > ui/spice-core: fix segfault in monitor > qxl: reset update_surface > > Gerd Hoffmann (3): > migration: add status query functions > qxl: factor out properties > spice: fix file handle cleanup > > Jan Kiszka (3): > spice: Convert core to QEMU thread API > qxl: Convert to QEMU thread API > qxl: Drop phread_yield on OOM > > Yonit Halperin (3): > spice: turn client_migrate_info to async > spice: support the new migration interface (spice 0.8.3) > qxl: fix guest cursor tracking > > hmp-commands.hx | 3 +- > hw/qxl.c | 66 +++++++++++++++++++++------------------------- > hw/qxl.h | 3 +- > migration.c | 11 ++++++++ > migration.h | 2 + > monitor.c | 6 +++- > qmp-commands.hx | 3 +- > ui/qemu-spice.h | 14 ++++++++-- > ui/spice-core.c | 78 +++++++++++++++++++++++++++++++++++++++++++++++------- > 9 files changed, 132 insertions(+), 54 deletions(-) > >