If there is no backing bdrv, let the debugging developer know about it. Signed-off-by: Peter Crosthwaite <peter.crosthwa...@xilinx.com> ---
hw/m25p80.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/hw/m25p80.c b/hw/m25p80.c index d853a2e..efcc7f4 100644 --- a/hw/m25p80.c +++ b/hw/m25p80.c @@ -606,6 +606,7 @@ static int m25p80_init(SSISlave *ss) return 1; } } else { + DB_PRINT_L(0, "No BDRV - binding to RAM\n"); memset(s->storage, 0xFF, s->size); } -- 1.7.0.4