]> Git Repo - qemu.git/commit
PPC: Add non-kvm stub file
authorAlexander Graf <[email protected]>
Fri, 28 Jun 2013 11:47:15 +0000 (13:47 +0200)
committerAlexander Graf <[email protected]>
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 <[email protected]>
Reviewed-by: Paolo Bonzini <[email protected]>
target-ppc/Makefile.objs
target-ppc/kvm-stub.c [new file with mode: 0644]
This page took 0.026374 seconds and 4 git commands to generate.