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