From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:36470) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SdKXA-0007gn-BI for qemu-devel@nongnu.org; Sat, 09 Jun 2012 08:12:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SdKX8-0002sk-Kn for qemu-devel@nongnu.org; Sat, 09 Jun 2012 08:12:47 -0400 Received: from mail-ey0-f173.google.com ([209.85.215.173]:36917) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SdKX8-0002sa-C8 for qemu-devel@nongnu.org; Sat, 09 Jun 2012 08:12:46 -0400 Received: by eaak12 with SMTP id k12so1735906eaa.4 for ; Sat, 09 Jun 2012 05:12:44 -0700 (PDT) From: Blue Swirl Date: Sat, 9 Jun 2012 12:12:39 +0000 Message-Id: Subject: [Qemu-devel] [PATCH v2 0/6] Log unimplemented functionality List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org 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