qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Blue Swirl <blauwirbel@gmail.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH v2 0/6] Log unimplemented functionality
Date: Sat,  9 Jun 2012 12:12:39 +0000	[thread overview]
Message-ID: <cover.1339243862.git.blauwirbel@gmail.com> (raw)

v2: address Kevin's comments to 5/6

Blue Swirl (6):
  qemu-log: move logging to qemu-log.c
  qemu-log: cleanup
  qemu-log: add log category for unimplemented functionality
  qemu-log: use LOG_UNIMP for some target CPU cases
  fdc: use LOG_UNIMP logging
  qtest: add a fuzz test to fdc-test

 Makefile.objs                 |    1 +
 cpu-all.h                     |   24 ------
 exec.c                        |  122 -----------------------------
 hw/fdc.c                      |   30 ++++---
 linux-user/main.c             |    3 +-
 linux-user/signal.c           |   12 +--
 qemu-log.c                    |  170 +++++++++++++++++++++++++++++++++++++++++
 qemu-log.h                    |  145 ++++++++++++++++++++++++-----------
 qemu-tool.c                   |    2 -
 target-i386/op_helper.c       |    1 +
 target-microblaze/translate.c |   11 ++-
 target-ppc/helper.c           |    2 +-
 target-s390x/translate.c      |    2 +-
 target-sparc/ldst_helper.c    |   80 ++++++++++++--------
 tcg/tcg.c                     |   92 ++++++++++++----------
 tcg/tcg.h                     |    2 +-
 tcg/tci/tcg-target.c          |    2 +-
 tests/fdc-test.c              |   17 ++++
 18 files changed, 419 insertions(+), 299 deletions(-)
 create mode 100644 qemu-log.c

-- 
1.7.2.5

             reply	other threads:[~2012-06-09 12:12 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-09 12:12 Blue Swirl [this message]
2012-06-09 12:12 ` [Qemu-devel] [PATCH 1/6] qemu-log: move logging to qemu-log.c Blue Swirl
2012-07-03 10:07   ` Kevin Wolf
2012-07-03 19:19     ` Blue Swirl
2012-07-04  8:34       ` Kevin Wolf
2012-07-05 18:07         ` Blue Swirl
2012-07-06  9:14           ` Kevin Wolf
2012-06-09 12:12 ` [Qemu-devel] [PATCH 2/6] qemu-log: cleanup Blue Swirl
2012-06-09 12:12 ` [Qemu-devel] [PATCH 3/6] qemu-log: add log category for unimplemented functionality Blue Swirl
2012-06-09 12:12 ` [Qemu-devel] [PATCH 4/6] qemu-log: use LOG_UNIMP for some target CPU cases Blue Swirl
2012-06-09 12:12 ` [Qemu-devel] [PATCH 5/6] fdc: use LOG_UNIMP logging Blue Swirl
2012-06-11 13:09   ` Kevin Wolf
2012-06-09 12:12 ` [Qemu-devel] [PATCH 6/6] qtest: add a fuzz test to fdc-test Blue Swirl
2012-06-09 13:14 ` [Qemu-devel] [PATCH v2 0/6] Log unimplemented functionality Andreas Färber

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1339243862.git.blauwirbel@gmail.com \
    --to=blauwirbel@gmail.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).