qemu-riscv
[Top][All Lists]
Advanced

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

Re: [PATCH v2 3/5] hw/intc: Support migration of aclint device


From: Richard Henderson
Subject: Re: [PATCH v2 3/5] hw/intc: Support migration of aclint device
Date: Tue, 26 Apr 2022 17:51:33 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.0

On 4/26/22 16:08, Atish Patra wrote:
mtimecmp is part of ACLINT device now. This needs to preserved across
migration.

Signed-off-by: Atish Patra <atishp@rivosinc.com>

This must be squashed with patch 1.

+    .fields = (VMStateField[]) {
+            VMSTATE_VARRAY_UINT64(timecmp, RISCVAclintMTimerState,

And this must be UINT32 to match num_harts.


r~



reply via email to

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