[IA64] Allow simulator to use bigger disks
authorPeter Chubb <peterc@gelato.unsw.edu.au>
Thu, 20 Oct 2005 02:31:19 +0000 (12:31 +1000)
committerTony Luck <tony.luck@intel.com>
Tue, 25 Oct 2005 21:36:55 +0000 (14:36 -0700)
The simscsi code at present overflows an int if it's given a large
disk image.  The attached patch increases the possible size to 128G.
While it's unlikely that anyone will want to use SKI with such a
large drive, the same framework is currently being used for various
virtualisation experiments.

Signed-off-by: Peter Chubb <peterc@gelato.unsw.edu.au>
Signed-off-by: Tony Luck <tony.luck@intel.com>

No differences found