The following changes since commit f7a1ea403e0282a7f57edd4298c4f65f24165da5:
Merge tag 'misc-pull-request' of gitlab.com:marcandre.lureau/qemu into staging (2022-05-29 16:34:56 -0700) are available in the Git repository at: https://github.com/maciejsszmigiero/qemu.git tags/vmbus-maint-20220530 for you to fetch changes up to 6ede46b910ac66fd10bc169fb0a6f681429a9c5c: hw/hyperv/vmbus: Remove unused vmbus_load/save_req() (2022-05-30 19:49:42 +0200) ---------------------------------------------------------------- As discussed in https://lore.kernel.org/qemu-devel/4e03945d-fb92-494d-53a8-f22ee9150...@redhat.com/ I am adding myself as the maintainer for Hyper-V VMBus, so there is some contact point for incoming patches and somebody to review and pick up them. The VMBus code is currently in a good shape, this pull request also includes a single patch that has been waiting for being picked up since November last year. ---------------------------------------------------------------- Maciej S. Szmigiero (1): MAINTAINERS: Add myself as the maintainer for Hyper-V VMBus Philippe Mathieu-Daudé (1): hw/hyperv/vmbus: Remove unused vmbus_load/save_req() MAINTAINERS | 6 +++ hw/hyperv/vmbus.c | 99 ----------------------------------------------- include/hw/hyperv/vmbus.h | 3 -- 3 files changed, 6 insertions(+), 102 deletions(-)