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-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