Orit Wasserman <[email protected]> wrote: > It will return 0 if the page is unmodifed. > > Signed-off-by: Orit Wasserman <[email protected]>
This does another thing, it adds stage parameter to ram_save_block(), and it "shouldn't" need it (famous last words). > -static int ram_save_block(QEMUFile *f) > +static int ram_save_block(QEMUFile *f, int stage)
