[PULL 0/1] virtio: Add vhost-user-rtc and vhost-user-rtc-pci

Manos Pitsidianakis posted 1 patch 2 weeks, 1 day ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260515132315.520678-1-manos.pitsidianakis@linaro.org
Maintainers: Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>, Paolo Bonzini <pbonzini@redhat.com>, Manos Pitsidianakis <manos.pitsidianakis@linaro.org>, "Michael S. Tsirkin" <mst@redhat.com>, Stefano Garzarella <sgarzare@redhat.com>
There is a newer version of this series
include/hw/virtio/vhost-user-rtc.h        | 22 ++++++++++++++++++++++
MAINTAINERS                               |  6 ++++++
docs/system/devices/virtio/vhost-user.rst |  3 +++
hw/virtio/Kconfig                         |  5 +++++
hw/virtio/meson.build                     |  3 +++
hw/virtio/vhost-user-rtc-pci.c            | 70 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
hw/virtio/vhost-user-rtc.c                | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
7 files changed, 173 insertions(+)
create mode 100644 include/hw/virtio/vhost-user-rtc.h
create mode 100644 hw/virtio/vhost-user-rtc-pci.c
create mode 100644 hw/virtio/vhost-user-rtc.c
[PULL 0/1] virtio: Add vhost-user-rtc and vhost-user-rtc-pci
Posted by Manos Pitsidianakis 2 weeks, 1 day ago
The following changes since commit edcc429e9e41a8e0e415dcdab6aa52ad17ef8889:

  Merge tag 'pbouvier/pr/docs-20260513' of https://gitlab.com/p-b-o/qemu into staging (2026-05-14 10:18:06 -0400)

are available in the Git repository at:

  https://gitlab.com/epilys/qemu.git tags/vhost-user-rtc-pr-1

for you to fetch changes up to e331d3089ee64411013eea74fdf71ccf30bcb626:

  virtio: Add vhost-user-rtc and vhost-user-rtc-pci (2026-05-15 16:13:07 +0300)

----------------------------------------------------------------
vhost-user-rtc-pr-1

----------------------------------------------------------------
Manos Pitsidianakis (1):
      virtio: Add vhost-user-rtc and vhost-user-rtc-pci

 include/hw/virtio/vhost-user-rtc.h        | 22 ++++++++++++++++++++++
 MAINTAINERS                               |  6 ++++++
 docs/system/devices/virtio/vhost-user.rst |  3 +++
 hw/virtio/Kconfig                         |  5 +++++
 hw/virtio/meson.build                     |  3 +++
 hw/virtio/vhost-user-rtc-pci.c            | 70 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 hw/virtio/vhost-user-rtc.c                | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 7 files changed, 173 insertions(+)
 create mode 100644 include/hw/virtio/vhost-user-rtc.h
 create mode 100644 hw/virtio/vhost-user-rtc-pci.c
 create mode 100644 hw/virtio/vhost-user-rtc.c

-- 
γαῖα πυρί μιχθήτω


Re: [PULL 0/1] virtio: Add vhost-user-rtc and vhost-user-rtc-pci
Posted by Stefan Hajnoczi 1 week, 6 days ago
Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/11.1 for any user-visible changes.