commit | d5ab9713d2d4037fd56b0adddd26c8d4dc11cf09 | [log] [tgz] |
---|---|---|
author | Jan Kiszka <jan.kiszka@siemens.com> | Tue Aug 02 16:10:21 2011 +0200 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Fri Aug 05 10:57:36 2011 -0500 |
tree | ba4403df5a9b47e6ff26bce8db41864ca665c5ce | |
parent | 8417cebfda193c7f9ca70be5e308eaa92cf84b94 [diff] |
Avoid allocating TCG resources in non-TCG mode Do not allocate TCG-only resources like the translation buffer when running over KVM or XEN. Saves a "few" bytes in the qemu address space and is also conceptually cleaner. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>