Searched hist:"528 f46af6ecd1e300db18684969104d4067b867b" (Results 1 – 1 of 1) sorted by relevance
/qemu/system/ |
H A D | memory.c | 528f46af6ecd1e300db18684969104d4067b867b Tue Mar 01 06:18:18 UTC 2016 Fam Zheng <famz@redhat.com> exec: Return RAMBlock pointer from allocating functions
Previously we return RAMBlock.offset; now return the pointer to the whole structure.
ram_block_add returns void now, error is completely passed with errp.
Reviewed-by: Gonglei <arei.gonglei@huawei.com> Signed-off-by: Fam Zheng <famz@redhat.com> Message-Id: <1456813104-25902-2-git-send-email-famz@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|