On Wed, Jun 24, 2015 at 12:22:46PM +0200, Roger Pau Monné wrote: > El 24/06/15 a les 12.10, Wei Liu ha escrit: > > +#define IOCTL_PRIVCMD_MMAP \ > > + _IOW('P', 2, privcmd_mmap_t) > > +#define IOCTL_PRIVCMD_MMAPBATCH \ > > + _IOW('P', 3, privcmd_mmapbatch_t) > > FWIW you could have gotten away with just implementing > IOCTL_PRIVCMD_MMAPBATCH, this is what I did on FreeBSD. >
I was too lazy to change libxc code so I implemented both in rump kernel. It's just plumbing through some minios functions. Wei. > Roger. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel