From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:59018) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ui60D-0005xK-Lu for qemu-devel@nongnu.org; Thu, 30 May 2013 12:47:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ui609-0000H5-2l for qemu-devel@nongnu.org; Thu, 30 May 2013 12:47:01 -0400 Received: from cantor2.suse.de ([195.135.220.15]:47357 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ui608-0000H1-So for qemu-devel@nongnu.org; Thu, 30 May 2013 12:46:57 -0400 Message-ID: <51A7827E.3050706@suse.de> Date: Thu, 30 May 2013 18:46:54 +0200 From: =?ISO-8859-15?Q?Andreas_F=E4rber?= MIME-Version: 1.0 References: <1369678631-821-1-git-send-email-stefano.stabellini@eu.citrix.com> In-Reply-To: <1369678631-821-1-git-send-email-stefano.stabellini@eu.citrix.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 1/2] xen: remove xen_vcpu_init List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefano Stabellini Cc: anthony.perard@citrix.com, pbonzini@redhat.com, aliguori@us.ibm.com, xen-devel@lists.xensource.com, qemu-devel@nongnu.org Am 27.05.2013 20:17, schrieb Stefano Stabellini: > No need for xen_vcpu_init anymore: >=20 > - the RTC emulator doesn't have any periodic timers continuously runnin= g > even in absence of guest interactions anymore; >=20 > - qemu_dummy_start_vcpu takes care of disabling TCG for us, so we don't > need to do it manually here. >=20 > Signed-off-by: Stefano Stabellini > --- > hw/i386/pc_piix.c | 1 - > xen-all.c | 23 ----------------------- > 2 files changed, 0 insertions(+), 24 deletions(-) Reviewed-by: Andreas F=E4rber and I've queued a copy on qom-cpu since this facilitates my upcoming first_cpu refactoring. Andreas --=20 SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 N=FCrnberg, Germany GF: Jeff Hawn, Jennifer Guild, Felix Imend=F6rffer; HRB 16746 AG N=FCrnbe= rg From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-15?Q?Andreas_F=E4rber?= Subject: Re: [PATCH 1/2] xen: remove xen_vcpu_init Date: Thu, 30 May 2013 18:46:54 +0200 Message-ID: <51A7827E.3050706@suse.de> References: <1369678631-821-1-git-send-email-stefano.stabellini@eu.citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <1369678631-821-1-git-send-email-stefano.stabellini@eu.citrix.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+gceq-qemu-devel=gmane.org@nongnu.org Sender: qemu-devel-bounces+gceq-qemu-devel=gmane.org@nongnu.org To: Stefano Stabellini Cc: anthony.perard@citrix.com, pbonzini@redhat.com, aliguori@us.ibm.com, xen-devel@lists.xensource.com, qemu-devel@nongnu.org List-Id: xen-devel@lists.xenproject.org Am 27.05.2013 20:17, schrieb Stefano Stabellini: > No need for xen_vcpu_init anymore: >=20 > - the RTC emulator doesn't have any periodic timers continuously runnin= g > even in absence of guest interactions anymore; >=20 > - qemu_dummy_start_vcpu takes care of disabling TCG for us, so we don't > need to do it manually here. >=20 > Signed-off-by: Stefano Stabellini > --- > hw/i386/pc_piix.c | 1 - > xen-all.c | 23 ----------------------- > 2 files changed, 0 insertions(+), 24 deletions(-) Reviewed-by: Andreas F=E4rber and I've queued a copy on qom-cpu since this facilitates my upcoming first_cpu refactoring. Andreas --=20 SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 N=FCrnberg, Germany GF: Jeff Hawn, Jennifer Guild, Felix Imend=F6rffer; HRB 16746 AG N=FCrnbe= rg