Re: [Qemu-devel] [PATCH] hw/pci-stub: fix comment typo

2011-08-26 Thread Alon Levy
On Fri, Aug 26, 2011 at 11:17:59PM +0400, malc wrote: > On Fri, 26 Aug 2011, Alon Levy wrote: > > > Signed-off-by: Alon Levy > > > --- > > hw/pci-stub.c |2 +- > > 1 files changed, 1 insertions(+), 1 deletions(-) > > > > diff --git a/hw/pci-stub.c b/hw/pci-stub.c > > index c5a0aa8..8454c30

Re: [Qemu-devel] [PATCH] hw/pci-stub: fix comment typo

2011-08-26 Thread malc
On Fri, 26 Aug 2011, Alon Levy wrote: > Signed-off-by: Alon Levy > --- > hw/pci-stub.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/hw/pci-stub.c b/hw/pci-stub.c > index c5a0aa8..8454c30 100644 > --- a/hw/pci-stub.c > +++ b/hw/pci-stub.c > @@ -1,5 +1,5 @@ > /

[Qemu-devel] [PATCH] hw/pci-stub: fix comment typo

2011-08-26 Thread Alon Levy
Signed-off-by: Alon Levy --- hw/pci-stub.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hw/pci-stub.c b/hw/pci-stub.c index c5a0aa8..8454c30 100644 --- a/hw/pci-stub.c +++ b/hw/pci-stub.c @@ -1,5 +1,5 @@ /* - * PCI stubs for plathome that doesn't support pci bus. + *