Re: [Qemu-devel] [PATCH] Only print unknown command message in debug mode

2018-01-29 Thread Programmingkid
> On Jan 29, 2018, at 11:17 PM, Philippe Mathieu-Daudé wrote: > > Hi John, > > On 01/30/2018 12:58 AM, John Arbuckle wrote: >> After using QEMU with the sb16 sound card I would see all these messages >> about some numbered command not being understood. It became annoying after a >> while to a

Re: [Qemu-devel] [PATCH] Only print unknown command message in debug mode

2018-01-29 Thread Philippe Mathieu-Daudé
Hi John, On 01/30/2018 12:58 AM, John Arbuckle wrote: > After using QEMU with the sb16 sound card I would see all these messages > about some numbered command not being understood. It became annoying after a > while to always see this message, so this patch changes things so that the > message

[Qemu-devel] [PATCH] Only print unknown command message in debug mode

2018-01-29 Thread John Arbuckle
After using QEMU with the sb16 sound card I would see all these messages about some numbered command not being understood. It became annoying after a while to always see this message, so this patch changes things so that the message is only printed when DEBUG is defined. Signed-off-by: John Ar