qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [RFC PATCH 0/4] qemu-log: various fixes and enhancements


From: alex . bennee
Subject: [Qemu-devel] [RFC PATCH 0/4] qemu-log: various fixes and enhancements
Date: Wed, 26 Mar 2014 14:37:10 +0000

From: Alex Bennée <address@hidden>

Hi,

While working on aarch64 stuff I've made the following changes in my
local tree to help me debug. The first is a simple documentation fix.
The second is very helpful when your debugging missing instructions
while several shells deep in a build system. The final two I've
recently written as I'm doing some system mode debugging and found
that it's hard to have all the code gen logs turned on when your test
case is booting the kernel.

Comments and review please.

Alex Bennée (4):
  qemu-log: correct help text for -d cpu
  qemu-log: support simple pid substitution in logfile
  qemu-log: new option -dfilter to limit output
  qemu-log: make in_asm, out_asm and op_opt understand dfilter

 cpu-exec.c         |  2 +-
 include/qemu/log.h |  2 ++
 qemu-log.c         | 75 +++++++++++++++++++++++++++++++++++++++++++++++++++---
 qemu-options.hx    |  9 +++++++
 tcg/tcg.c          | 24 ++++++++---------
 tcg/tcg.h          |  5 ++--
 translate-all.c    |  7 ++---
 vl.c               |  3 +++
 8 files changed, 105 insertions(+), 22 deletions(-)

-- 
1.9.1




reply via email to

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