Searched hist:fa53a0e53efdc7002497ea4a76aacf6cceb170ef (Results 1 – 4 of 4) sorted by relevance
/qemu/include/exec/ |
H A D | cpu-common.h | fa53a0e53efdc7002497ea4a76aacf6cceb170ef Tue May 10 02:04:59 UTC 2016 Gonglei <arei.gonglei@huawei.com> memory: drop find_ram_block()
On the one hand, we have already qemu_get_ram_block() whose function is similar. On the other hand, we can directly use mr->ram_block but searching RAMblock by ram_addr which is a kind of waste.
Signed-off-by: Gonglei <arei.gonglei@huawei.com> Reviewed-by: Fam Zheng <famz@redhat.com> Message-Id: <1462845901-89716-2-git-send-email-arei.gonglei@huawei.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|
/qemu/system/ |
H A D | memory.c | fa53a0e53efdc7002497ea4a76aacf6cceb170ef Tue May 10 02:04:59 UTC 2016 Gonglei <arei.gonglei@huawei.com> memory: drop find_ram_block()
On the one hand, we have already qemu_get_ram_block() whose function is similar. On the other hand, we can directly use mr->ram_block but searching RAMblock by ram_addr which is a kind of waste.
Signed-off-by: Gonglei <arei.gonglei@huawei.com> Reviewed-by: Fam Zheng <famz@redhat.com> Message-Id: <1462845901-89716-2-git-send-email-arei.gonglei@huawei.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|
/qemu/migration/ |
H A D | savevm.c | fa53a0e53efdc7002497ea4a76aacf6cceb170ef Tue May 10 02:04:59 UTC 2016 Gonglei <arei.gonglei@huawei.com> memory: drop find_ram_block()
On the one hand, we have already qemu_get_ram_block() whose function is similar. On the other hand, we can directly use mr->ram_block but searching RAMblock by ram_addr which is a kind of waste.
Signed-off-by: Gonglei <arei.gonglei@huawei.com> Reviewed-by: Fam Zheng <famz@redhat.com> Message-Id: <1462845901-89716-2-git-send-email-arei.gonglei@huawei.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|
H A D | ram.c | fa53a0e53efdc7002497ea4a76aacf6cceb170ef Tue May 10 02:04:59 UTC 2016 Gonglei <arei.gonglei@huawei.com> memory: drop find_ram_block()
On the one hand, we have already qemu_get_ram_block() whose function is similar. On the other hand, we can directly use mr->ram_block but searching RAMblock by ram_addr which is a kind of waste.
Signed-off-by: Gonglei <arei.gonglei@huawei.com> Reviewed-by: Fam Zheng <famz@redhat.com> Message-Id: <1462845901-89716-2-git-send-email-arei.gonglei@huawei.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|