summaryrefslogtreecommitdiffstats
path: root/accel/stubs/tcg-stub.c
Commit message (Collapse)AuthorAgeFilesLines
* tcg: add the tcg-stub.c file into accel/stubs/Yang Zhong2017-07-041-0/+22
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>