Re: [Qemu-devel] [PATCH] sparc64: correct write extra bits to cwp

2010-01-27 Thread Blue Swirl
Thanks, applied. On Tue, Jan 26, 2010 at 11:11 PM, Igor V. Kovalenko wrote: > From: Igor V. Kovalenko > > - correctly fit to cwp if provided window number is out of range > > Signed-off-by: Igor V. Kovalenko > --- >  target-sparc/cpu.h |    2 +- >  1 files changed, 1 insertions(+), 1 deletions

[Qemu-devel] [PATCH] sparc64: correct write extra bits to cwp

2010-01-26 Thread Igor V. Kovalenko
From: Igor V. Kovalenko - correctly fit to cwp if provided window number is out of range Signed-off-by: Igor V. Kovalenko --- target-sparc/cpu.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/target-sparc/cpu.h b/target-sparc/cpu.h index 50859c7..842a2f4 100644 --- a