mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
postcopy: drop ram_pages parameter from postcopy_ram_incoming_init()
Not needed. Don't expose last_ram_page(). Signed-off-by: David Hildenbrand <david@redhat.com> Message-Id: <20180620202736.21399-1-david@redhat.com> Reviewed-by: Juan Quintela <quintela@redhat.com> Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Signed-off-by: Juan Quintela <quintela@redhat.com>
This commit is contained in:
parent
35374cbdff
commit
c136180c90
5 changed files with 5 additions and 8 deletions
2
exec.c
2
exec.c
|
@ -1930,7 +1930,7 @@ static ram_addr_t find_ram_offset(ram_addr_t size)
|
|||
return offset;
|
||||
}
|
||||
|
||||
unsigned long last_ram_page(void)
|
||||
static unsigned long last_ram_page(void)
|
||||
{
|
||||
RAMBlock *block;
|
||||
ram_addr_t last = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue