Re: [Qemu-devel] [PATCH v1 1/5] cadence_gem: Read the correct queue descriptor

2017-04-10 Thread Peter Maydell
On 5 April 2017 at 00:40, Alistair Francis wrote: > Read the correct descriptor instead of hardcoding the first (q=0). > > Signed-off-by: Alistair Francis > --- > > hw/net/cadence_gem.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/hw/net/cadence_gem.c b/hw/net/cad

Re: [Qemu-devel] [PATCH v1 1/5] cadence_gem: Read the correct queue descriptor

2017-04-05 Thread Philippe Mathieu-Daudé
On 04/04/2017 08:40 PM, Alistair Francis wrote: Read the correct descriptor instead of hardcoding the first (q=0). Signed-off-by: Alistair Francis Reviewed-by: Philippe Mathieu-Daudé --- hw/net/cadence_gem.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hw/net/c

[Qemu-devel] [PATCH v1 1/5] cadence_gem: Read the correct queue descriptor

2017-04-04 Thread Alistair Francis
Read the correct descriptor instead of hardcoding the first (q=0). Signed-off-by: Alistair Francis --- hw/net/cadence_gem.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hw/net/cadence_gem.c b/hw/net/cadence_gem.c index d4de8ad..17c229d 100644 --- a/hw/net/cadence_gem.