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

2012-03-18 Thread Dmitry Fleytman
Wow! Someone still remembers Pascal. It was a long time I didn't hear about it. I think I still have some code I wrote for old DOS TurboPascal with TurboVision, maybe I'll publish it somewhere :) Anyway, I believe that difference is rather minor, but let it be... My implementation replaced with yo

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

2012-03-15 Thread Paolo Bonzini
Il 15/03/2012 10:02, Dmitry Fleytman ha scritto: > Signed-off-by: Dmitry Fleytman > Signed-off-by: Yan Vugenfirer > --- > cutils.c | 13 + > qemu-common.h |1 + > 2 files changed, 14 insertions(+), 0 deletions(-) > > diff --git a/cutils.c b/cutils.c > index af308cd..0df7f

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

2012-03-15 Thread Dmitry Fleytman
Signed-off-by: Dmitry Fleytman Signed-off-by: Yan Vugenfirer --- cutils.c | 13 + qemu-common.h |1 + 2 files changed, 14 insertions(+), 0 deletions(-) diff --git a/cutils.c b/cutils.c index af308cd..0df7fdf 100644 --- a/cutils.c +++ b/cutils.c @@ -27,6 +27,19 @@ #incl