Re: [Qemu-devel] [PATCH v2 0/6] Log unimplemented functionality

2012-06-09 Thread Andreas Färber
Am 09.06.2012 14:12, schrieb Blue Swirl: > 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_UN

[Qemu-devel] [PATCH v2 0/6] Log unimplemented functionality

2012-06-09 Thread Blue Swirl
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 Makefi