Re: [Qemu-devel] [PATCH v1 4/5] cadence_gem: Make the revision a property

2017-04-10 Thread Peter Maydell
On 5 April 2017 at 00:40, Alistair Francis wrote: > Expose the Cadence GEM revision as a property. > > Signed-off-by: Alistair Francis > --- > > hw/net/cadence_gem.c | 6 +- > include/hw/net/cadence_gem.h | 1 + > 2 files changed, 6 insertions(+), 1 deletion(-) > > diff --git a/hw/ne

Re: [Qemu-devel] [PATCH v1 4/5] cadence_gem: Make the revision a property

2017-04-05 Thread Philippe Mathieu-Daudé
On 04/04/2017 08:40 PM, Alistair Francis wrote: Expose the Cadence GEM revision as a property. Signed-off-by: Alistair Francis Reviewed-by: Philippe Mathieu-Daudé --- hw/net/cadence_gem.c | 6 +- include/hw/net/cadence_gem.h | 1 + 2 files changed, 6 insertions(+), 1 deletion

[Qemu-devel] [PATCH v1 4/5] cadence_gem: Make the revision a property

2017-04-04 Thread Alistair Francis
Expose the Cadence GEM revision as a property. Signed-off-by: Alistair Francis --- hw/net/cadence_gem.c | 6 +- include/hw/net/cadence_gem.h | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/hw/net/cadence_gem.c b/hw/net/cadence_gem.c index b9eaed4..7047e02 100644