Re: [Qemu-devel] [PATCH] Bug fix: delete the reader entry after queueing an event, not before.

2015-01-23 Thread Paolo Bonzini
On 23/01/2015 14:27, Gerd Hoffmann wrote: > Hi, > >>> Reviewed-by: Marc-André Lureau >> >> Gerd, are you maintaining libcacard nowadays? If so, can you add an >> entry to MAINTAINERS? (And if not, perhaps Marc-André could maintain it...) > > Well, I know next to nothing about libcacard, an

Re: [Qemu-devel] [PATCH] Bug fix: delete the reader entry after queueing an event, not before.

2015-01-23 Thread Gerd Hoffmann
Hi, > > Reviewed-by: Marc-André Lureau > > Gerd, are you maintaining libcacard nowadays? If so, can you add an > entry to MAINTAINERS? (And if not, perhaps Marc-André could maintain it...) Well, I know next to nothing about libcacard, and I'd very much prefer if someone who knows this bette

Re: [Qemu-devel] [PATCH] Bug fix: delete the reader entry after queueing an event, not before.

2015-01-19 Thread Paolo Bonzini
On 19/01/2015 16:42, Marc-André Lureau wrote: > On Mon, Jan 19, 2015 at 3:57 PM, Jeremy White wrote: >> As far as I can tell, the vreader_remove_reader function is not presently in >> use anywhere; I have an upcoming patch set that uses it. >> >> Signed-off-by: Jeremy White >> --- >> libcacard

Re: [Qemu-devel] [PATCH] Bug fix: delete the reader entry after queueing an event, not before.

2015-01-19 Thread Marc-André Lureau
On Mon, Jan 19, 2015 at 3:57 PM, Jeremy White wrote: > As far as I can tell, the vreader_remove_reader function is not presently in > use anywhere; I have an upcoming patch set that uses it. > > Signed-off-by: Jeremy White > --- > libcacard/vreader.c |2 +- > 1 file changed, 1 insertion(+),

[Qemu-devel] [PATCH] Bug fix: delete the reader entry after queueing an event, not before.

2015-01-19 Thread Jeremy White
As far as I can tell, the vreader_remove_reader function is not presently in use anywhere; I have an upcoming patch set that uses it. Signed-off-by: Jeremy White --- libcacard/vreader.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcacard/vreader.c b/libcacard/vreader