[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] vmstate: Constify some VMStateDescriptions
From: |
Philippe Mathieu-Daudé |
Subject: |
Re: [PATCH] vmstate: Constify some VMStateDescriptions |
Date: |
Thu, 8 Apr 2021 16:53:23 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1 |
On 4/8/21 4:07 PM, Keqian Zhu wrote:
> Constify vmstate_ecc_state and vmstate_x86_cpu.
>
> Signed-off-by: Keqian Zhu <zhukeqian1@huawei.com>
> ---
> hw/block/ecc.c | 2 +-
> include/hw/block/flash.h | 2 +-
> target/i386/cpu.h | 2 +-
> target/i386/machine.c | 2 +-
> 4 files changed, 4 insertions(+), 4 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>