Re: [Qemu-devel] [PATCH] use pci macro in virtio

2011-12-09 Thread Stefan Hajnoczi
On Thu, Dec 08, 2011 at 01:49:13PM +0800, hkran wrote: > > Signed-off-by: hkran > --- > hw/virtio-pci.c |6 +++--- > 1 files changed, 3 insertions(+), 3 deletions(-) Thanks, applied to the trivial patches -next tree: http://repo.or.cz/w/qemu/stefanha.git/shortlog/refs/heads/trivial-patches-

Re: [Qemu-devel] [PATCH] use PCI MACRO in virtio-pci

2011-12-08 Thread hkran
On 12/08/2011 10:30 AM, Anthony Liguori wrote: On 12/07/2011 03:39 AM, hkran wrote: Signed-off-by: hkran A Signed-off-by line needs to use your full name. Regards, Anthony Liguori --- hw/virtio-pci.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hw/virtio-pci.c

Re: [Qemu-devel] [PATCH] use pci macro in virtio

2011-12-08 Thread hkran
On 12/08/2011 06:17 PM, Stefan Hajnoczi wrote: On Thu, Dec 8, 2011 at 5:49 AM, hkran wrote: Signed-off-by: hkran Anthony asked that you put your real name in the Signed-off-by. You don't need to resend the patch, please just reply to this mail with: Signed-off-by: $YOUR_NAME Thanks, Stefan

Re: [Qemu-devel] [PATCH] use pci macro in virtio

2011-12-08 Thread Jan Kiszka
On 2011-12-08 11:17, Stefan Hajnoczi wrote: > On Thu, Dec 8, 2011 at 5:49 AM, hkran wrote: >> >> Signed-off-by: hkran > > Anthony asked that you put your real name in the Signed-off-by. You > don't need to resend the patch, please just reply to this mail with: > Signed-off-by: $YOUR_NAME Rese

Re: [Qemu-devel] [PATCH] use pci macro in virtio

2011-12-08 Thread Stefan Hajnoczi
On Thu, Dec 8, 2011 at 5:49 AM, hkran wrote: > > Signed-off-by: hkran Anthony asked that you put your real name in the Signed-off-by. You don't need to resend the patch, please just reply to this mail with: Signed-off-by: $YOUR_NAME Thanks, Stefan

[Qemu-devel] [PATCH] use pci macro in virtio

2011-12-07 Thread hkran
Signed-off-by: hkran --- hw/virtio-pci.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hw/virtio-pci.c b/hw/virtio-pci.c index c665f5c..f8ee772 100644 --- a/hw/virtio-pci.c +++ b/hw/virtio-pci.c @@ -627,9 +627,9 @@ void virtio_init_pci(VirtIOPCIProxy *proxy, VirtI

Re: [Qemu-devel] [PATCH] use PCI MACRO in virtio-pci

2011-12-07 Thread Anthony Liguori
On 12/07/2011 03:39 AM, hkran wrote: Signed-off-by: hkran A Signed-off-by line needs to use your full name. Regards, Anthony Liguori --- hw/virtio-pci.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hw/virtio-pci.c b/hw/virtio-pci.c index c665f5c..f8ee772 100644

Re: [Qemu-devel] [PATCH] use PCI MACRO in virtio-pci

2011-12-07 Thread hkran
On 12/07/2011 06:18 PM, Stefan Hajnoczi wrote: On Wed, Dec 7, 2011 at 9:39 AM, hkran wrote: Signed-off-by: hkran --- hw/virtio-pci.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) This patch is line-wrapped and git-am refuses to apply it. Are you using git-send-email(1)?

Re: [Qemu-devel] [PATCH] use PCI MACRO in virtio-pci

2011-12-07 Thread Stefan Hajnoczi
On Wed, Dec 7, 2011 at 9:39 AM, hkran wrote: > Signed-off-by: hkran > --- >  hw/virtio-pci.c |    6 +++--- >  1 files changed, 3 insertions(+), 3 deletions(-) This patch is line-wrapped and git-am refuses to apply it. Are you using git-send-email(1)? It normally sends patches correctly so I re

[Qemu-devel] [PATCH] use PCI MACRO in virtio-pci

2011-12-07 Thread hkran
Signed-off-by: hkran --- hw/virtio-pci.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hw/virtio-pci.c b/hw/virtio-pci.c index c665f5c..f8ee772 100644 --- a/hw/virtio-pci.c +++ b/hw/virtio-pci.c @@ -627,9 +627,9 @@ void virtio_init_pci(VirtIOPCIProxy *proxy, Virt