commit | 00f6da6a1a5d1ce085334eccbb50ec899ceed513 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Tue Mar 15 13:16:36 2016 +0100 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Thu May 19 16:42:29 2016 +0200 |
tree | b9d8d6e8a391be883b8e6537033fa5cf3c919efc | |
parent | 03dd024ff57733a55cd2e455f361d053c81b1b29 [diff] |
exec: extract exec/tb-context.h TCG backends do not need most of exec-all.h; extract what they actually need to a separate file or move it directly to tcg.h. The next patch will stop including exec-all.h from everywhere. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>