Re: [Qemu-devel] [PATCH] tilegx: Support raise instruction

2015-09-24 Thread Chen Gang
On 9/24/15 02:34, Richard Henderson wrote: > You forgot to cc qemu-devel. > Oh, we can not find it in qemu mail archive list. But I really cc qemu-devel. When I send the next patches, I'll notice about it, if still "can not cc qemu-devel", I shall try to send patches from my hotmail client. >

Re: [Qemu-devel] [PATCH] tilegx: Support raise instruction

2015-09-23 Thread Richard Henderson
You forgot to cc qemu-devel. This patch needs to be split. On 09/22/2015 03:38 PM, gang.chen.5...@gmail.com wrote: > From: Chen Gang > > It passes the related test. > > Signed-off-by: Chen Gang > --- > linux-user/main.c | 25 + > linux-user/signal.c | 129 > ++