Re: [Qemu-devel] [PATCH 01/14] qerror: extend QERR_TOO_MANY_FILES

2012-05-31 Thread Luiz Capitulino
On Thu, 31 May 2012 12:43:24 +0200 Paolo Bonzini wrote: > Il 30/05/2012 16:14, Luiz Capitulino ha scritto: > > Specify it's too many open files in system (ENFILE). > > > > There's no compatibility issue because QERR_TOO_MANY_FILES is actually > > not used today. > > Let's kill it then. :) It's

Re: [Qemu-devel] [PATCH 01/14] qerror: extend QERR_TOO_MANY_FILES

2012-05-31 Thread Paolo Bonzini
Il 30/05/2012 16:14, Luiz Capitulino ha scritto: > Specify it's too many open files in system (ENFILE). > > There's no compatibility issue because QERR_TOO_MANY_FILES is actually > not used today. Let's kill it then. :) Are there any others? Paolo > Signed-off-by: Luiz Capitulino > --- > qer

[Qemu-devel] [PATCH 01/14] qerror: extend QERR_TOO_MANY_FILES

2012-05-30 Thread Luiz Capitulino
Specify it's too many open files in system (ENFILE). There's no compatibility issue because QERR_TOO_MANY_FILES is actually not used today. Signed-off-by: Luiz Capitulino --- qerror.c | 4 ++-- qerror.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/qerror.c b/qerror.c

[Qemu-devel] [PATCH 01/14] qerror: extend QERR_TOO_MANY_FILES

2012-05-25 Thread Luiz Capitulino
Specify it's too many open files in the system (ENFILE). There's no compatibility problem because it's not used anywhere today. Signed-off-by: Luiz Capitulino --- qerror.c | 4 ++-- qerror.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/qerror.c b/qerror.c index 5092f