summaryrefslogtreecommitdiffstats
path: root/accel/stubs/Makefile.objs
Commit message (Collapse)AuthorAgeFilesLines
* tcg: add the tcg-stub.c file into accel/stubs/Yang Zhong2017-07-041-0/+1
| | | | | | | | | 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: move kvm related accelerator files into accel/Yang Zhong2017-06-151-0/+1
move kvm related accelerator files into accel/ subdirectory, also create one stub subdirectory, which will include accelerator's stub files. Signed-off-by: Yang Zhong <yang.zhong@intel.com> Message-Id: <1496383606-18060-5-git-send-email-yang.zhong@intel.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>