]> git.proxmox.com Git - mirror_qemu.git/commit
accel: split the tcg accelerator from accel.c file
authorYang Zhong <yang.zhong@intel.com>
Fri, 2 Jun 2017 06:06:43 +0000 (14:06 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 15 Jun 2017 09:04:05 +0000 (11:04 +0200)
commita9ded6017ea39ea845fb1acf5187528bd74acb04
tree1709f63a564b06c926bf879e78fed5fb938d230e
parent041e32b8d9d076980b4e35317c0339e57ab888f1
accel: split the tcg accelerator from accel.c file

there are some types of accelerators in qemu, and all accelerators
have their own file except tcg. tcg accelerator is also defined in
accel.c file. tcg accelerator file will be splited from accel.c and
re-name to tcg-all.c. accel/ directory will be created to include
kvm and tcg related files.

Signed-off-by: Yang Zhong <yang.zhong@intel.com>
Message-Id: <1496383606-18060-2-git-send-email-yang.zhong@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Makefile.objs
Makefile.target
accel.c [deleted file]
accel/Makefile.objs [new file with mode: 0644]
accel/accel.c [new file with mode: 0644]
accel/tcg/Makefile.objs [new file with mode: 0644]
accel/tcg/tcg-all.c [new file with mode: 0644]