From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MmTrl-00085J-OI for qemu-devel@nongnu.org; Sat, 12 Sep 2009 10:46:17 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MmTrg-00084x-8l for qemu-devel@nongnu.org; Sat, 12 Sep 2009 10:46:16 -0400 Received: from [199.232.76.173] (port=35192 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MmTrg-00084r-2u for qemu-devel@nongnu.org; Sat, 12 Sep 2009 10:46:12 -0400 Received: from fmmailgate03.web.de ([217.72.192.234]:35315) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MmTrf-00055j-Ea for qemu-devel@nongnu.org; Sat, 12 Sep 2009 10:46:11 -0400 Received: from smtp08.web.de (fmsmtp08.dlan.cinetic.de [172.20.5.216]) by fmmailgate03.web.de (Postfix) with ESMTP id E66531150672B for ; Sat, 12 Sep 2009 16:46:09 +0200 (CEST) Received: from [88.65.36.68] (helo=[192.168.1.10]) by smtp08.web.de with asmtp (TLSv1:AES256-SHA:256) (WEB.DE 4.110 #314) id 1MmTrd-0006NV-00 for qemu-devel@nongnu.org; Sat, 12 Sep 2009 16:46:09 +0200 Message-ID: <4AABB42C.3070103@web.de> Date: Sat, 12 Sep 2009 16:46:04 +0200 From: Jan Kiszka MIME-Version: 1.0 References: <20090912141128.GA15236@1und1.de> In-Reply-To: <20090912141128.GA15236@1und1.de> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigC66DF4B39007AADB374274F9" Sender: jan.kiszka@web.de Subject: [Qemu-devel] Re: [PATCH] Unlike real hardware, vmport needs access to the CPU [...] List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigC66DF4B39007AADB374274F9 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable =3D?UTF-8?q?Reimar=3D20D=3DC3=3DB6ffinger?=3D wrote: > Signed-off-by: Reimar D=F6ffinger > --- > hw/vmport.c | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) >=20 > diff --git a/hw/vmport.c b/hw/vmport.c > index 884af3f..9a942ee 100644 > --- a/hw/vmport.c > +++ b/hw/vmport.c > @@ -25,6 +25,7 @@ > #include "isa.h" > #include "pc.h" > #include "sysemu.h" > +#include "kvm.h" > =20 > //#define VMPORT_DEBUG > =20 > @@ -58,6 +59,7 @@ static uint32_t vmport_ioport_read(void *opaque, uint= 32_t addr) > unsigned char command; > uint32_t eax; > =20 > + cpu_synchronize_state(env); > eax =3D env->regs[R_EAX]; > if (eax !=3D VMPORT_MAGIC) > return eax; Ack (qemu-kvm carries a similar patch). But please grant your patches some proper titles. Jan --------------enigC66DF4B39007AADB374274F9 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (GNU/Linux) Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org iEYEARECAAYFAkqrtDAACgkQniDOoMHTA+kpdQCdF1Z28WDgcVR/Oi5SoSegVWPb ELYAnjOPAHoz2/ThoGpMMct5Rv6wnyUQ =TJKU -----END PGP SIGNATURE----- --------------enigC66DF4B39007AADB374274F9--