commit | 71c510e26e4d90690966a70cb14d9c6e7ab5ba4e | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@redhat.com> | Wed Dec 21 13:11:22 2011 +0200 |
committer | Avi Kivity <avi@redhat.com> | Wed Jan 04 13:34:48 2012 +0200 |
tree | ab522690a06521018ba92132e4ded71999660547 | |
parent | 7c63736603640ca7b74b65d71afc54fd0a3492f9 [diff] |
Switch ram_save to the memory API Avoid using ram_addr_t, instead use (MemoryRegion *, offset) pairs. Reviewed-by: Anthony Liguori <aliguori@us.ibm.com> Signed-off-by: Avi Kivity <avi@redhat.com>