Re: [PATCH] /target/i386: fix gdbstub k_gs_base issue

2019-12-27 Thread Philippe Mathieu-Daudé
Hi Marek, If you look at the other patches, you'll notice no leading slash is used, so please remove it when resending. Maybe you can use "target/i386: Fix handling of k_gs_base register in 32-bit mode in gdbstub" as patch subject. Please Cc the maintainers. See: https://wiki.qemu.org/Contr

[PATCH] /target/i386: fix gdbstub k_gs_base issue

2019-12-27 Thread Marek Dolata - mkdol...@us.ibm.com
Fixes: corrects clobbering of registers appearing after k_gs_base Buglink: https://bugs.launchpad.net/qemu/+bug/1857640 Signed-off-by: Marek Dolata --- target/i386/gdbstub.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/target/i386/gdbstub.c b/target/i386/gdbstub.c index a