Re: [PATCH v4] target/i386: Fix handling of k_gs_base register in 32-bit mode in gdbstub

2020-01-07 Thread Paolo Bonzini
On 29/12/19 03:48, Marek Dolata - mkdol...@us.ibm.com wrote: > Fixes: corrects clobbering of registers appearing after k_gs_base > Buglink: https://bugs.launchpad.net/qemu/+bug/1857640 > > Signed-off-by: Marek Dolata Queued. Note that I had to apply the patch by hand since you probably did

[PATCH v4] target/i386: Fix handling of k_gs_base register in 32-bit mode in gdbstub

2019-12-28 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, 2 insertions(+), 2 deletions(-) diff --git a/target/i386/gdbstub.c b/target/i386/gdbstub.c index