exec: Simplify the guest physical memory allocation hook
authorMarkus Armbruster <armbru@redhat.com>
Wed, 31 Jul 2013 13:11:08 +0000 (15:11 +0200)
committerAnthony Liguori <anthony@codemonkey.ws>
Thu, 12 Sep 2013 16:45:31 +0000 (11:45 -0500)
commit91138037cb341a04a66e4c43b6cb31d5d8a43a73
tree9ab40169a46bf3ab0de332920ff8cceb0edecc88
parent3435f39513a104294b5e3bbf3612047028d25cfc
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>
exec.c
include/exec/exec-all.h
include/sysemu/kvm.h
kvm-all.c
target-s390x/kvm.c