Re: [Qemu-devel] [PATCH v4 45/47] ivshmem: rename MSI eventfd_table

2015-09-30 Thread Claudio Fontana
On 24.09.2015 13:37, marcandre.lur...@redhat.com wrote: > From: Marc-André Lureau > > The array is used to have vector specific data, so use a more > descriptive name. > > Signed-off-by: Marc-André Lureau > --- > hw/misc/ivshmem.c | 18 +- > 1 file changed, 9 insertions(+), 9 d

[Qemu-devel] [PATCH v4 45/47] ivshmem: rename MSI eventfd_table

2015-09-24 Thread marcandre . lureau
From: Marc-André Lureau The array is used to have vector specific data, so use a more descriptive name. Signed-off-by: Marc-André Lureau --- hw/misc/ivshmem.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/hw/misc/ivshmem.c b/hw/misc/ivshmem.c index 6199