[PATCH 1/8] qemu: remove dbus-vmstate code

Michal Privoznik mprivozn at redhat.com
Thu Feb 20 09:04:15 UTC 2020


On 1/14/20 2:46 PM, marcandre.lureau at redhat.com wrote:
> From: Marc-André Lureau <marcandre.lureau at redhat.com>
> 
> This code was based on a per-helper instance and peer-to-peer
> connections. The code that landed in qemu master for v5.0 is relying
> on a single instance and DBus bus.
> 
> Instead of trying to adapt the existing dbus-vmstate code, let's
> remove it and resubmit. That should make reviewing easier.
> 
> Signed-off-by: Marc-André Lureau <marcandre.lureau at redhat.com>
> ---
>   src/qemu/Makefile.inc.am  |   2 -
>   src/qemu/qemu_alias.c     |  16 -----
>   src/qemu/qemu_alias.h     |   3 -
>   src/qemu/qemu_command.c   |  83 -------------------------
>   src/qemu/qemu_command.h   |   3 -
>   src/qemu/qemu_dbus.c      |  94 ----------------------------
>   src/qemu/qemu_dbus.h      |  42 -------------
>   src/qemu/qemu_domain.c    |  13 ----
>   src/qemu/qemu_domain.h    |   1 -
>   src/qemu/qemu_extdevice.c |   4 +-
>   src/qemu/qemu_hotplug.c   |  83 +------------------------
>   src/qemu/qemu_hotplug.h   |  11 ----
>   src/qemu/qemu_migration.c |   8 ---
>   src/qemu/qemu_slirp.c     | 125 +-------------------------------------
>   src/qemu/qemu_slirp.h     |   4 +-
>   15 files changed, 7 insertions(+), 485 deletions(-)
>   delete mode 100644 src/qemu/qemu_dbus.c
>   delete mode 100644 src/qemu/qemu_dbus.h

You missed po/POTFILES.in:

@SRCDIR@/src/qemu/qemu_dbus.c

Michal




More information about the libvir-list mailing list