Re: [Qemu-devel] [PATCH 01/14] Introduce qemu_write_full()

2009-12-31 Thread Kirill A. Shutemov
2009/12/31 malc av1...@comtv.ru: On Thu, 31 Dec 2009, Kirill A. Shutemov wrote: On Thu, Dec 31, 2009 at 4:00 AM, malc av1...@comtv.ru wrote: On Thu, 31 Dec 2009, Kirill A. Shutemov wrote: A variant of write(2) which handles partial write. Signed-off-by: Kirill A. Shutemov

Re: [Qemu-devel] [PATCH 01/14] Introduce qemu_write_full()

2009-12-31 Thread malc
On Thu, 31 Dec 2009, Kirill A. Shutemov wrote: 2009/12/31 malc av1...@comtv.ru: On Thu, 31 Dec 2009, Kirill A. Shutemov wrote: On Thu, Dec 31, 2009 at 4:00 AM, malc av1...@comtv.ru wrote: On Thu, 31 Dec 2009, Kirill A. Shutemov wrote: A variant of write(2) which handles partial

Re: [Qemu-devel] [PATCH 01/14] Introduce qemu_write_full()

2009-12-31 Thread Andreas Färber
Am 31.12.2009 um 09:50 schrieb Kirill A. Shutemov: 2009/12/31 malc av1...@comtv.ru: On Thu, 31 Dec 2009, Kirill A. Shutemov wrote: On Thu, Dec 31, 2009 at 4:00 AM, malc av1...@comtv.ru wrote: On Thu, 31 Dec 2009, Kirill A. Shutemov wrote: A variant of write(2) which handles partial

[Qemu-devel] [PATCH 01/14] Introduce qemu_write_full()

2009-12-30 Thread Kirill A. Shutemov
A variant of write(2) which handles partial write. Signed-off-by: Kirill A. Shutemov kir...@shutemov.name --- osdep.c | 27 +++ qemu-common.h |1 + 2 files changed, 28 insertions(+), 0 deletions(-) diff --git a/osdep.c b/osdep.c index e4836e7..d2406f2 100644

Re: [Qemu-devel] [PATCH 01/14] Introduce qemu_write_full()

2009-12-30 Thread malc
On Thu, 31 Dec 2009, Kirill A. Shutemov wrote: A variant of write(2) which handles partial write. Signed-off-by: Kirill A. Shutemov kir...@shutemov.name --- osdep.c | 27 +++ qemu-common.h |1 + 2 files changed, 28 insertions(+), 0 deletions(-) diff

Re: [Qemu-devel] [PATCH 01/14] Introduce qemu_write_full()

2009-12-30 Thread Kirill A. Shutemov
On Thu, Dec 31, 2009 at 4:00 AM, malc av1...@comtv.ru wrote: On Thu, 31 Dec 2009, Kirill A. Shutemov wrote: A variant of write(2) which handles partial write. Signed-off-by: Kirill A. Shutemov kir...@shutemov.name ---  osdep.c       |   27 +++  qemu-common.h |    1

Re: [Qemu-devel] [PATCH 01/14] Introduce qemu_write_full()

2009-12-30 Thread malc
On Thu, 31 Dec 2009, Kirill A. Shutemov wrote: On Thu, Dec 31, 2009 at 4:00 AM, malc av1...@comtv.ru wrote: On Thu, 31 Dec 2009, Kirill A. Shutemov wrote: A variant of write(2) which handles partial write. Signed-off-by: Kirill A. Shutemov kir...@shutemov.name ---  osdep.c       |