From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:45930) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QO6rp-0004Uz-4F for qemu-devel@nongnu.org; Sun, 22 May 2011 07:30:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QO6rn-0006Pw-OU for qemu-devel@nongnu.org; Sun, 22 May 2011 07:30:41 -0400 Received: from fmmailgate02.web.de ([217.72.192.227]:54814) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QO6rn-0006Pr-BZ for qemu-devel@nongnu.org; Sun, 22 May 2011 07:30:39 -0400 Message-ID: <4DD8F3DD.7070108@web.de> Date: Sun, 22 May 2011 13:30:37 +0200 From: Jan Kiszka MIME-Version: 1.0 References: In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigDB51307419E7BC6E6D7AE558" Sender: jan.kiszka@web.de Subject: Re: [Qemu-devel] [PATCH 7/9] exec.h: fix coding style of the area to be moved List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: qemu-devel This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigDB51307419E7BC6E6D7AE558 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 2011-05-22 13:18, Blue Swirl wrote: > Before the next patch, fix coding style of the areas affected. >=20 > Signed-off-by: Blue Swirl > --- > target-alpha/exec.h | 2 +- > target-arm/exec.h | 4 ++-- > target-cris/exec.h | 2 +- > target-m68k/exec.h | 2 +- > target-microblaze/exec.h | 2 +- > target-ppc/exec.h | 2 +- > target-sh4/exec.h | 2 +- > 7 files changed, 8 insertions(+), 8 deletions(-) >=20 > diff --git a/target-alpha/exec.h b/target-alpha/exec.h > index 6ae96d1..26c3a3a 100644 > --- a/target-alpha/exec.h > +++ b/target-alpha/exec.h > @@ -39,7 +39,7 @@ register struct CPUAlphaState *env asm(AREG0); >=20 > static inline int cpu_has_work(CPUState *env) > { > - return (env->interrupt_request & CPU_INTERRUPT_HARD); > + return env->interrupt_request & CPU_INTERRUPT_HARD; Maybe this patch or the series is a good change to make cpu_has_work return a bool? Jan --------------enigDB51307419E7BC6E6D7AE558 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/ iEYEARECAAYFAk3Y890ACgkQitSsb3rl5xQoeQCfQfrhqIO7mpEyrJHV5dqP0ALO mX4AoOcWnn7mdbhaUuBCjqKPCSCa/1NO =nCiu -----END PGP SIGNATURE----- --------------enigDB51307419E7BC6E6D7AE558--