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>
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