Re: [PATCH v5 03/12] system/memory: constify section arguments
"Maciej S. Szmigiero" <[email protected]> Mon, 8 Jun 2026 14:48:36 +0200
| Newsgroups | org.nongnu.qemu-rust,org.kernel.vger.kvm,org.nongnu.qemu-devel |
|---|---|
| Message-ID | <[email protected]> |
On 4.06.2026 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(-) > Acked-by: Maciej S. Szmigiero <[email protected]> # for CPR Thanks, Maciej