Re: [Qemu-devel] [PATCH v5 04/28] hw/block/pflash_cfi02: Fix debug format string

2019-06-28 Thread Alistair Francis
On Thu, Jun 27, 2019 at 1:36 PM Philippe Mathieu-Daudé wrote: > > Always compile the debug code to prevent format string to bitrot. > Delete dead code. > > Signed-off-by: Stephen Checkoway > Message-Id: <20190426162624.55977-3-stephen.checko...@oberlin.edu> > Reviewed-by: Philippe Mathieu-Daudé

[Qemu-devel] [PATCH v5 04/28] hw/block/pflash_cfi02: Fix debug format string

2019-06-27 Thread Philippe Mathieu-Daudé
Always compile the debug code to prevent format string to bitrot. Delete dead code. Signed-off-by: Stephen Checkoway Message-Id: <20190426162624.55977-3-stephen.checko...@oberlin.edu> Reviewed-by: Philippe Mathieu-Daudé Tested-by: Philippe Mathieu-Daudé [PMD: Extracted from bigger patch, use PR