Re: [Qemu-devel] [PATCH] char-fd: remove useless chr pointer

2017-07-24 Thread Paolo Bonzini
On 20/07/2017 12:00, Marc-André Lureau wrote: > Apparently unused since it was introduced in commit > a29753f8aa79a34a324afebe340182a51a5aef11. Now, it can be trivially > accessed by CHARDEV() of self. > > Signed-off-by: Marc-André Lureau > --- > include/chardev/char-fd.h | 2 +- > chardev/char-

Re: [Qemu-devel] [PATCH] char-fd: remove useless chr pointer

2017-07-20 Thread no-reply
Hi, This series failed automatic build test. Please find the testing commands and their output below. If you have docker installed, you can probably reproduce it locally. Subject: [Qemu-devel] [PATCH] char-fd: remove useless chr pointer Message-id: 20170720100046.4424-1-marcandre.lur

Re: [Qemu-devel] [PATCH] char-fd: remove useless chr pointer

2017-07-20 Thread Eric Blake
On 07/20/2017 05:00 AM, Marc-André Lureau wrote: > Apparently unused since it was introduced in commit > a29753f8aa79a34a324afebe340182a51a5aef11. Now, it can be trivially > accessed by CHARDEV() of self. > > Signed-off-by: Marc-André Lureau > --- > include/chardev/char-fd.h | 2 +- > chardev/ch

[Qemu-devel] [PATCH] char-fd: remove useless chr pointer

2017-07-20 Thread Marc-André Lureau
Apparently unused since it was introduced in commit a29753f8aa79a34a324afebe340182a51a5aef11. Now, it can be trivially accessed by CHARDEV() of self. Signed-off-by: Marc-André Lureau --- include/chardev/char-fd.h | 2 +- chardev/char-fd.c | 1 - 2 files changed, 1 insertion(+), 2 deletio