From patchwork Fri Jul 27 11:38:52 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Maydell X-Patchwork-Id: 143030 Delivered-To: patches@linaro.org Received: by 2002:a2e:9754:0:0:0:0:0 with SMTP id f20-v6csp708690ljj; Fri, 27 Jul 2018 04:38:56 -0700 (PDT) X-Google-Smtp-Source: AAOMgpfXZfiNSDTeSy9Qv8V//ENxItS9FA39fy+FPBtdl+4kKLxpGXLAHJZi/JiXIZ70v/QZHgAD X-Received: by 2002:a1c:eb03:: with SMTP id j3-v6mr4013049wmh.150.1532691536706; Fri, 27 Jul 2018 04:38:56 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1532691536; cv=none; d=google.com; s=arc-20160816; b=Db2Jwa/yY5Sq7ec4Yrk/jioF/09a8XbRStG3WXvYY9Dkw+oCntFUyD6HuzvWux9Wp6 E16xIHTLiNpzjfooUngtZj2bc5MOiM33n9IKYjMl+KOdPHyDNoEwzrsAmlpYmtq1FP0V 8Cq57pJWVpDWW+uiO6xdSM/YFd8mpI+cEbzQxwJS6uSwX2glpnH/DPzCjj0LEXnDz+jZ 4L5GCoq5+TLE0VZ15neeNcu8+PF1rUwGpvR6M2vRj4j5dDRhagy+JFMiJbSgJX+heQgv dLFCNhI6Auruwocg7Mg5j/kDuGJiAwjDp3l+WMYMCDIgIB5Sfm7/DYEZPzGZ989Ecs6N ahQQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=message-id:date:subject:cc:to:from:arc-authentication-results; bh=+hvkGEKCgNXQlvQC2qg76979eCLA6cx2YCUde9JgGQg=; b=cygbGZ+GD7+Hqh12R7cpzQNnGhtiG6qsdvfAp937YTaxzfVuZ5Uhaxz4rrPvs9xF4u Wh89qlGr7ISrzA3oJAYn4KhW3Ov2nv6UKXAKcH9sKGW25ZyljOwrSt3f9wLmlL8gyLZd 0fwaHPZLdy+DouePyDxZwl1+5mCDC2RehIPA5D8YA8ypM1TISpmNJqJzGIIywiNeGNSG wlvs/msDG5rpYZQDXblDjUoh6JuQy+18kfayOaUjCE69ySDkVrKz3zPR1nDPAhfYmN2e pj7kpO3pggNVUgRGILF8Kp54wg9XxYVyUxO1MlWjb9Z223nhBEKzTNnbsRLmvDHSf4gA 0bMw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of pm215@archaic.org.uk designates 2001:8b0:1d0::2 as permitted sender) smtp.mailfrom=pm215@archaic.org.uk; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=linaro.org Return-Path: Received: from orth.archaic.org.uk (orth.archaic.org.uk. [2001:8b0:1d0::2]) by mx.google.com with ESMTPS id g80-v6si2944325wmd.195.2018.07.27.04.38.56 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 27 Jul 2018 04:38:56 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of pm215@archaic.org.uk designates 2001:8b0:1d0::2 as permitted sender) client-ip=2001:8b0:1d0::2; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of pm215@archaic.org.uk designates 2001:8b0:1d0::2 as permitted sender) smtp.mailfrom=pm215@archaic.org.uk; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=linaro.org Received: from pm215 by orth.archaic.org.uk with local (Exim 4.89) (envelope-from ) id 1fj15D-0002Fx-IK; Fri, 27 Jul 2018 12:38:55 +0100 From: Peter Maydell To: qemu-arm@nongnu.org, qemu-devel@nongnu.org Cc: patches@linaro.org Subject: [PATCH for-3.0 0/2] MPS/v8M bug fixes Date: Fri, 27 Jul 2018 12:38:52 +0100 Message-Id: <20180727113854.20283-1-peter.maydell@linaro.org> X-Mailer: git-send-email 2.17.1 This patchset fixes a couple of bugs I found in the v8M and MPS board code: * migration wasn't working because of an incorrect subsection name in the NVIC vmstate * the timer1 IRQ line was miswired in the iotkit Neither of these are strictly speaking regressions from 2.12, but because they're so simple they seem worth getting into 3.0 (especially the first one, which means migration of any v8M system won't work at all.) thanks -- PMM Peter Maydell (2): armv7m_nvic: Fix m-security subsection name hw/arm/iotkit: Fix IRQ number for timer1 hw/arm/iotkit.c | 2 +- hw/intc/armv7m_nvic.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -- 2.17.1