]> xenbits.xen.org Git - xenclient/ioemu.git/commit
Fix ia64 HVM boot failure. Remove mmap bounce buffer in ia64.
authorIan Jackson <ian.jackson@eu.citrix.com>
Wed, 8 Apr 2009 16:39:00 +0000 (17:39 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Wed, 8 Apr 2009 16:39:00 +0000 (17:39 +0100)
commit280e74abb9fe31f83109b08470b74b7fc74c0121
tree2602c2fa30a69cbeaef91ab05b381f06038e230b
parent3793d85f111a0dfe055ca8ac17a9d1881af43240
Fix ia64 HVM boot failure.  Remove mmap bounce buffer in ia64.

For Non-MAPCACHE case, to get the virtual address corresponding to
guest physical address, only an offset value is added to guest
physical address.  With this patch, ia64 HVM boot failure bug can be
fixed.

[ This reverts part of 2ed2ee1704a4ef956ecc61848c84d12aaa4419d5,
  once again removing the bounce buffer in the non-MAPCACHE
  version of cpu_physical_memory_map. -iwj ]

Signed-off-by: Xiantao Zhang <xiantao.zhang@intel.com>
hw/xen_machine_fv.c
i386-dm/exec-dm.c
qemu-xen.h