Il 10/10/2012 09:59, Jeff Cody ha scritto: >> Unfortunately realpath does not exist on Win32. But >> http://lists.gnu.org/archive/html/grub-devel/2011-09/msg00034.html >> suggests that there is a _fullpath and in fact already has all you need >> to write a qemu_realpath function. > > Doesn't block.c already rely on realpath(), in bdrv_open()? Why would > this be any different using it here?
Uh, indeed there's already a _fullpath wrapper in qemu-common.h. My bad, I only grepped os*. Reviewed-by: Paolo Bonzini <pbonz...@redhat.com> Paolo