On 02/03/2023 15:34, David Woodhouse wrote:
From: Paul Durrant <pdurr...@amazon.com>

Signed-off-by: Paul Durrant <pdurr...@amazon.com>
Signed-off-by: David Woodhouse <d...@amazon.co.uk>
---
  accel/xen/xen-all.c                 |  11 +-
  hw/char/xen_console.c               |   2 +-
  hw/i386/kvm/xen_xenstore.c          |   3 -
  hw/i386/kvm/xenstore_impl.h         |   8 +-
  hw/xen/xen-bus-helper.c             |  62 +++----
  hw/xen/xen-bus.c                    | 261 ++++------------------------
  hw/xen/xen-legacy-backend.c         | 119 +++++++------
  hw/xen/xen-operations.c             | 198 +++++++++++++++++++++
  hw/xen/xen_devconfig.c              |   4 +-
  hw/xen/xen_pt_graphics.c            |   1 -
  hw/xen/xen_pvdev.c                  |  49 +-----
  include/hw/xen/xen-bus-helper.h     |  26 +--
  include/hw/xen/xen-bus.h            |  17 +-
  include/hw/xen/xen-legacy-backend.h |   6 +-
  include/hw/xen/xen_backend_ops.h    | 163 +++++++++++++++++
  include/hw/xen/xen_common.h         |   1 -
  include/hw/xen/xen_pvdev.h          |   2 +-
  softmmu/globals.c                   |   1 +
  18 files changed, 525 insertions(+), 409 deletions(-)


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


Reply via email to