aurel32 0ba5f006bb x86/x86-64 MMU PAE fixes
This patch fixes MMU emulation in PAE mode for > 4GB physical addresses:
- a20_mask should have the correct size to not clear the high part of
  the addresses.
- PHYS_ADDR_MASK should not clear the high part of the addresses.
- pdpe, pde and pte could be located anywhere in memory on x86-64, but
  only in the first 4GB on x86, define their pointer to as target_ulong.
- pml4e_addr could be located anywhere in memory, define its pointer
  as uint64_t.
- paddr represents a physical address and thus should be of type
  target_phys_addr_t.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4239 c046a42c-6fe2-441c-8c8c-71466251a162
2008-04-22 20:37:43 +00:00
2008-04-07 19:46:58 +00:00
2008-04-22 19:05:18 +00:00
2008-04-03 03:13:16 +00:00
2008-04-22 20:37:43 +00:00
2008-04-22 19:05:18 +00:00
2008-04-12 20:14:54 +00:00
2008-04-03 03:13:16 +00:00
2007-03-04 00:52:16 +00:00
2004-08-01 21:54:53 +00:00
2003-04-29 20:53:42 +00:00
2007-11-10 17:38:00 +00:00
2007-11-17 17:14:51 +00:00
2006-07-30 19:16:29 +00:00
2007-11-11 02:51:17 +00:00
2007-11-11 02:51:17 +00:00
2007-11-11 02:51:17 +00:00
2007-11-11 02:51:17 +00:00
2007-11-11 02:51:17 +00:00
2008-03-18 06:52:48 +00:00
2008-03-28 22:30:48 +00:00
2008-04-08 19:51:13 +00:00
2008-04-20 20:19:44 +00:00
2008-02-10 16:33:14 +00:00
2003-03-23 20:17:16 +00:00
2003-05-25 16:41:52 +00:00
2008-04-13 16:08:15 +00:00
2008-03-18 06:55:27 +00:00
2008-04-12 20:14:54 +00:00
2008-04-12 20:14:54 +00:00
2005-11-21 23:35:10 +00:00
2008-04-12 20:14:54 +00:00
2008-04-20 20:19:54 +00:00
2007-12-18 01:58:05 +00:00
2007-09-16 20:03:23 +00:00
2008-04-12 20:14:54 +00:00
2008-04-12 20:14:54 +00:00
2003-10-28 00:47:19 +00:00
2005-04-07 22:20:31 +00:00
2008-02-01 10:50:11 +00:00
2007-11-17 17:14:51 +00:00
2003-08-10 22:14:22 +00:00
2008-04-14 21:57:44 +00:00
2008-04-22 19:05:18 +00:00
2007-05-05 19:24:38 +00:00
2007-05-05 19:24:38 +00:00
2007-11-17 17:14:51 +00:00
2007-11-17 17:14:51 +00:00
2005-02-10 21:46:47 +00:00
2003-04-29 21:34:02 +00:00
2005-03-01 21:43:42 +00:00
2008-04-13 16:08:37 +00:00
2007-10-06 11:28:21 +00:00
2007-10-06 11:28:21 +00:00
2007-10-06 11:28:21 +00:00
2008-02-04 14:47:49 +00:00
2008-02-01 10:03:18 +00:00
2008-01-06 17:10:54 +00:00
2004-07-14 17:39:50 +00:00
2005-01-06 20:50:00 +00:00

Read the documentation in qemu-doc.html.

Fabrice Bellard.
Description
No description provided
Readme 518 MiB
Languages
C 83%
C++ 7.7%
Python 3%
Dylan 2.2%
Shell 1.8%
Other 2.1%