On 03/08/2012 09:59 AM, Mark Langsdorf wrote: > Allow load_image_targphys to load files on systems with more than 2G of > emulated memory by changing the max_sz parameter from an int to an > unsigned long.
unsigned long is still 32-bits on a 32-bit host. You probably want to be using off_t. -- Eric Blake ebl...@redhat.com +1-919-301-3266 Libvirt virtualization library http://libvirt.org
signature.asc
Description: OpenPGP digital signature