tcg: add the tcg-stub.c file into accel/stubs/
commita574cf9b417bb7692e7ec371f2091f0243f62551
authorYang Zhong <yang.zhong@intel.com>
Mon, 3 Jul 2017 10:12:17 +0000 (3 18:12 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 4 Jul 2017 14:01:16 +0000 (4 16:01 +0200)
tree2522d5c032c30f9ed3c8f1a32481967a946f979d
parent24d90a3cfdd30f1f6eb38363aed6c9c084f147ed
tcg: add the tcg-stub.c file into accel/stubs/

If tcg is disabled, the functions in tcg-stub.c file will be called.
This file is target-independent file, do not include any platform
related stub functions into this file.

Signed-off-by: Yang Zhong <yang.zhong@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
accel/stubs/Makefile.objs
accel/stubs/tcg-stub.c [new file with mode: 0644]