[PATCH 0/2] libs: implement some missing functions on FreeBSD

Roger Pau Monne posted 2 patches 3 years, 2 months ago
Test gitlab-ci passed
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20210105102546.88462-1-roger.pau@citrix.com
tools/include/xen-sys/FreeBSD/privcmd.h      | 29 +++++++++++
tools/libs/devicemodel/Makefile              |  4 +-
tools/libs/devicemodel/{linux.c => common.c} |  0
tools/libs/foreignmemory/freebsd.c           | 51 ++++++++++++++++++++
tools/libs/foreignmemory/private.h           |  2 +-
5 files changed, 83 insertions(+), 3 deletions(-)
rename tools/libs/devicemodel/{linux.c => common.c} (100%)
[PATCH 0/2] libs: implement some missing functions on FreeBSD
Posted by Roger Pau Monne 3 years, 2 months ago
Add support for dm_op, restrict and map resource ioctls on FreeBSD.

Roger Pau Monne (2):
  libs/foreignmemory: implement the missing functions on FreeBSD
  libs/devicemodel: add dm_op support for FreeBSD

 tools/include/xen-sys/FreeBSD/privcmd.h      | 29 +++++++++++
 tools/libs/devicemodel/Makefile              |  4 +-
 tools/libs/devicemodel/{linux.c => common.c} |  0
 tools/libs/foreignmemory/freebsd.c           | 51 ++++++++++++++++++++
 tools/libs/foreignmemory/private.h           |  2 +-
 5 files changed, 83 insertions(+), 3 deletions(-)
 rename tools/libs/devicemodel/{linux.c => common.c} (100%)

-- 
2.29.2


Re: [PATCH 0/2] libs: implement some missing functions on FreeBSD
Posted by Wei Liu 3 years, 2 months ago
On Tue, Jan 05, 2021 at 11:25:44AM +0100, Roger Pau Monne wrote:
> Add support for dm_op, restrict and map resource ioctls on FreeBSD.
> 
> Roger Pau Monne (2):
>   libs/foreignmemory: implement the missing functions on FreeBSD
>   libs/devicemodel: add dm_op support for FreeBSD

Acked-by: Wei Liu <wl@xen.org>