aboutsummaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorRichard Henderson <richard.henderson@linaro.org>2021-11-19 13:39:19 +0100
committerRichard Henderson <richard.henderson@linaro.org>2021-11-19 13:39:19 +0100
commitd434a47905641433e16ef65356d17090fd6fdcb1 (patch)
tree55866a52ae9834d9ffaff0474468fce078ccbac5 /hw
parent9c25e1db18d872cbab3f028f93db37931dbc6ae2 (diff)
parenta443d55c3f7cafa3d5dfb7fe2b5c3cd9d671b61d (diff)
downloadqemu-d434a47905641433e16ef65356d17090fd6fdcb1.zip
qemu-d434a47905641433e16ef65356d17090fd6fdcb1.tar.gz
qemu-d434a47905641433e16ef65356d17090fd6fdcb1.tar.bz2
Merge tag 'pull-ppc-20211119' of https://github.com/legoater/qemu into staging
ppc 6.2 queue: * fix pmu vmstate * Fix compile of byte_reverse on new compilers # gpg: Signature made Fri 19 Nov 2021 12:49:30 PM CET # gpg: using RSA key A0F66548F04895EBFE6B0B6051A343C7CFFBECA1 # gpg: Good signature from "Cédric Le Goater <clg@kaod.org>" [marginal] # gpg: WARNING: This key is not certified with sufficiently trusted signatures! # gpg: It is not certain that the signature belongs to the owner. # Primary key fingerprint: A0F6 6548 F048 95EB FE6B 0B60 51A3 43C7 CFFB ECA1 * tag 'pull-ppc-20211119' of https://github.com/legoater/qemu: tests/tcg/ppc64le: Fix compile flags for byte_reverse pmu: fix pmu vmstate subsection list Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'hw')
-rw-r--r--hw/misc/macio/pmu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/misc/macio/pmu.c b/hw/misc/macio/pmu.c
index 4ad4f50..eb39c64 100644
--- a/hw/misc/macio/pmu.c
+++ b/hw/misc/macio/pmu.c
@@ -718,6 +718,7 @@ static const VMStateDescription vmstate_pmu = {
},
.subsections = (const VMStateDescription * []) {
&vmstate_pmu_adb,
+ NULL
}
};