Re: [Qemu-devel] [PATCH] avoid repeating contain header file

2012-04-12 Thread Stefan Hajnoczi
On Wed, Apr 11, 2012 at 09:02:21AM +0800, Wanpeng Li wrote: > Signed-off-by: Wanpeng Li > --- > hw/ps2.h | 29 + > 1 files changed, 29 insertions(+), 0 deletions(-) In this case I think adding the license header is okay, it matches the hw/ps2.c file. But it's best

[Qemu-devel] [PATCH] avoid repeating contain header file

2012-04-10 Thread Wanpeng Li
Signed-off-by: Wanpeng Li --- hw/ps2.h | 29 + 1 files changed, 29 insertions(+), 0 deletions(-) diff --git a/hw/ps2.h b/hw/ps2.h index 32a4231..d19c226 100644 --- a/hw/ps2.h +++ b/hw/ps2.h @@ -1,3 +1,30 @@ +/* + * QEMU PS/2 keyboard/mouse emulation + * + * Copyrigh

[Qemu-devel] [PATCH] avoid repeating contain header file

2012-04-09 Thread Wanpeng Li
Signed-off-by: Wanpeng Li --- hw/ps2.h | 29 + 1 files changed, 29 insertions(+), 0 deletions(-) diff --git a/hw/ps2.h b/hw/ps2.h index 32a4231..d19c226 100644 --- a/hw/ps2.h +++ b/hw/ps2.h @@ -1,3 +1,30 @@ +/* + * QEMU PS/2 keyboard/mouse emulation + * + * Copyrigh