]> xenbits.xensource.com Git - qemu-xen-3.4-testing.git/commit
Provide ldl_phys et al.
authorIan Jackson <iwj@mariner.uk.xensource.com>
Fri, 6 Jun 2008 15:28:00 +0000 (16:28 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Fri, 6 Jun 2008 15:28:00 +0000 (16:28 +0100)
commitd214f2805ab482383be5e317bb1cac9ff2b79c33
tree7e3c6250c70002e2917d5adb7571dfb7eac873dd
parent0a92ef9ce202952c7793a96ab14836a3208f0692
Provide ldl_phys et al.

We implement these in the Xen DM case as simple unoptimised wrappers
around cpu_physical_memory_write.

Several were copied directly from this qemu upstream commit:

    commit aab33094073678d459ccaac5c60ea7533e8d1d8e
    Author: bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
    Date:   Sun Oct 30 20:48:42 2005 +0000

more physical memory access functions

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1587 c046a42c-6fe2-441c-8c8c-71466251a162

I handwrote the others in the same pattern.
i386-dm/exec-dm.c