"Dr. David Alan Gilbert (git)" <dgilb...@redhat.com> wrote: > From: "Dr. David Alan Gilbert" <dgilb...@redhat.com> > > 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 <dgilb...@redhat.com>
Reviewed-by: Juan Quintela <quint...@redhat.com> > - 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:-)