Re: [Qemu-devel] pwrite64 error because of argument position

2012-10-01 Thread Alexander Graf
On 01.10.2012, at 18:57, Alex Barcelo wrote: > ok, thank you very much. Now I understand the problem... and I see the > correct way of mending it. > > Your patch works for me. Awesome. Could you please put your Tested-by tag below the patches I sent to the ML earlier to day then? :) Alex

Re: [Qemu-devel] pwrite64 error because of argument position

2012-10-01 Thread Alex Barcelo
ok, thank you very much. Now I understand the problem... and I see the correct way of mending it. Your patch works for me. >On Mon, Oct 1, 2012 at 1:52 PM, Alexander Graf wrote: > > On 30.09.2012, at 20:50, Alex Barcelo wrote: > >> This error may be a PPC specific problem, but I don't have anoth

Re: [Qemu-devel] pwrite64 error because of argument position

2012-10-01 Thread Alexander Graf
On 30.09.2012, at 20:50, Alex Barcelo wrote: > This error may be a PPC specific problem, but I don't have another > environment where I can test it (i386 doesn't seem to use pwrite64), > so I ask for a bit of help/check. > > I am in a 32bit linux testing the qemu-ppc. > > My test program: > >

[Qemu-devel] pwrite64 error because of argument position

2012-09-30 Thread Alex Barcelo
This error may be a PPC specific problem, but I don't have another environment where I can test it (i386 doesn't seem to use pwrite64), so I ask for a bit of help/check. I am in a 32bit linux testing the qemu-ppc. My test program: // --- #include #include #include