Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tcg: add the tcg-stub.c file into accel/stubs/ | Yang Zhong | 2017-07-04 | 1 | -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 Zhong | 2017-06-15 | 1 | -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> |