From: Laurent Vivier <laurent@vivier.eu>
To: Thomas Huth <thuth@redhat.com>, Yi Wang <wang.yi59@zte.com.cn>,
qemu-devel@nongnu.org
Cc: QEMU Trivial <qemu-trivial@nongnu.org>,
Liao Pingfang <liao.pingfang@zte.com.cn>,
qemu-arm@nongnu.org, wang.liang82@zte.com.cn,
xue.zhihong@zte.com.cn
Subject: Re: [PATCH 01/12] target/arm/kvm: Remove superfluous break
Date: Tue, 1 Sep 2020 08:33:38 +0200 [thread overview]
Message-ID: <97cadf49-b774-bded-37a5-4c77621fb65d@vivier.eu> (raw)
In-Reply-To: <62491c40-2812-f7b3-7cb6-498bd587ff13@redhat.com>
Le 13/07/2020 à 11:30, Thomas Huth a écrit :
> On 13/07/2020 11.03, Yi Wang wrote:
>> From: Liao Pingfang <liao.pingfang@zte.com.cn>
>>
>> Remove superfluous break.
>>
>> Signed-off-by: Liao Pingfang <liao.pingfang@zte.com.cn>
>> Signed-off-by: Yi Wang <wang.yi59@zte.com.cn>
>> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
>> ---
>> target/arm/kvm64.c | 1 -
>> 1 file changed, 1 deletion(-)
>>
>> diff --git a/target/arm/kvm64.c b/target/arm/kvm64.c
>> index 1169237..ef1e960 100644
>> --- a/target/arm/kvm64.c
>> +++ b/target/arm/kvm64.c
>> @@ -330,7 +330,6 @@ int kvm_arch_remove_hw_breakpoint(target_ulong addr,
>> switch (type) {
>> case GDB_BREAKPOINT_HW:
>> return delete_hw_breakpoint(addr);
>> - break;
>> case GDB_WATCHPOINT_READ:
>> case GDB_WATCHPOINT_WRITE:
>> case GDB_WATCHPOINT_ACCESS:
>>
>
> Reviewed-by: Thomas Huth <thuth@redhat.com>
>
>
Applied to my trivial-patches branch.
Thanks,
Laurent
prev parent reply other threads:[~2020-09-01 6:34 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-13 9:03 [PATCH 01/12] target/arm/kvm: Remove superfluous break Yi Wang
2020-07-13 9:30 ` Thomas Huth
2020-09-01 6:33 ` Laurent Vivier [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=97cadf49-b774-bded-37a5-4c77621fb65d@vivier.eu \
--to=laurent@vivier.eu \
--cc=liao.pingfang@zte.com.cn \
--cc=qemu-arm@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@nongnu.org \
--cc=thuth@redhat.com \
--cc=wang.liang82@zte.com.cn \
--cc=wang.yi59@zte.com.cn \
--cc=xue.zhihong@zte.com.cn \
/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).