[Qemu-devel] [PATCH 0/5] xen: use new xendevicemodel library

Paul Durrant posted 5 patches 7 years, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1487861635-17560-1-git-send-email-paul.durrant@citrix.com
Test checkpatch passed
Test docker passed
Test s390x passed
There is a newer version of this series
configure                    |  19 ++++
hw/i386/xen/xen_platform.c   |   2 +-
hw/xen/xen_backend.c         |   2 -
include/exec/ram_addr.h      |   4 +-
include/hw/xen/xen.h         |   2 +-
include/hw/xen/xen_backend.h |   2 -
include/hw/xen/xen_common.h  | 200 ++++++++++++++++++++++++++++++++-----------
xen-common.c                 |  11 +++
xen-hvm-stub.c               |   2 +-
xen-hvm.c                    |  49 ++++++-----
10 files changed, 207 insertions(+), 86 deletions(-)
[Qemu-devel] [PATCH 0/5] xen: use new xendevicemodel library
Posted by Paul Durrant 7 years, 1 month ago
My recent patches to Xen [1] introduced a new library to support
running device models for HVM guests.
This series ports QEMU onto the new library if it is available in the
build environment.

Paul Durrant (5):
  xen: make use of xen_xc implicit in xen_common.h inlines
  xen: rename xen_modified_memory() to xen_hvm_modified_memory()
  xen: create wrappers for all other uses of xc_hvm_XXX() functions
  configure: detect presence of libxendevicemodel
  xen: use libxendevicemodel when available

 configure                    |  19 ++++
 hw/i386/xen/xen_platform.c   |   2 +-
 hw/xen/xen_backend.c         |   2 -
 include/exec/ram_addr.h      |   4 +-
 include/hw/xen/xen.h         |   2 +-
 include/hw/xen/xen_backend.h |   2 -
 include/hw/xen/xen_common.h  | 200 ++++++++++++++++++++++++++++++++-----------
 xen-common.c                 |  11 +++
 xen-hvm-stub.c               |   2 +-
 xen-hvm.c                    |  49 ++++++-----
 10 files changed, 207 insertions(+), 86 deletions(-)

-- 
2.1.4


Re: [Qemu-devel] [PATCH 0/5] xen: use new xendevicemodel library
Posted by Paul Durrant 7 years, 1 month ago
> -----Original Message-----
> From: Paul Durrant [mailto:paul.durrant@citrix.com]
> Sent: 23 February 2017 14:54
> To: xen-devel@lists.xenproject.org; qemu-devel@nongnu.org
> Cc: Paul Durrant <Paul.Durrant@citrix.com>
> Subject: [PATCH 0/5] xen: use new xendevicemodel library
> 
> My recent patches to Xen [1] introduced a new library to support
> running device models for HVM guests.
> This series ports QEMU onto the new library if it is available in the
> build environment.
> 

Apologies for the missing reference...

[1] Patches starting with http://xenbits.xen.org/gitweb/?p=xen.git;a=commit;h=b108240265deea37601f1a605910069a837da841

> Paul Durrant (5):
>   xen: make use of xen_xc implicit in xen_common.h inlines
>   xen: rename xen_modified_memory() to xen_hvm_modified_memory()
>   xen: create wrappers for all other uses of xc_hvm_XXX() functions
>   configure: detect presence of libxendevicemodel
>   xen: use libxendevicemodel when available
> 
>  configure                    |  19 ++++
>  hw/i386/xen/xen_platform.c   |   2 +-
>  hw/xen/xen_backend.c         |   2 -
>  include/exec/ram_addr.h      |   4 +-
>  include/hw/xen/xen.h         |   2 +-
>  include/hw/xen/xen_backend.h |   2 -
>  include/hw/xen/xen_common.h  | 200
> ++++++++++++++++++++++++++++++++-----------
>  xen-common.c                 |  11 +++
>  xen-hvm-stub.c               |   2 +-
>  xen-hvm.c                    |  49 ++++++-----
>  10 files changed, 207 insertions(+), 86 deletions(-)
> 
> --
> 2.1.4