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

2012-10-20 Thread Blue Swirl
On Thu, Oct 18, 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 v2 0/8] Add LOG_GUEST_ERROR for reporting guest bugs

2012-10-18 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