mbox series

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

Message ID 20210105102546.88462-1-roger.pau@citrix.com (mailing list archive)
Headers show
Series libs: implement some missing functions on FreeBSD | expand

Message

Roger Pau Monné Jan. 5, 2021, 10:25 a.m. UTC
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%)

Comments

Wei Liu Jan. 5, 2021, 11:52 a.m. UTC | #1
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>