]> xenbits.xensource.com Git - xen.git/commit
libs/devicemodel: add dm_op support for FreeBSD
authorRoger Pau Monne <roger.pau@citrix.com>
Tue, 5 Jan 2021 10:25:46 +0000 (11:25 +0100)
committerWei Liu <wl@xen.org>
Tue, 5 Jan 2021 12:33:55 +0000 (12:33 +0000)
commitbbf71e99f01b883ebf1c60209b99953c1b95d8a0
treee525424e0a18bcf6be35aed4734f5d03665bbf99
parent4f022a2de7a35dda6d05175b2b5fb6dafab7b6fc
libs/devicemodel: add dm_op support for FreeBSD

The FreeBSD ioctls have the same fields has the Linux ones, so the
same file can be shared between both OSes.

No functional change for OSes different than FreeBSD.

Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Acked-by: Wei Liu <wl@xen.org>
tools/include/xen-sys/FreeBSD/privcmd.h
tools/libs/devicemodel/Makefile
tools/libs/devicemodel/common.c [new file with mode: 0644]
tools/libs/devicemodel/linux.c [deleted file]