* [Qemu-devel] [PULL for-2.8] target-alpha: fix smp interrupts
@ 2016-11-23 12:46 Richard Henderson
2016-11-23 12:46 ` [Qemu-devel] [PULL for-2.8] target-alpha: Fix interrupt mask for cpu1 Richard Henderson
2016-11-24 9:50 ` [Qemu-devel] [PULL for-2.8] target-alpha: fix smp interrupts Stefan Hajnoczi
0 siblings, 2 replies; 3+ messages in thread
From: Richard Henderson @ 2016-11-23 12:46 UTC (permalink / raw)
To: qemu-devel; +Cc: stefanha
This is such a minor typo, let's fix it for 2.8 please.
r~
The following changes since commit c36ed06e9159fa484b711dfdd27ec64d7ac3d17a:
Merge remote-tracking branch 'mst/tags/for_upstream' into staging (2016-11-21 11:09:58 +0000)
are available in the git repository at:
git://github.com/rth7680/qemu.git tags/pull-axp-20161123
for you to fetch changes up to 424ad8388f89f4202a7836d003273f23ebe04b09:
target-alpha: Fix interrupt mask for cpu1 (2016-11-22 16:53:53 +0100)
----------------------------------------------------------------
Fix alpha smp interrupt masking
----------------------------------------------------------------
Richard Henderson (1):
target-alpha: Fix interrupt mask for cpu1
hw/alpha/typhoon.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Qemu-devel] [PULL for-2.8] target-alpha: Fix interrupt mask for cpu1
2016-11-23 12:46 [Qemu-devel] [PULL for-2.8] target-alpha: fix smp interrupts Richard Henderson
@ 2016-11-23 12:46 ` Richard Henderson
2016-11-24 9:50 ` [Qemu-devel] [PULL for-2.8] target-alpha: fix smp interrupts Stefan Hajnoczi
1 sibling, 0 replies; 3+ messages in thread
From: Richard Henderson @ 2016-11-23 12:46 UTC (permalink / raw)
To: qemu-devel; +Cc: stefanha
A typo prevents ISA interrupts from being recognized on cpu0,
which is where the smp kernel normally wants to see them.
Signed-off-by: Richard Henderson <rth@twiddle.net>
---
hw/alpha/typhoon.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hw/alpha/typhoon.c b/hw/alpha/typhoon.c
index 883db13..f50f5cf 100644
--- a/hw/alpha/typhoon.c
+++ b/hw/alpha/typhoon.c
@@ -376,7 +376,7 @@ static void cchip_write(void *opaque, hwaddr addr,
break;
case 0x0240: /* DIM1 */
/* DIM: Device Interrupt Mask Register, CPU1. */
- s->cchip.dim[0] = val;
+ s->cchip.dim[1] = val;
cpu_irq_change(s->cchip.cpu[1], val & s->cchip.drir);
break;
--
2.7.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] [PULL for-2.8] target-alpha: fix smp interrupts
2016-11-23 12:46 [Qemu-devel] [PULL for-2.8] target-alpha: fix smp interrupts Richard Henderson
2016-11-23 12:46 ` [Qemu-devel] [PULL for-2.8] target-alpha: Fix interrupt mask for cpu1 Richard Henderson
@ 2016-11-24 9:50 ` Stefan Hajnoczi
1 sibling, 0 replies; 3+ messages in thread
From: Stefan Hajnoczi @ 2016-11-24 9:50 UTC (permalink / raw)
To: Richard Henderson; +Cc: qemu-devel
[-- Attachment #1: Type: text/plain, Size: 1039 bytes --]
On Wed, Nov 23, 2016 at 01:46:34PM +0100, Richard Henderson wrote:
> This is such a minor typo, let's fix it for 2.8 please.
>
>
> r~
>
> The following changes since commit c36ed06e9159fa484b711dfdd27ec64d7ac3d17a:
>
> Merge remote-tracking branch 'mst/tags/for_upstream' into staging (2016-11-21 11:09:58 +0000)
>
> are available in the git repository at:
>
> git://github.com/rth7680/qemu.git tags/pull-axp-20161123
>
> for you to fetch changes up to 424ad8388f89f4202a7836d003273f23ebe04b09:
>
> target-alpha: Fix interrupt mask for cpu1 (2016-11-22 16:53:53 +0100)
>
> ----------------------------------------------------------------
> Fix alpha smp interrupt masking
>
> ----------------------------------------------------------------
> Richard Henderson (1):
> target-alpha: Fix interrupt mask for cpu1
>
> hw/alpha/typhoon.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Thanks, applied to my staging tree:
https://github.com/stefanha/qemu/commits/staging
Stefan
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 455 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-11-24 9:50 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-23 12:46 [Qemu-devel] [PULL for-2.8] target-alpha: fix smp interrupts Richard Henderson
2016-11-23 12:46 ` [Qemu-devel] [PULL for-2.8] target-alpha: Fix interrupt mask for cpu1 Richard Henderson
2016-11-24 9:50 ` [Qemu-devel] [PULL for-2.8] target-alpha: fix smp interrupts Stefan Hajnoczi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).