Re: [PATCH v5 03/12] system/memory: constify section arguments
Philippe Mathieu-Daudé <[email protected]> Thu, 18 Jun 2026 22:42:18 +0200
| Newsgroups | org.nongnu.qemu-rust,org.kernel.vger.kvm,org.nongnu.qemu-devel |
|---|---|
| Message-ID | <[email protected]> |
On 4/6/26 15:43, Marc-André Lureau wrote: > The sections shouldn't be modified. > > Reviewed-by: Peter Xu <[email protected]> > Reviewed-by: Cédric Le Goater <[email protected]> > Signed-off-by: Marc-André Lureau <[email protected]> > --- > include/hw/vfio/vfio-container.h | 2 +- > include/hw/vfio/vfio-cpr.h | 2 +- > include/system/ram-discard-manager.h | 14 +++++++------- > hw/vfio/cpr-legacy.c | 4 ++-- > hw/vfio/listener.c | 10 +++++----- > hw/virtio/virtio-mem.c | 10 +++++----- > migration/ram.c | 6 +++--- > system/memory_mapping.c | 4 ++-- > system/ram-block-attributes.c | 8 ++++---- > system/ram-discard-manager.c | 10 +++++----- > 10 files changed, 35 insertions(+), 35 deletions(-) Reviewed-by: Philippe Mathieu-Daudé <[email protected]>