[PATCH V1 0/4] skip memory init during CPR

Steve Sistare posted 4 patches 8 months, 1 week ago
Only 0 patches received!
hw/block/block.c        |  5 +++++
hw/core/loader.c        |  5 ++++-
hw/display/qxl.c        | 27 ++++++++++++++++++++++++---
include/migration/cpr.h |  1 +
migration/cpr.c         |  5 +++++
5 files changed, 39 insertions(+), 4 deletions(-)
[PATCH V1 0/4] skip memory init during CPR
Posted by Steve Sistare 8 months, 1 week ago
Fix bugs where the realize method re-initializes some memory regions during
CPR.  See the individual commit messages for details.

Steve Sistare (4):
  migration: cpr_is_incoming
  pflash: fix cpr
  hw/loader: fix roms during cpr
  hw/qxl: fix cpr

 hw/block/block.c        |  5 +++++
 hw/core/loader.c        |  5 ++++-
 hw/display/qxl.c        | 27 ++++++++++++++++++++++++---
 include/migration/cpr.h |  1 +
 migration/cpr.c         |  5 +++++
 5 files changed, 39 insertions(+), 4 deletions(-)

-- 
1.8.3.1
Re: [PATCH V1 0/4] skip memory init during CPR
Posted by Fabiano Rosas 8 months, 1 week ago
Steve Sistare <steven.sistare@oracle.com> writes:

> Fix bugs where the realize method re-initializes some memory regions during
> CPR.  See the individual commit messages for details.
>
> Steve Sistare (4):
>   migration: cpr_is_incoming
>   pflash: fix cpr
>   hw/loader: fix roms during cpr
>   hw/qxl: fix cpr
>
>  hw/block/block.c        |  5 +++++
>  hw/core/loader.c        |  5 ++++-
>  hw/display/qxl.c        | 27 ++++++++++++++++++++++++---
>  include/migration/cpr.h |  1 +
>  migration/cpr.c         |  5 +++++
>  5 files changed, 39 insertions(+), 4 deletions(-)

I'm queing this for the freeze to ensure people using CPR with qxl can
get a complete feature in 10.0. If anyone has concerns, please speak up.
Re: [PATCH V1 0/4] skip memory init during CPR
Posted by Fabiano Rosas 8 months, 1 week ago
Steve Sistare <steven.sistare@oracle.com> writes:

> Fix bugs where the realize method re-initializes some memory regions during
> CPR.  See the individual commit messages for details.
>
> Steve Sistare (4):
>   migration: cpr_is_incoming
>   pflash: fix cpr
>   hw/loader: fix roms during cpr
>   hw/qxl: fix cpr
>
>  hw/block/block.c        |  5 +++++
>  hw/core/loader.c        |  5 ++++-
>  hw/display/qxl.c        | 27 ++++++++++++++++++++++++---
>  include/migration/cpr.h |  1 +
>  migration/cpr.c         |  5 +++++
>  5 files changed, 39 insertions(+), 4 deletions(-)

Series:

Reviewed-by: Fabiano Rosas <farosas@suse.de>