Alex Williamson 8d4c78e7c8 CPUPhysMemoryClient: Pass guest physical address not region offset
When we're trying to get a newly registered phys memory client updated
with the current page mappings, we end up passing the region offset
(a ram_addr_t) as the start address rather than the actual guest
physical memory address (target_phys_addr_t).  If your guest has less
than 3.5G of memory, these are coincidentally the same thing.  If
there's more, the region offset for the memory above 4G starts over
at 0, so the set_memory client will overwrite it's lower memory entries.

Instead, keep track of the guest phsyical address as we're walking the
tables and pass that to the set_memory client.

Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
2011-05-05 16:23:12 +03:00
2011-03-16 09:56:18 +01:00
2010-12-09 14:23:24 +01:00
2011-03-21 17:41:52 -05:00
2011-03-07 15:34:17 +00:00
2011-03-07 13:42:37 +01:00
2011-03-07 13:42:37 +01:00
2011-02-24 11:25:38 -06:00
2011-03-07 13:42:36 +01:00
2011-03-07 13:42:36 +01:00
2011-02-07 12:51:19 +01:00
2011-02-07 12:51:19 +01:00
2011-01-10 10:55:10 +01:00
2010-11-01 00:54:06 +03:00
2011-02-20 18:45:09 +01:00
2011-01-20 20:58:56 +00:00
2011-02-25 20:16:26 +00:00
2010-10-20 16:15:04 -05:00
2011-03-22 08:39:12 -05:00
2011-03-22 08:39:12 -05:00
2011-03-15 01:19:06 -03:00
2011-03-16 17:11:07 -03:00
2011-03-07 13:42:36 +01:00
2011-02-10 18:17:43 +01:00
2011-03-07 13:42:36 +01:00
2011-01-20 20:54:21 +00:00
2011-03-06 21:01:32 +01:00
2010-11-21 09:16:57 -06:00
2010-11-21 09:16:57 -06:00
2011-03-22 08:39:12 -05:00
2011-03-22 08:39:12 -05:00
2010-12-09 14:23:24 +01:00
2011-03-16 17:11:07 -03:00
2010-10-30 08:02:40 +00:00
2011-02-09 10:33:54 +02:00
2011-03-07 13:42:36 +01:00
2010-07-01 14:27:13 -03:00
2010-07-01 14:27:13 -03:00
2011-01-24 15:41:40 +01:00
2010-09-21 18:36:42 +02:00
2011-01-31 10:03:00 +01:00
2011-01-09 20:59:53 +00:00
2011-03-13 14:44:22 +00:00
2011-03-21 09:23:23 +01:00
2011-03-21 09:23:23 +01:00
2011-03-22 08:39:12 -05:00
2010-10-01 10:12:43 -03:00
2010-09-18 05:53:14 +00:00
2011-01-20 20:54:21 +00:00
2011-03-21 17:41:52 -05:00
2011-01-24 15:41:40 +01:00
2011-01-09 14:43:33 +00:00
2011-02-02 08:39:28 +01:00

Read the documentation in qemu-doc.html.

Fabrice Bellard.
Description
No description provided
Readme 404 MiB
Languages
C 82.6%
C++ 6.5%
Python 3.4%
Dylan 2.9%
Shell 1.6%
Other 2.8%