Anthony Liguori wrote:
> >-write(posix_aio_state->wfd,&byte, sizeof(byte));
> >+ret = write(posix_aio_state->wfd,&byte, sizeof(byte));
> >+if (ret< 0&& errno != EAGAIN)
> >+die("write()");
> > }
> >
> >if write() fails in a pipe in the signal handler, I am
On 01/19/2010 06:04 PM, Juan Quintela wrote:
Anthony Liguori wrote:
On 01/19/2010 06:17 AM, Kirill A. Shutemov wrote:
On Tue, Jan 19, 2010 at 2:11 PM, Juan Quintela wrote:
"Kirill A. Shutemov" wrote:
A variant of write(2) which handles partial write.
Signed
Anthony Liguori wrote:
> On 01/19/2010 06:17 AM, Kirill A. Shutemov wrote:
>> On Tue, Jan 19, 2010 at 2:11 PM, Juan Quintela wrote:
>>
>>> "Kirill A. Shutemov" wrote:
>>>
A variant of write(2) which handles partial write.
Signed-off-by: Kirill A. Shutemov
>>
On 01/19/2010 06:17 AM, Kirill A. Shutemov wrote:
On Tue, Jan 19, 2010 at 2:11 PM, Juan Quintela wrote:
"Kirill A. Shutemov" wrote:
A variant of write(2) which handles partial write.
Signed-off-by: Kirill A. Shutemov
Hi
Have you updated this series? Is there any reason t
On Tue, Jan 19, 2010 at 12:17 PM, Kirill A. Shutemov
wrote:
> On Tue, Jan 19, 2010 at 2:11 PM, Juan Quintela wrote:
>> "Kirill A. Shutemov" wrote:
>>> A variant of write(2) which handles partial write.
>>>
>>> Signed-off-by: Kirill A. Shutemov
>>
>> Hi
>>
>> Have you updated this series? Is th
On Tue, Jan 19, 2010 at 2:11 PM, Juan Quintela wrote:
> "Kirill A. Shutemov" wrote:
>> A variant of write(2) which handles partial write.
>>
>> Signed-off-by: Kirill A. Shutemov
>
> Hi
>
> Have you updated this series? Is there any reason that you know when
> they haven't been picked?
I don't
"Kirill A. Shutemov" wrote:
> A variant of write(2) which handles partial write.
>
> Signed-off-by: Kirill A. Shutemov
Hi
Have you updated this series? Is there any reason that you know when
they haven't been picked?
I am also interested in getting _FORTIFY_SOURCE=2 wo compile cleanly.
Thank
On 12/31/2009 02:33 AM, Kirill A. Shutemov wrote:
diff --git a/qemu-common.h b/qemu-common.h
index 8630f8c..a8144cb 100644
--- a/qemu-common.h
+++ b/qemu-common.h
@@ -160,6 +160,7 @@ void qemu_mutex_lock_iothread(void);
void qemu_mutex_unlock_iothread(void);
int qemu_open(const char *name, i