Re: [Qemu-devel] Re: [PATCH 04/14] Zero initialize timespec struct explicitly

2010-08-30 Thread Jes Sorensen
On 08/30/10 18:56, malc wrote: > On Mon, 30 Aug 2010, Anthony Liguori wrote: > >> On 08/30/2010 10:35 AM, jes.soren...@redhat.com wrote: >>> From: Jes Sorensen >>> diff --git a/linux-aio.c b/linux-aio.c >>> index 68f4b3d..3240996 100644 >>> --- a/linux-aio.c >>> +++ b/linux-aio.c >>> @@ -118,7 +11

Re: [Qemu-devel] Re: [PATCH 04/14] Zero initialize timespec struct explicitly

2010-08-30 Thread malc
On Mon, 30 Aug 2010, Jes Sorensen wrote: > On 08/30/10 18:56, malc wrote: > > On Mon, 30 Aug 2010, Anthony Liguori wrote: > > > >> On 08/30/2010 10:35 AM, jes.soren...@redhat.com wrote: > >>> From: Jes Sorensen > >>> diff --git a/linux-aio.c b/linux-aio.c > >>> index 68f4b3d..3240996 100644 > >>>

Re: [Qemu-devel] Re: [PATCH 04/14] Zero initialize timespec struct explicitly

2010-08-30 Thread Anthony Liguori
On 08/30/2010 12:38 PM, Jes Sorensen wrote: On 08/30/10 18:56, malc wrote: On Mon, 30 Aug 2010, Anthony Liguori wrote: On 08/30/2010 10:35 AM, jes.soren...@redhat.com wrote: From: Jes Sorensen diff --git a/linux-aio.c b/linux-aio.c index 68f4b3d..3240996 100644 --- a/linux-a

Re: [Qemu-devel] Re: [PATCH 04/14] Zero initialize timespec struct explicitly

2010-08-30 Thread malc
On Mon, 30 Aug 2010, Anthony Liguori wrote: > On 08/30/2010 10:35 AM, jes.soren...@redhat.com wrote: > > From: Jes Sorensen > > > > Signed-off-by: Jes Sorensen > > --- > > linux-aio.c |2 +- > > 1 files changed, 1 insertions(+), 1 deletions(-) > > > > diff --git a/linux-aio.c b/linux-aio.

Re: [Qemu-devel] Re: [PATCH 04/14] Zero initialize timespec struct explicitly

2010-08-30 Thread malc
On Mon, 30 Aug 2010, Jes Sorensen wrote: > On 08/30/10 17:43, Anthony Liguori wrote: > > On 08/30/2010 10:35 AM, jes.soren...@redhat.com wrote: > >> From: Jes Sorensen > >> > >> Signed-off-by: Jes Sorensen > >> --- > >> linux-aio.c |2 +- > >> 1 files changed, 1 insertions(+), 1 deletions(-

[Qemu-devel] Re: [PATCH 04/14] Zero initialize timespec struct explicitly

2010-08-30 Thread Jes Sorensen
On 08/30/10 17:43, Anthony Liguori wrote: > On 08/30/2010 10:35 AM, jes.soren...@redhat.com wrote: >> From: Jes Sorensen >> >> Signed-off-by: Jes Sorensen >> --- >> linux-aio.c |2 +- >> 1 files changed, 1 insertions(+), 1 deletions(-) >> >> diff --git a/linux-aio.c b/linux-aio.c >> index 68

[Qemu-devel] Re: [PATCH 04/14] Zero initialize timespec struct explicitly

2010-08-30 Thread Anthony Liguori
On 08/30/2010 10:35 AM, jes.soren...@redhat.com wrote: From: Jes Sorensen Signed-off-by: Jes Sorensen --- linux-aio.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/linux-aio.c b/linux-aio.c index 68f4b3d..3240996 100644 --- a/linux-aio.c +++ b/linux-aio.c @@ -118,7