qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] pmu: fix pmu vmstate subsection list


From: Cédric Le Goater
Subject: Re: [PATCH] pmu: fix pmu vmstate subsection list
Date: Wed, 17 Nov 2021 12:03:17 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.2.0

diff --git a/hw/misc/macio/pmu.c b/hw/misc/macio/pmu.c
index 4ad4f50e08c3..eb39c64694aa 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
      }
  };

This fix is so obvious that I guess you could carry it through the
trivial tree IMHO.

I don't have anything queued for ppc yet but anyhow I can send a PR
at the end of the week if trivial doesn't.

Thanks,

C.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]