qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v10 52/59] hw/xen: Add basic ring handling to xenstore


From: Paul Durrant
Subject: Re: [PATCH v10 52/59] hw/xen: Add basic ring handling to xenstore
Date: Tue, 14 Feb 2023 16:02:44 +0000
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.6.1

On 01/02/2023 14:31, David Woodhouse wrote:
From: David Woodhouse <dwmw@amazon.co.uk>

Extract requests, return ENOSYS to all of them. This is enough to allow
older Linux guests to boot, as they need *something* back but it doesn't
matter much what.

In the first instance we're likely to wire this up over a UNIX socket to
an actual xenstored implementation, but in the fullness of time it would
be nice to have a fully single-tenant "virtual" xenstore within qemu.


I think you can probably re-work that second paragraph now :-)

Signed-off-by: David Woodhouse <dwmw@amazon.co.uk>
---
  hw/i386/kvm/xen_xenstore.c | 223 ++++++++++++++++++++++++++++++++++++-
  1 file changed, 220 insertions(+), 3 deletions(-)


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



reply via email to

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