From: Anthony Liguori <aliguori@us.ibm.com>
To: Lai Jiangshan <laijs@cn.fujitsu.com>
Cc: Jan Kara <jack@suse.cz>, Avi Kivity <avi@redhat.com>,
"qemu-devel@nongnu.org" <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] [PATCH 1/2] cleanup, Remove duplicated code
Date: Thu, 12 Jan 2012 10:53:02 -0600 [thread overview]
Message-ID: <4F0F0FEE.6070009@us.ibm.com> (raw)
In-Reply-To: <1326359135-425-1-git-send-email-laijs@cn.fujitsu.com>
On 01/12/2012 03:05 AM, Lai Jiangshan wrote:
> These two blocks of code are exactly the same, remove one.
>
> Signed-off-by: Lai Jiangshan<laijs@cn.fujitsu.com>
Applied all. Thanks.
Regards,
Anthony Liguori
> ---
> cpus.c | 8 --------
> 1 files changed, 0 insertions(+), 8 deletions(-)
>
> diff --git a/cpus.c b/cpus.c
> index 857f96f..f45a438 100644
> --- a/cpus.c
> +++ b/cpus.c
> @@ -565,14 +565,6 @@ static void qemu_kvm_init_cpu_signals(CPUState *env)
> fprintf(stderr, "kvm_set_signal_mask: %s\n", strerror(-r));
> exit(1);
> }
> -
> - sigdelset(&set, SIG_IPI);
> - sigdelset(&set, SIGBUS);
> - r = kvm_set_signal_mask(env,&set);
> - if (r) {
> - fprintf(stderr, "kvm_set_signal_mask: %s\n", strerror(-r));
> - exit(1);
> - }
> }
>
> static void qemu_tcg_init_cpu_signals(void)
prev parent reply other threads:[~2012-01-12 16:58 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-12 9:05 [Qemu-devel] [PATCH 1/2] cleanup, Remove duplicated code Lai Jiangshan
2012-01-12 9:05 ` [Qemu-devel] [PATCH 2/2] cleanup, save a syscall Lai Jiangshan
2012-01-12 16:53 ` Anthony Liguori [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=4F0F0FEE.6070009@us.ibm.com \
--to=aliguori@us.ibm.com \
--cc=avi@redhat.com \
--cc=jack@suse.cz \
--cc=laijs@cn.fujitsu.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.