From patchwork Wed Sep 25 16:51:11 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefano Stabellini X-Patchwork-Id: 277933 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 71A302C016B for ; Thu, 26 Sep 2013 02:54:08 +1000 (EST) Received: from localhost ([::1]:53971 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VOsLm-00011d-LZ for incoming@patchwork.ozlabs.org; Wed, 25 Sep 2013 12:54:06 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36562) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VOsK2-0006gb-Dt for qemu-devel@nongnu.org; Wed, 25 Sep 2013 12:52:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VOsJx-0002l1-Hu for qemu-devel@nongnu.org; Wed, 25 Sep 2013 12:52:18 -0400 Received: from smtp02.citrix.com ([66.165.176.63]:27790) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VOsJx-0002kt-Cz for qemu-devel@nongnu.org; Wed, 25 Sep 2013 12:52:13 -0400 X-IronPort-AV: E=Sophos;i="4.90,979,1371081600"; d="scan'208";a="54823943" Received: from accessns.citrite.net (HELO FTLPEX01CL01.citrite.net) ([10.9.154.239]) by FTLPIPO02.CITRIX.COM with ESMTP; 25 Sep 2013 16:51:49 +0000 Received: from ukmail1.uk.xensource.com (10.80.16.128) by smtprelay.citrix.com (10.13.107.78) with Microsoft SMTP Server id 14.2.342.4; Wed, 25 Sep 2013 12:51:48 -0400 Received: from kaball.uk.xensource.com ([10.80.2.59]) by ukmail1.uk.xensource.com with esmtp (Exim 4.69) (envelope-from ) id 1VOsJY-0008KM-JV; Wed, 25 Sep 2013 17:51:48 +0100 Date: Wed, 25 Sep 2013 17:51:11 +0100 From: Stefano Stabellini X-X-Sender: sstabellini@kaball.uk.xensource.com To: Anthony Liguori Message-ID: User-Agent: Alpine 2.02 (DEB 1266 2009-07-14) MIME-Version: 1.0 X-DLP: MIA2 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 66.165.176.63 Cc: Anthony.Perard@citrix.com, xen-devel@lists.xensource.com, qemu-devel@nongnu.org, Stefano Stabellini Subject: [Qemu-devel] [PULL 0/4] Xen 2013-09-25 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org The following changes since commit f828a4c8faa118e0ebab3e353ac6840f3b2a0318: Merge remote-tracking branch 'stefanha/tracing' into staging (2013-09-23 11:53:22 -0500) are available in the git repository at: git://xenbits.xen.org/people/sstabellini/qemu-dm.git xen-2013-09-25 Anthony PERARD (2): xen: Fix vcpu initialization. xen: Enable cpu-hotplug on xenfv machine. Liu, Jinsong (2): qemu: Adjust qemu wakeup qemu: Add qemu xen logic for Xen HVM S3 resume hw/acpi/core.c | 3 ++- hw/i386/pc_piix.c | 1 + include/sysemu/sysemu.h | 4 +++- vl.c | 15 +++++++-------- xen-all.c | 17 +++++++++++++---- 5 files changed, 26 insertions(+), 14 deletions(-)