[Qemu-devel] [PATCH v2 1/3] hw/pcie: corrected a debug message

2014-06-23 Thread Marcel Apfelbaum
Trivial issue, discovered while debugging. Signed-off-by: Marcel Apfelbaum marce...@redhat.com --- hw/pci/pcie.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/pci/pcie.c b/hw/pci/pcie.c index 02cde6f..ae92f00 100644 --- a/hw/pci/pcie.c +++ b/hw/pci/pcie.c @@ -224,7

Re: [Qemu-devel] [PATCH v2 1/3] hw/pcie: corrected a debug message

2014-06-23 Thread Michael S. Tsirkin
On Mon, Jun 23, 2014 at 02:15:24PM +0300, Marcel Apfelbaum wrote: Trivial issue, discovered while debugging. Signed-off-by: Marcel Apfelbaum marce...@redhat.com Can you rebase on pci branch pls? --- hw/pci/pcie.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [Qemu-devel] [PATCH v2 1/3] hw/pcie: corrected a debug message

2014-06-23 Thread Marcel Apfelbaum
On Mon, 2014-06-23 at 14:41 +0300, Michael S. Tsirkin wrote: On Mon, Jun 23, 2014 at 02:15:24PM +0300, Marcel Apfelbaum wrote: Trivial issue, discovered while debugging. Signed-off-by: Marcel Apfelbaum marce...@redhat.com Can you rebase on pci branch pls? Sure, Marcel ---