commit | d24981d37e793b0a8fcde1879db19eb11fe0f975 | [log] [tgz] |
---|---|---|
author | Juan Quintela <quintela@redhat.com> | Tue May 22 00:42:40 2012 +0200 |
committer | Juan Quintela <quintela@redhat.com> | Fri Jun 29 13:27:28 2012 +0200 |
tree | 4e9d11cda26e573692d2cbb366b6ef2f0a5b6180 | |
parent | aac844ed97c39b8c0fb16d7bf9851fdedf325be3 [diff] |
Only TCG needs TLB handling Refactor the code that is only needed for tcg to an static function. Call that only when tcg is enabled. We can't refactor to a dummy function in the kvm case, as qemu can be compiled at the same time with tcg and kvm. Signed-off-by: Juan Quintela <quintela@redhat.com>