Re: [Qemu-devel] [PATCH 1/4 V3] Utility function strpadcpy() added

2012-07-08 Thread Paolo Bonzini
Il 07/07/2012 07:01, Deep Debroy ha scritto: > Signed-off-by: Deep Debroy > --- > cutils.c |7 +++ > qemu-common.h |1 + > 2 files changed, 8 insertions(+) > > diff --git a/cutils.c b/cutils.c > index af308cd..68a7d10 100644 > --- a/cutils.c > +++ b/cutils.c > @@ -27,6 +27,13 @@

[Qemu-devel] [PATCH 1/4 V3] Utility function strpadcpy() added

2012-07-06 Thread Deep Debroy
Signed-off-by: Deep Debroy --- cutils.c |7 +++ qemu-common.h |1 + 2 files changed, 8 insertions(+) diff --git a/cutils.c b/cutils.c index af308cd..68a7d10 100644 --- a/cutils.c +++ b/cutils.c @@ -27,6 +27,13 @@ #include "qemu_socket.h" +void strpadcpy(char *buf, int buf_siz