[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-discuss] Singlestepping & Target assembly instructions
From: |
Peter Maydell |
Subject: |
Re: [Qemu-discuss] Singlestepping & Target assembly instructions |
Date: |
Thu, 17 Sep 2015 09:37:35 +0100 |
On 15 September 2015 at 20:30, Peter Maydell <address@hidden> wrote:
> The optimisation that is tripping you up is that we chain TBs together,
> which means we will run a long chain of TBs and only print the 'exec'
> trace for the first one. (The exec tracing in current git master
> will at least tell you when it's linked two TBs so you can
> decipher from this some info on what TBs have been executed.)
> Adding a -d option to disable the TB chaining is something we're
> discussing, but I don't think anybody's written a patch yet.
> (It would not be a complicated change.)
Patch on list now, from Richard Henderson:
http://patchwork.ozlabs.org/patch/518643/
-- PMM
- [Qemu-discuss] Singlestepping & Target assembly instructions, Scott Dattalo, 2015/09/15
- Re: [Qemu-discuss] Singlestepping & Target assembly instructions, Peter Maydell, 2015/09/15
- Re: [Qemu-discuss] Singlestepping & Target assembly instructions,
Peter Maydell <=
- Re: [Qemu-discuss] Singlestepping & Target assembly instructions, Scott Dattalo, 2015/09/17
- Re: [Qemu-discuss] Singlestepping & Target assembly instructions, Peter Maydell, 2015/09/17
- Re: [Qemu-discuss] Singlestepping & Target assembly instructions, Scott Dattalo, 2015/09/17
- Re: [Qemu-discuss] Singlestepping & Target assembly instructions, Peter Maydell, 2015/09/17
- Re: [Qemu-discuss] Singlestepping & Target assembly instructions, Scott Dattalo, 2015/09/17