Re: [Qemu-devel] [PATCH 0/2] target-mips: get rid of old debugging code

2015-09-14 Thread Leon Alrae
On 13/09/15 22:07, Aurelien Jarno wrote: > This patchset get rid of old debugging code in translate.c, that has > been superseded by other debugging way (e.g. (-d in_asm,op). It comes > from the discussion there: > > https://lists.gnu.org/archive/html/qemu-devel/2015-07/msg03162.html > > I had

[Qemu-devel] [PATCH 0/2] target-mips: get rid of old debugging code

2015-09-13 Thread Aurelien Jarno
This patchset get rid of old debugging code in translate.c, that has been superseded by other debugging way (e.g. (-d in_asm,op). It comes from the discussion there: https://lists.gnu.org/archive/html/qemu-devel/2015-07/msg03162.html I had it ready for some time, now that 2.4 has been release,