From: Jan Kiszka <jan.kiszka@web.de>
To: Blue Swirl <blauwirbel@gmail.com>
Cc: qemu-devel <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] [PATCH 7/9] exec.h: fix coding style of the area to be moved
Date: Sun, 22 May 2011 13:30:37 +0200 [thread overview]
Message-ID: <4DD8F3DD.7070108@web.de> (raw)
In-Reply-To: <BANLkTik_kT5GsWiyR0vPYKtBACjVNL9xuA@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 997 bytes --]
On 2011-05-22 13:18, Blue Swirl wrote:
> Before the next patch, fix coding style of the areas affected.
>
> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
> ---
> 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(-)
>
> 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);
>
> 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
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 259 bytes --]
prev parent reply other threads:[~2011-05-22 11:30 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-22 11:18 [Qemu-devel] [PATCH 7/9] exec.h: fix coding style of the area to be moved Blue Swirl
2011-05-22 11:30 ` Jan Kiszka [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4DD8F3DD.7070108@web.de \
--to=jan.kiszka@web.de \
--cc=blauwirbel@gmail.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).