mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 07:13:54 -06:00
memory: Rename memory_region_do_writeback -> memory_region_writeback
We usually use '_do_' for internal functions. Rename memory_region_do_writeback() as memory_region_writeback(). Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Acked-by: Paolo Bonzini <pbonzini@redhat.com> Message-id: 20200508062456.23344-2-philmd@redhat.com Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
This commit is contained in:
parent
dfd5ddb568
commit
4dfe59d187
3 changed files with 4 additions and 4 deletions
2
memory.c
2
memory.c
|
@ -2198,7 +2198,7 @@ void memory_region_ram_resize(MemoryRegion *mr, ram_addr_t newsize, Error **errp
|
|||
}
|
||||
|
||||
|
||||
void memory_region_do_writeback(MemoryRegion *mr, hwaddr addr, hwaddr size)
|
||||
void memory_region_writeback(MemoryRegion *mr, hwaddr addr, hwaddr size)
|
||||
{
|
||||
/*
|
||||
* Might be extended case needed to cover
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue