qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/2] SaveVM: Remove ram support for v1 and v2


From: Juan Quintela
Subject: [Qemu-devel] [PATCH 0/2] SaveVM: Remove ram support for v1 and v2
Date: Wed, 9 Sep 2009 12:47:39 +0200

Hi

SaveVM don't work for v2 since at least April.

>From commit message of removal of v2:

It don't work.  It fails in this check

        if (qemu_get_be32(f) != last_ram_offset)

With 512MB of ram, values were for me:

        v = 20c00000 last_ram_offset = 20840000

Last time that some code changed that was this one.

    commit 94a6b54fd6d2d3321066cb4db7abeeb417af9365
    Implement dynamic guest ram allocation.
    (I.e. it has been broken since at least April)

Going back to the previous commit, ram load correctly, but vga screen gets
corrupted and ide don't load correctly.  At this point I decide that removing
support is the only viable thing.

The last user of the ram_compress_* were RAM_SAVE_FLAG_FULL flag, but
that flag was never ever been stored in an image. Mark the flag obsolete
and remove the functions.


Later, Juan.

Juan Quintela (2):
  ram: remove support for loading v1
  ram: Remove SaveVM Version 2 support

 vl.c |  136 +-----------------------------------------------------------------
 1 files changed, 1 insertions(+), 135 deletions(-)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]