diff options
| author | kaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk> | 2005-07-05 16:08:03 +0000 |
|---|---|---|
| committer | kaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk> | 2005-07-05 16:08:03 +0000 |
| commit | 3a91dcc0970df549608f05fbd811c4b486aee2ab (patch) | |
| tree | 599b09067c0b0316e691576fdb75fe7c507171b1 /tools/ioemu/hw/mc146818rtc.c | |
| parent | e1a2774cf980ebf3907d3a81d1ec4cc44a90726f (diff) | |
| download | xen-3a91dcc0970df549608f05fbd811c4b486aee2ab.tar.gz xen-3a91dcc0970df549608f05fbd811c4b486aee2ab.tar.bz2 xen-3a91dcc0970df549608f05fbd811c4b486aee2ab.zip | |
Here are two patches which update the hypercall interfaces to
use 64-bit values for both page table entries and physical
addresses. These changes are needed to use more than 4GB with
PAE paging enabled.
The first patch is a pretty straightforward update for xen, it
simply makes the values 64-bit wide everythere.
The second patch adapts the linux kernel to the hypercall
interface changes. It also introduces two MULTI_* functions
(for the update_va_mapping hypercalls) which have simliar
behavior like the HYPERVISOR_* counterparts but fill
multicall_entry_t instead of doing the call directly.
The tools don't need source code changes, but must be rebuilt
due to the change in the xen public header file.
Domain0 boots fine, unpriviliged domain boots fine with fully
functional networking. Note this is non-PAE mode, tools don't
have support for PAE domU boots yet.
Signed-off-by: Gerd Knorr <kraxel@suse.de>
Diffstat (limited to 'tools/ioemu/hw/mc146818rtc.c')
0 files changed, 0 insertions, 0 deletions
