[Qemu-devel] Re: Could any body fix the bug in gdbstub.c for x86_64?

2007-05-09 Thread MingyanGuo
On 5/9/07, Jan Kiszka <[EMAIL PROTECTED]> wrote: MingyanGuo wrote: > Hi, > The -s option for qemu-system-x86_64 is not useable. > I've already post a patch, but it is ignored. Have you seen my patch [1] on this already? Does it work for you? It's running fine here,

[Qemu-devel] Could any body fix the bug in gdbstub.c for x86_64?

2007-05-09 Thread MingyanGuo
B_REGS + 4, R_DS); +LOAD_SEG(CPU_NB_REGS + 5, R_ES); +LOAD_SEG(CPU_NB_REGS + 6, R_FS); +LOAD_SEG(CPU_NB_REGS + 7, R_GS); #endif } -><--- Regards, MingyanGuo -- Three passions, simple but overwhelmingly strong, have governed my life: the longing for love, the search for knowledge, and unbearable pity for the suffering of mankind. -Bertrand Russell

[Qemu-devel] [PATCH] fix bugs in gdbstub for TARGET_X86_64

2007-05-04 Thread MingyanGuo
S + 4, R_DS); +LOAD_SEG(CPU_NB_REGS + 5, R_ES); +LOAD_SEG(CPU_NB_REGS + 6, R_FS); + LOAD_SEG(CPU_NB_REGS + 7, R_GS); #endif } -><--- Regards, MingyanGuo -- Three passions, simple but overwhelmingly strong, have governed my life: the longing for love, the search for knowledge, and unbearable pity for the suffering of mankind. -Bertrand Russell