diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-02-06 19:46:14 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-02-06 19:46:14 +0000 |
commit | 1ccde1cb942f77958776578939bbcfc4c9bdf362 (patch) | |
tree | 9a7ff8a5b2779d220b28517ec3b8fa56e17362e5 /exec-all.h | |
parent | ad08132319713918a58b1ffa35a57431ed294888 (diff) | |
download | qemu-1ccde1cb942f77958776578939bbcfc4c9bdf362.tar.gz qemu-1ccde1cb942f77958776578939bbcfc4c9bdf362.tar.bz2 qemu-1ccde1cb942f77958776578939bbcfc4c9bdf362.zip |
added generic physical memory dirty bit support
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@601 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'exec-all.h')
-rw-r--r-- | exec-all.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/exec-all.h b/exec-all.h index 407e963281..500818ba86 100644 --- a/exec-all.h +++ b/exec-all.h @@ -530,6 +530,8 @@ static inline target_ulong get_phys_addr_code(CPUState *env, target_ulong addr) } #else /* NOTE: this function can trigger an exception */ +/* NOTE2: the returned address is not exactly the physical address: it + is the offset relative to phys_ram_base */ /* XXX: i386 target specific */ static inline target_ulong get_phys_addr_code(CPUState *env, target_ulong addr) { |