Re: [Qemu-devel] [PATCH v2] gdbstub.c: fix GDB connection segfault caused by empty machines

2017-01-18 Thread Yang Ziyue
Got it. Thanks! 2017-01-18 10:13 GMT+08:00 Fam Zheng : > On Wed, 01/18 09:34, Yang Ziyue wrote: >> Oops seems I forgot to check the patch before submitting. Sorry for that. >> The new patch is tagged as v3 now, but I'm not sure whether it should >> be tagged as v2 since the origin v2 failed. Is th

Re: [Qemu-devel] [PATCH v2] gdbstub.c: fix GDB connection segfault caused by empty machines

2017-01-17 Thread Fam Zheng
On Wed, 01/18 09:34, Yang Ziyue wrote: > Oops seems I forgot to check the patch before submitting. Sorry for that. > The new patch is tagged as v3 now, but I'm not sure whether it should > be tagged as v2 since the origin v2 failed. Is there any specification > about this? Thanks! Hi Ziyue, thanks

Re: [Qemu-devel] [PATCH v2] gdbstub.c: fix GDB connection segfault caused by empty machines

2017-01-17 Thread Yang Ziyue
eries seems to have some coding style problems. See output below for > more information: > > Message-id: 1484702052-7900-1-git-send-email-skiver.cloud@gmail.com > Type: series > Subject: [Qemu-devel] [PATCH v2] gdbstub.c: fix GDB connection segfault > caused by empty ma

Re: [Qemu-devel] [PATCH v2] gdbstub.c: fix GDB connection segfault caused by empty machines

2017-01-17 Thread no-reply
Hi, Your series seems to have some coding style problems. See output below for more information: Message-id: 1484702052-7900-1-git-send-email-skiver.cloud@gmail.com Type: series Subject: [Qemu-devel] [PATCH v2] gdbstub.c: fix GDB connection segfault caused by empty machines === TEST SCRIPT

[Qemu-devel] [PATCH v2] gdbstub.c: fix GDB connection segfault caused by empty machines

2017-01-17 Thread Ziyue Yang
From: Ziyue Yang This patch is to fix the segmentation fault caused by attaching GDB to a QEMU instance initialized with "-M none" option. The bug can be reproduced by > ./qemu-system-x86_64 -M none -nographic -S -s and attach a GDB to it by > gdb -ex 'target remote :1234 The segmentation fa