Re: [Qemu-devel] [PATCH v8 10/11] monitor: adding new info cfg command

2019-08-30 Thread Alex Bennée
vandersonmr writes: > Adding "info cfg id depth" commands to HMP. > This command allow the exploration a TB > neighbors by dumping [and opening] a .dot > file with the TB CFG neighbors colorized > by their hotness. > > The goal of this command is to allow the dynamic exploration > of TCG behavi

[Qemu-devel] [PATCH v8 10/11] monitor: adding new info cfg command

2019-08-29 Thread vandersonmr
Adding "info cfg id depth" commands to HMP. This command allow the exploration a TB neighbors by dumping [and opening] a .dot file with the TB CFG neighbors colorized by their hotness. The goal of this command is to allow the dynamic exploration of TCG behavior and code quality. Therefore, for now