Re: [Qemu-devel] [PATCH] target-x86:Add GDB XML register description support

2017-03-16 Thread Paolo Bonzini
On 16/03/2017 14:02, Abdallah Bouassida wrote: >> >> X86CPU *cpu_x86_init(const char *cpu_model) >> { >> return X86_CPU(cpu_generic_init(TYPE_X86_CPU, cpu_model)); >> @@ -3720,10 +3729,14 @@ static void >> x86_cpu_common_class_init(ObjectClass *oc, void *data) >> cc->write_elf32_qemun

Re: [Qemu-devel] [PATCH] target-x86:Add GDB XML register description support

2017-03-16 Thread Abdallah Bouassida
ping http://patchwork.ozlabs.org/patch/709408/ Le 12/28/2016 à 5:34 PM, Abdallah Bouassida a écrit : [Qemu-devel] [PATCH] target-x86:Add GDB XML register description support This patch implements XML target description support for X86 and X86-64 architectures in the GDB stub, as the way with

[Qemu-devel] [PATCH] target-x86:Add GDB XML register description support

2016-12-28 Thread Abdallah Bouassida
[Qemu-devel] [PATCH] target-x86:Add GDB XML register description support This patch implements XML target description support for X86 and X86-64 architectures in the GDB stub, as the way with ARM and PowerPC: - gdb-xml/32bit-core.xml & gdb-xml/64bit-core.xml: Adding the XML target descrip