Re: [Qemu-devel] [PATCH] virtio-pci: add missing 'static'

2012-05-19 Thread Blue Swirl
On Sat, May 12, 2012 at 9:04 PM, Stefan Weil wrote: > Am 12.05.2012 21:47, schrieb Blue Swirl: > >> There are no outside references to virtio_portio. >> Add missing 'static' specifier. >> >> Signed-off-by: Blue Swirl >> --- >> hw/virtio-pci.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-

Re: [Qemu-devel] [PATCH] virtio-pci: add missing 'static'

2012-05-12 Thread Blue Swirl
On Sat, May 12, 2012 at 9:04 PM, Stefan Weil wrote: > Am 12.05.2012 21:47, schrieb Blue Swirl: > >> There are no outside references to virtio_portio. >> Add missing 'static' specifier. >> >> Signed-off-by: Blue Swirl >> --- >> hw/virtio-pci.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-

Re: [Qemu-devel] [PATCH] virtio-pci: add missing 'static'

2012-05-12 Thread Stefan Weil
Am 12.05.2012 21:47, schrieb Blue Swirl: There are no outside references to virtio_portio. Add missing 'static' specifier. Signed-off-by: Blue Swirl --- hw/virtio-pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/virtio-pci.c b/hw/virtio-pci.c index 4a4413d..8a931ce 10

[Qemu-devel] [PATCH] virtio-pci: add missing 'static'

2012-05-12 Thread Blue Swirl
There are no outside references to virtio_portio. Add missing 'static' specifier. Signed-off-by: Blue Swirl --- hw/virtio-pci.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/virtio-pci.c b/hw/virtio-pci.c index 4a4413d..8a931ce 100644 --- a/hw/virtio-pci.c +++ b/hw/vi