* [Qemu-devel] [PATCH] target-s390: Fix SRNMT
@ 2013-03-30 17:03 Richard Henderson
2013-04-05 12:54 ` Stefan Hajnoczi
0 siblings, 1 reply; 2+ messages in thread
From: Richard Henderson @ 2013-03-30 17:03 UTC (permalink / raw)
To: qemu-devel; +Cc: qemu-trivial, Alexander Graf
Fallthough into abort = oops.
Cc: qemu-trivial@nongnu.org
Cc: Alexander Graf <agraf@suse.de>
Signed-off-by: Richard Henderson <rth@twiddle.net>
---
target-s390x/translate.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/target-s390x/translate.c b/target-s390x/translate.c
index a4f2194..0c3cf68 100644
--- a/target-s390x/translate.c
+++ b/target-s390x/translate.c
@@ -3088,6 +3088,7 @@ static ExitStatus op_srnm(DisasContext *s, DisasOps *o)
break;
case 0xb9: /* SRNMT */
pos = 4, len = 3;
+ break;
default:
tcg_abort();
}
--
1.8.1.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] [PATCH] target-s390: Fix SRNMT
2013-03-30 17:03 [Qemu-devel] [PATCH] target-s390: Fix SRNMT Richard Henderson
@ 2013-04-05 12:54 ` Stefan Hajnoczi
0 siblings, 0 replies; 2+ messages in thread
From: Stefan Hajnoczi @ 2013-04-05 12:54 UTC (permalink / raw)
To: Richard Henderson; +Cc: qemu-trivial, qemu-devel, Alexander Graf
On Sat, Mar 30, 2013 at 10:03:25AM -0700, Richard Henderson wrote:
> Fallthough into abort = oops.
>
> Cc: qemu-trivial@nongnu.org
> Cc: Alexander Graf <agraf@suse.de>
> Signed-off-by: Richard Henderson <rth@twiddle.net>
> ---
> target-s390x/translate.c | 1 +
> 1 file changed, 1 insertion(+)
Thanks, applied to the trivial patches tree:
https://github.com/stefanha/qemu/commits/trivial-patches
Stefan
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-04-05 12:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-30 17:03 [Qemu-devel] [PATCH] target-s390: Fix SRNMT Richard Henderson
2013-04-05 12:54 ` Stefan Hajnoczi
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).