Re: [Qemu-devel] [PATCH v3] w32: Support tests (make check)

2012-03-14 Thread Stefan Weil
Am 14.03.2012 14:39, schrieb Paolo Bonzini: Il 14/03/2012 10:10, Kevin Wolf ha scritto: I have no idea if there's any chance of qemu-iotests successfully on win32, but in order to make it actually run I think you would have to change the file names in tests/qemu-iotests-quick.sh as well. I thi

Re: [Qemu-devel] [PATCH v3] w32: Support tests (make check)

2012-03-14 Thread Paolo Bonzini
Il 14/03/2012 10:10, Kevin Wolf ha scritto: > I have no idea if there's any chance of qemu-iotests successfully on > win32, but in order to make it actually run I think you would have to > change the file names in tests/qemu-iotests-quick.sh as well. I think the shell is able to add the suffix aut

Re: [Qemu-devel] [PATCH v3] w32: Support tests (make check)

2012-03-14 Thread Andreas Färber
Am 14.03.2012 07:44, schrieb Stefan Weil: > Adding $(EXESUF) is needed to make those tests work on w32 hosts, too. > > v2: > Rebased, added new tests, tests sorted alphabetically. > > v3: > Rebased, $(EXESUF) for qemu-img, qemu-io which were recently added. > > Cc: Anthony Liguori > Cc: Kevin W

Re: [Qemu-devel] [PATCH v3] w32: Support tests (make check)

2012-03-14 Thread Kevin Wolf
Am 14.03.2012 07:44, schrieb Stefan Weil: > Adding $(EXESUF) is needed to make those tests work on w32 hosts, too. > > v2: > Rebased, added new tests, tests sorted alphabetically. > > v3: > Rebased, $(EXESUF) for qemu-img, qemu-io which were recently added. I have no idea if there's any chance o

[Qemu-devel] [PATCH v3] w32: Support tests (make check)

2012-03-13 Thread Stefan Weil
Adding $(EXESUF) is needed to make those tests work on w32 hosts, too. v2: Rebased, added new tests, tests sorted alphabetically. v3: Rebased, $(EXESUF) for qemu-img, qemu-io which were recently added. Cc: Anthony Liguori Cc: Kevin Wolf Cc: Andreas Färber Reviewed-by: Andreas Färber Signed-o