Re: [Qemu-devel] [PATCH 10/10] spapr_iommu: Give unique QOM name to TCE table

2015-02-23 Thread David Gibson
On Mon, Feb 23, 2015 at 07:34:00PM +1100, Alexey Kardashevskiy wrote: > Useful for debugging. > > Signed-off-by: Alexey Kardashevskiy Reviewed-by: David Gibson > --- > hw/ppc/spapr_iommu.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/hw/ppc/spapr_iommu.c b/hw/p

[Qemu-devel] [PATCH 10/10] spapr_iommu: Give unique QOM name to TCE table

2015-02-23 Thread Alexey Kardashevskiy
Useful for debugging. Signed-off-by: Alexey Kardashevskiy --- hw/ppc/spapr_iommu.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hw/ppc/spapr_iommu.c b/hw/ppc/spapr_iommu.c index 65ee001..4f4836c 100644 --- a/hw/ppc/spapr_iommu.c +++ b/hw/ppc/spapr_iommu.c @@ -160,6 +160