qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] virtual pc hash table vs physical pc hash table


From: Xin Tong
Subject: [Qemu-devel] virtual pc hash table vs physical pc hash table
Date: Mon, 2 Jan 2012 07:11:41 -0500

In qemu, there is a virtual pc hash table and a physical pc hash
table. virtual pc hash table is used to find tbs until a context
switch. and physical pc hash table keeps all the translated tb.
virtual pc hash table is smaller, accessed with 12 bits and physical
pc hash table is bigger, accessed with 15 bits. the size in the hash
tables are the primary reasons for having 2 hash tables ?


Thanks


Xin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]