mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
pc: Initializing ram_memory under Xen.
Signed-off-by: Anthony PERARD <anthony.perard@citrix.com> Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> Acked-by: Michael S. Tsirkin <mst@redhat.com> CC: qemu-stable@nongnu.org
This commit is contained in:
parent
df7131623d
commit
04d7bad8a4
4 changed files with 7 additions and 8 deletions
|
@ -64,7 +64,7 @@ void xen_modified_memory(ram_addr_t start, ram_addr_t length)
|
|||
{
|
||||
}
|
||||
|
||||
int xen_hvm_init(void)
|
||||
int xen_hvm_init(MemoryRegion **ram_memory)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue