Re: [Qemu-devel] [PATCH 0/7] Add LOG_GUEST_ERROR for reporting guest bugs

2012-10-14 Thread Blue Swirl
On Sun, Oct 14, 2012 at 3:41 PM, Peter Maydell wrote: > On 14 October 2012 15:02, Blue Swirl wrote: >> On Sun, Oct 14, 2012 at 1:11 PM, Peter Maydell >> wrote: >>> One question that comes to mind -- should we include qemu-log.h >>> in qemu-common.h (or some other common header?) rather than >>>

Re: [Qemu-devel] [PATCH 0/7] Add LOG_GUEST_ERROR for reporting guest bugs

2012-10-14 Thread Peter Maydell
On 14 October 2012 15:02, Blue Swirl wrote: > On Sun, Oct 14, 2012 at 1:11 PM, Peter Maydell > wrote: >> One question that comes to mind -- should we include qemu-log.h >> in qemu-common.h (or some other common header?) rather than >> having to include qemu-log.h directly in lots of device model

Re: [Qemu-devel] [PATCH 0/7] Add LOG_GUEST_ERROR for reporting guest bugs

2012-10-14 Thread Blue Swirl
On Sun, Oct 14, 2012 at 1:11 PM, Peter Maydell wrote: > This patch series introduces a new logging category to > qemu_log_mask(), for reporting situations which the device > model can cope with but which indicate bugs in the guest. > The most common cause of these is "guest tried to access > a reg

[Qemu-devel] [PATCH 0/7] Add LOG_GUEST_ERROR for reporting guest bugs

2012-10-14 Thread Peter Maydell
This patch series introduces a new logging category to qemu_log_mask(), for reporting situations which the device model can cope with but which indicate bugs in the guest. The most common cause of these is "guest tried to access a register which doesn't exist". At the moment device models use an in