qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 3/5] xen: Drop support for Xen versions below 4.7.1


From: Paul Durrant
Subject: Re: [PATCH 3/5] xen: Drop support for Xen versions below 4.7.1
Date: Mon, 17 Apr 2023 13:30:25 +0100
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.10.0

On 12/04/2023 19:51, David Woodhouse wrote:
From: David Woodhouse <dwmw@amazon.co.uk>

In restructuring to allow for internal emulation of Xen functionality,
I broke compatibility for Xen 4.6 and earlier. Fix this by explicitly
removing support for anything older than 4.7.1, which is also ancient
but it does still build, and the compatibility support for it is fairly
unintrusive.

Fixes: 15e283c5b684 ("hw/xen: Add foreignmem operations to allow redirection to 
internal emulation")
Signed-off-by: David Woodhouse <dwmw@amazon.co.uk>
---
  hw/xen/xen-operations.c     |  57 +------------------
  include/hw/xen/xen_native.h | 107 +-----------------------------------
  meson.build                 |   5 +-
  scripts/xen-detect.c        |  60 --------------------
  4 files changed, 3 insertions(+), 226 deletions(-)


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




reply via email to

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