Re: [Qemu-devel] [PATCH v4 17/47] ivshmem: improve debug messages

2015-09-29 Thread Claudio Fontana
On 29.09.2015 15:24, Marc-André Lureau wrote: > Hi > >>> It helps to trace what's going on, at least it helped me. But if it's >>> superflous, we can remove it (though it's really only there to help >>> developers) >>> >> >> Ok lets be nice to them and say ivshmem_use_msix in there, so they find s

Re: [Qemu-devel] [PATCH v4 17/47] ivshmem: improve debug messages

2015-09-29 Thread Marc-André Lureau
Hi > > It helps to trace what's going on, at least it helped me. But if it's > > superflous, we can remove it (though it's really only there to help > > developers) > > > > Ok lets be nice to them and say ivshmem_use_msix in there, so they find stuff > quickly? > > $ time fgrep -R "use msix" *

Re: [Qemu-devel] [PATCH v4 17/47] ivshmem: improve debug messages

2015-09-29 Thread Claudio Fontana
On 29.09.2015 15:12, Marc-André Lureau wrote: > > > - Original Message - >> On 24.09.2015 13:37, marcandre.lur...@redhat.com wrote: >>> From: Marc-André Lureau >>> >>> Some misc improvements to ivshmem debug. >>> >>> Signed-off-by: Marc-André Lureau >>> --- >>> hw/misc/ivshmem.c | 10 +

Re: [Qemu-devel] [PATCH v4 17/47] ivshmem: improve debug messages

2015-09-29 Thread Marc-André Lureau
- Original Message - > On 24.09.2015 13:37, marcandre.lur...@redhat.com wrote: > > From: Marc-André Lureau > > > > Some misc improvements to ivshmem debug. > > > > Signed-off-by: Marc-André Lureau > > --- > > hw/misc/ivshmem.c | 10 +++--- > > 1 file changed, 7 insertions(+), 3 d

Re: [Qemu-devel] [PATCH v4 17/47] ivshmem: improve debug messages

2015-09-29 Thread Claudio Fontana
On 24.09.2015 13:37, marcandre.lur...@redhat.com wrote: > From: Marc-André Lureau > > Some misc improvements to ivshmem debug. > > Signed-off-by: Marc-André Lureau > --- > hw/misc/ivshmem.c | 10 +++--- > 1 file changed, 7 insertions(+), 3 deletions(-) > > diff --git a/hw/misc/ivshmem.c b

[Qemu-devel] [PATCH v4 17/47] ivshmem: improve debug messages

2015-09-24 Thread marcandre . lureau
From: Marc-André Lureau Some misc improvements to ivshmem debug. Signed-off-by: Marc-André Lureau --- hw/misc/ivshmem.c | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/hw/misc/ivshmem.c b/hw/misc/ivshmem.c index c4c130d..71a71fc 100644 --- a/hw/misc/ivshmem.c +++