Re: [Qemu-devel] [PATCH] target/i386: Fix bad patch application to translate.c

2016-12-28 Thread Eduardo Habkost
On Sat, Dec 24, 2016 at 08:29:33PM +, Doug Evans wrote: > In commit c52ab08aee6f7d4717fc6b517174043126bd302f, > the patch snippet for the "syscall" insn got applied to "iret". > > Signed-off-by: Doug Evans Patch was corrupt, I have fixed line wrapping by hand and had to use git-am --ignore-w

[Qemu-devel] [PATCH] target/i386: Fix bad patch application to translate.c

2016-12-24 Thread Doug Evans
In commit c52ab08aee6f7d4717fc6b517174043126bd302f, the patch snippet for the "syscall" insn got applied to "iret". Signed-off-by: Doug Evans --- target/i386/translate.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/target/i386/translate.c b/target/i386/translat