mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
exec: Simplify the guest physical memory allocation hook
Make it a generic hook rather than a KVM hook. Less code and ifdeffery. Since the only user of the hook is old S390 KVM, there's hope we can get rid of it some day. Acked-by: Christian Borntraeger <borntraeger@de.ibm.com> Signed-off-by: Markus Armbruster <armbru@redhat.com> Acked-by: Laszlo Ersek <lersek@redhat.com> Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> Message-id: 1375276272-15988-5-git-send-email-armbru@redhat.com Signed-off-by: Anthony Liguori <anthony@codemonkey.ws>
This commit is contained in:
parent
3435f39513
commit
91138037cb
5 changed files with 21 additions and 35 deletions
|
@ -161,11 +161,6 @@ int kvm_cpu_exec(CPUState *cpu);
|
|||
|
||||
#ifdef NEED_CPU_H
|
||||
|
||||
#if !defined(CONFIG_USER_ONLY)
|
||||
void *kvm_ram_alloc(ram_addr_t size);
|
||||
void *kvm_arch_ram_alloc(ram_addr_t size);
|
||||
#endif
|
||||
|
||||
void kvm_setup_guest_memory(void *start, size_t size);
|
||||
void kvm_flush_coalesced_mmio_buffer(void);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue