]> git.proxmox.com Git - qemu.git/commit
PPC: Add non-kvm stub file
authorAlexander Graf <agraf@suse.de>
Fri, 28 Jun 2013 11:47:15 +0000 (13:47 +0200)
committerAlexander Graf <agraf@suse.de>
Sun, 30 Jun 2013 23:11:14 +0000 (01:11 +0200)
commit4be1db86060d803f2335c08a483218eb6a8bd9eb
treeb6b8a543ec8352a2d32e930563bbf6ec531437bf
parentcb925cf9230f77c096dae4b159a9449bc306256c
PPC: Add non-kvm stub file

There are cases where a kvm provided function is called from generic
hw code that doesn't know whether kvm is available or not. Provide
a stub file which can provide simple replacement functions for those
cases.

Signed-off-by: Alexander Graf <agraf@suse.de>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
target-ppc/Makefile.objs
target-ppc/kvm-stub.c [new file with mode: 0644]