]> git.proxmox.com Git - mirror_qemu.git/commit
exec: check kvm mmu notifiers earlier
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Fri, 2 Jun 2017 14:12:21 +0000 (18:12 +0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 15 Jun 2017 09:04:04 +0000 (11:04 +0200)
commite45e7ae281221de48148477fd4f066091995653e
tree171cef00aefba7439be6edb2152e1bcd1a03a5ca
parent3f0602927b120a480b35dcf58cf6f95435b3ae91
exec: check kvm mmu notifiers earlier

Move kvm mmu notifiers check before calling file_ram_alloc(), with the
other xen precondition. (file_ram_alloc() will be reused in other cases
than -mem-path).

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20170602141229.15326-2-marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
exec.c