Re: [Qemu-devel] [PATCH 09/12] Support for 6Bytes jdec.

2015-12-21 Thread Peter Crosthwaite
You need to add more notes in commit messages about what you have changed. Specifically here, you need to say something about the arrayification of the Jedec ID. You are also correcting terminology by changing ext_jedec to ext_id which shuld be mentioned. On Wed, Dec 16, 2015 at 4:57 AM, wrote:

[Qemu-devel] [PATCH 09/12] Support for 6Bytes jdec.

2015-12-16 Thread marcin . krzeminski
From: Marcin Krzeminski Signed-off-by: Pawel Lenkow --- hw/block/m25p80.c | 61 +-- 1 file changed, 41 insertions(+), 20 deletions(-) diff --git a/hw/block/m25p80.c b/hw/block/m25p80.c index a41c2f1..6fc55a3 100644 --- a/hw/block/m25p80.c +++