From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Kiszka Subject: Re: [Qemu-devel] [PATCH 28/37] Move debug exception handling out of cpu_exec Date: Mon, 07 Mar 2011 09:26:31 +0100 Message-ID: <4D7496B7.8030201@web.de> References: <83f338f73ecb88cc6f85d6e7b81ebef112ce07be.1297696986.git.mtosatti@redhat.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigBD4CEAB28305BB36A7A4848A" Cc: Marcelo Tosatti , Anthony Liguori , qemu-devel@nongnu.org, kvm@vger.kernel.org To: TeLeMan Return-path: Received: from fmmailgate03.web.de ([217.72.192.234]:49776 "EHLO fmmailgate03.web.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752564Ab1CGI0d (ORCPT ); Mon, 7 Mar 2011 03:26:33 -0500 In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigBD4CEAB28305BB36A7A4848A Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 2011-03-07 02:52, TeLeMan wrote: > This patch breaks the support for x86 hardware breakpoints because > cpu_resume_from_signal() and raise_exception_env() are used in > breakpoint_handler(). Yeah, unfortunately true. The TCG bits of this refactoring have to be moved back. Will fix. Thanks, Jan --------------enigBD4CEAB28305BB36A7A4848A 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.15 (GNU/Linux) Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org/ iEYEARECAAYFAk10lrcACgkQitSsb3rl5xR2kACeOhGEsiwnKyAWBPVOU3EG+xHT V9cAoMe/GvyJmv7En6UO3R8EsdDmpcwl =1bTC -----END PGP SIGNATURE----- --------------enigBD4CEAB28305BB36A7A4848A-- From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=38895 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PwVlz-0007I3-UT for qemu-devel@nongnu.org; Mon, 07 Mar 2011 03:26:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PwVlx-0002oC-Hl for qemu-devel@nongnu.org; Mon, 07 Mar 2011 03:26:34 -0500 Received: from fmmailgate03.web.de ([217.72.192.234]:49770) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PwVlx-0002o4-Bh for qemu-devel@nongnu.org; Mon, 07 Mar 2011 03:26:33 -0500 Message-ID: <4D7496B7.8030201@web.de> Date: Mon, 07 Mar 2011 09:26:31 +0100 From: Jan Kiszka MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 28/37] Move debug exception handling out of cpu_exec References: <83f338f73ecb88cc6f85d6e7b81ebef112ce07be.1297696986.git.mtosatti@redhat.com> In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigBD4CEAB28305BB36A7A4848A" Sender: jan.kiszka@web.de List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: TeLeMan Cc: Anthony Liguori , Marcelo Tosatti , qemu-devel@nongnu.org, kvm@vger.kernel.org This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigBD4CEAB28305BB36A7A4848A Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 2011-03-07 02:52, TeLeMan wrote: > This patch breaks the support for x86 hardware breakpoints because > cpu_resume_from_signal() and raise_exception_env() are used in > breakpoint_handler(). Yeah, unfortunately true. The TCG bits of this refactoring have to be moved back. Will fix. Thanks, Jan --------------enigBD4CEAB28305BB36A7A4848A 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.15 (GNU/Linux) Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org/ iEYEARECAAYFAk10lrcACgkQitSsb3rl5xR2kACeOhGEsiwnKyAWBPVOU3EG+xHT V9cAoMe/GvyJmv7En6UO3R8EsdDmpcwl =1bTC -----END PGP SIGNATURE----- --------------enigBD4CEAB28305BB36A7A4848A--