qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v5 00/18] Enhance debugging support


From: Jan Kiszka
Subject: [Qemu-devel] [PATCH v5 00/18] Enhance debugging support
Date: Mon, 17 Nov 2008 17:18:58 +0100
User-agent: StGIT/0.14.2

Here is the latest update after the recent review round. Addressed
issues:

 o Move CPU_PC_FROM_TB conversion into separate patch

 o Drop TPCPUState:
   Though the overall code size on x86-64 went down via this
   refactoring, I counted 3-5 more instructions in the fast path and
   decided to rather leave the latter as is.

 o Fix bisectability of patch 3 (was patch 2)

 o Fix gcc'ism in patch 4 (was patch 3)

 o Improved gdb packet '?' /wrt CPU->thread mapping

 o save/loadvm support for x86 debug registers

Additionally, there are 5 new patches at the and of the queue. No must,
but nice to have. Earlier versions of the last 3 have been sent to the
list before, this series comes with an update (gcc'ism-free...):

 o Include debug registers in register dump (e.g 'info registers')

 o 'vCont' packet support, allowing to set single-step CPU

 o cpu_gdb_read/write_register refactoring for x86

 o Support for setting x86 segment registers

 o Dynamic register set switching between x86 16/32 and 64 bit modes

Hope I was able to address all remaining concern to merge all or at
least the first 13 patches of this series.

Thanks,
Jan

PS: If you happen to use git internally, you can also pull the series
from my private repository:

git://git.kiszka.org/qemu.git gdb-queue

--
Siemens AG, Corporate Technology, CT SE 2 ES-OS
Corporate Competence Center Embedded Linux




reply via email to

[Prev in Thread] Current Thread [Next in Thread]