Re: [Qemu-devel] [PATCH v2 6/8] ivshmem: generalize ivshmem_setup_interrupts

2016-02-02 Thread Marc-André Lureau
Hi - Original Message - > Marc-André Lureau writes: > > > Hi > > > > - Original Message - > >> marcandre.lur...@redhat.com writes: > >> > >> > From: Marc-André Lureau > >> > > >> > Call ivshmem_setup_interrupts() with or without MSI, always allocate > >> > msi_vectors that is g

Re: [Qemu-devel] [PATCH v2 6/8] ivshmem: generalize ivshmem_setup_interrupts

2016-02-02 Thread Markus Armbruster
Marc-André Lureau writes: > Hi > > - Original Message - >> marcandre.lur...@redhat.com writes: >> >> > From: Marc-André Lureau >> > >> > Call ivshmem_setup_interrupts() with or without MSI, always allocate >> > msi_vectors that is going to be used in all case in the following patch. >>

Re: [Qemu-devel] [PATCH v2 6/8] ivshmem: generalize ivshmem_setup_interrupts

2016-02-02 Thread Marc-André Lureau
Hi - Original Message - > marcandre.lur...@redhat.com writes: > > > From: Marc-André Lureau > > > > Call ivshmem_setup_interrupts() with or without MSI, always allocate > > msi_vectors that is going to be used in all case in the following patch. > > > > Signed-off-by: Marc-André Lureau

Re: [Qemu-devel] [PATCH v2 6/8] ivshmem: generalize ivshmem_setup_interrupts

2016-02-02 Thread Markus Armbruster
marcandre.lur...@redhat.com writes: > From: Marc-André Lureau > > Call ivshmem_setup_interrupts() with or without MSI, always allocate > msi_vectors that is going to be used in all case in the following patch. > > Signed-off-by: Marc-André Lureau > --- > hw/misc/ivshmem.c | 26 -

[Qemu-devel] [PATCH v2 6/8] ivshmem: generalize ivshmem_setup_interrupts

2016-02-01 Thread marcandre . lureau
From: Marc-André Lureau Call ivshmem_setup_interrupts() with or without MSI, always allocate msi_vectors that is going to be used in all case in the following patch. Signed-off-by: Marc-André Lureau --- hw/misc/ivshmem.c | 26 -- 1 file changed, 16 insertions(+), 10 del