Re: [Qemu-devel] [PATCH] pflash_cfi01: add device ID read command

2010-05-21 Thread Aurelien Jarno
On Sat, May 01, 2010 at 07:34:06PM +0200, Michael Walle wrote: > Add support to read manufacturer and device ID. For everything else (eg. > lock bits) 0 is returned. > > Signed-off-by: Michael Walle Thanks, applied. > --- > hw/pflash_cfi01.c | 20 > 1 files changed, 20 i

Re: [Qemu-devel] [PATCH] pflash_cfi01: add device ID read command

2010-04-30 Thread Stefan Weil
Am 01.05.2010 00:19, schrieb Michael Walle: Add support to read manufacturer and device ID. For everything else (eg. lock bits) 0 is returned. Signed-off-by is missing. --- hw/pflash_cfi01.c | 20 1 files changed, 20 insertions(+), 0 deletions(-) diff --git a/hw