[Qemu-devel] [PATCH] e1000: disable debug by default

2017-03-30 Thread Jason Wang
Disable debug output by default, the information were not needed for release. Cc: Peter Maydell Cc: Stefan Hajnoczi Cc: Leonid Bloch Cc: Dmitry Fleytman Cc: qemu-sta...@nongnu.org Reviewed-by: Stefan Hajnoczi Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Jason Wang --- hw/net/e1000.c

Re: [Qemu-devel] [PATCH] e1000: disable debug by default

2017-03-28 Thread Jason Wang
On 2017年03月22日 11:07, Jason Wang wrote: Disable debug output by default, the information were not needed for release. Cc: Peter Maydell Cc: Stefan Hajnoczi Cc: Leonid Bloch Cc: Dmitry Fleytman Cc: qemu-sta...@nongnu.org Signed-off-by: Jason Wang --- hw/net/e1000.c | 2 +- 1 file change

Re: [Qemu-devel] [PATCH] e1000: disable debug by default

2017-03-23 Thread Stefan Hajnoczi
On Wed, Mar 22, 2017 at 11:07:32AM +0800, Jason Wang wrote: > Disable debug output by default, the information were not needed for > release. > > Cc: Peter Maydell > Cc: Stefan Hajnoczi > Cc: Leonid Bloch > Cc: Dmitry Fleytman > Cc: qemu-sta...@nongnu.org > Signed-off-by: Jason Wang > --- >

Re: [Qemu-devel] [PATCH] e1000: disable debug by default

2017-03-22 Thread Philippe Mathieu-Daudé
On 03/22/2017 12:07 AM, Jason Wang wrote: Disable debug output by default, the information were not needed for release. Cc: Peter Maydell Cc: Stefan Hajnoczi Cc: Leonid Bloch Cc: Dmitry Fleytman Cc: qemu-sta...@nongnu.org Signed-off-by: Jason Wang Reviewed-by: Philippe Mathieu-Daudé --

[Qemu-devel] [PATCH] e1000: disable debug by default

2017-03-21 Thread Jason Wang
Disable debug output by default, the information were not needed for release. Cc: Peter Maydell Cc: Stefan Hajnoczi Cc: Leonid Bloch Cc: Dmitry Fleytman Cc: qemu-sta...@nongnu.org Signed-off-by: Jason Wang --- hw/net/e1000.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a