"Dr. David Alan Gilbert (git)" <[email protected]> wrote: > From: "Dr. David Alan Gilbert" <[email protected]> > > Add a function to find a RAMBlock by name; use it in two > of the places that already open code that loop; we've > got another use later in postcopy. > > Signed-off-by: Dr. David Alan Gilbert <[email protected]>
Reviewed-by: Juan Quintela <[email protected]> > - error_report("Can't find block %s!", id); > + error_report("Can't find block %s", id); No bangs on error messages? You are a boring man O:-)
