Re: [Qemu-devel] [PATCH 8/8] ppc: Support tcg interpreter on ppc hosts

2011-09-17 Thread Stefan Weil
Am 17.09.2011 23:31, schrieb Peter Maydell: On 17 September 2011 21:00, Stefan Weil wrote: Tests of the tcg interpreter on an (emulated) ppc host needed this small change. Signed-off-by: Stefan Weil --- cache-utils.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/

Re: [Qemu-devel] [PATCH 8/8] ppc: Support tcg interpreter on ppc hosts

2011-09-17 Thread Peter Maydell
On 17 September 2011 21:00, Stefan Weil wrote: > Tests of the tcg interpreter on an (emulated) ppc host > needed this small change. > > Signed-off-by: Stefan Weil > --- >  cache-utils.h |    2 +- >  1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/cache-utils.h b/cache-utils.h >

[Qemu-devel] [PATCH 8/8] ppc: Support tcg interpreter on ppc hosts

2011-09-17 Thread Stefan Weil
Tests of the tcg interpreter on an (emulated) ppc host needed this small change. Signed-off-by: Stefan Weil --- cache-utils.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cache-utils.h b/cache-utils.h index 0b65907..7c3b282 100644 --- a/cache-utils.h +++ b/cache-util