qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [RFC PATCH v1 01/25] hw/xen: Add xenstore wire implementation and im


From: Paul Durrant
Subject: Re: [RFC PATCH v1 01/25] hw/xen: Add xenstore wire implementation and implementation stubs
Date: Tue, 7 Mar 2023 10:55:29 +0000
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.8.0

On 02/03/2023 15:34, David Woodhouse wrote:
From: David Woodhouse <dwmw@amazon.co.uk>

This implements the basic wire protocol for the XenStore commands, punting
all the actual implementation to xs_impl_* functions which all just return
errors for now.

Signed-off-by: David Woodhouse <dwmw@amazon.co.uk>
---
  hw/i386/kvm/meson.build     |   1 +
  hw/i386/kvm/trace-events    |  15 +
  hw/i386/kvm/xen_xenstore.c  | 871 +++++++++++++++++++++++++++++++++++-
  hw/i386/kvm/xenstore_impl.c | 117 +++++
  hw/i386/kvm/xenstore_impl.h |  58 +++
  5 files changed, 1054 insertions(+), 8 deletions(-)
  create mode 100644 hw/i386/kvm/xenstore_impl.c
  create mode 100644 hw/i386/kvm/xenstore_impl.h


Reviewed-by: Paul Durrant <paul@xen.org>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]