]> git.proxmox.com Git - qemu.git/commit
qemu-log: Add new log category for guest bugs
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 18 Oct 2012 13:11:35 +0000 (14:11 +0100)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 20 Oct 2012 07:56:22 +0000 (07:56 +0000)
commite54eba1986f6c4bac2951e7f90a849cd842e25e4
treea635f4659d75789d14af32a23720f2bad471e7cf
parentde9e9d9f17a36ff76c1a02a5348835e5e0a081b0
qemu-log: Add new log category for guest bugs

Add a new category for device models to log guest behaviour
which is likely to be a guest bug of some kind (accessing
nonexistent registers, reading 32 bit wide registers with
a byte access, etc). Making this its own log category allows
those who care (mostly guest OS authors) to see the complaints
without bothering most users.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
qemu-log.c
qemu-log.h