[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] stubs: remove stubs/qdev.c
From: |
Zhao Liu |
Subject: |
Re: [PATCH] stubs: remove stubs/qdev.c |
Date: |
Sat, 19 Oct 2024 00:44:43 +0800 |
On Fri, Oct 18, 2024 at 04:33:33PM +0200, Paolo Bonzini wrote:
> Date: Fri, 18 Oct 2024 16:33:33 +0200
> From: Paolo Bonzini <pbonzini@redhat.com>
> Subject: [PATCH] stubs: remove stubs/qdev.c
> X-Mailer: git-send-email 2.46.2
>
> qapi_event_send_device_deleted is always included (together
> with the rest of QAPI) in libqemuutil.a, so it is unnecessary
> to include a stub for it.
>
> This avoids a duplicate symbol in libqemuutil.a, which in
> principle could result in missing events on the monitor.
>
> Cc: qemu-stable@nongnu.org
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> ---
> stubs/qdev.c | 22 ----------------------
> stubs/meson.build | 1 -
> 2 files changed, 23 deletions(-)
> delete mode 100644 stubs/qdev.c
Reviewed-by: Zhao Liu <zhao1.liu@intel.com>