search for: ioctl_privcmd_hypercall

Displaying 3 results from an estimated 3 matches for "ioctl_privcmd_hypercall".

2007 Apr 18
1
[rfc][patch][linux] ioctl32() compat plumbing for xen calls
...octl.c Thu Jul 13 11:51:38 2006 -0400 @@ -2986,6 +2986,8 @@ COMPATIBLE_IOCTL(LPGETFLAGS) COMPATIBLE_IOCTL(LPGETFLAGS) HANDLE_IOCTL(LPSETTIMEOUT, lp_timeout_trans) +HANDLE_IOCTL(IOCTL_PRIVCMD_MMAP_32, privcmd_ioctl_32) +HANDLE_IOCTL(IOCTL_PRIVCMD_MMAPBATCH_32, privcmd_ioctl_32) COMPATIBLE_IOCTL(IOCTL_PRIVCMD_HYPERCALL) COMPATIBLE_IOCTL(IOCTL_EVTCHN_BIND_VIRQ) COMPATIBLE_IOCTL(IOCTL_EVTCHN_BIND_INTERDOMAIN) diff -r dd6f9da2ed0bcf52deb9f48e24ae56b470e1afc6 -r 2a6fda4e7dde1a0a5d29a62303e85bcea868eb47 include/xen/public/privcmd.h --- a/include/xen/public/privcmd.h Thu Jul 13 11:40:56 2006 -0400 +++ b/include/xen/p...
2005 Aug 27
1
problems getting xen going on FC4
...quot;privcmd_hypercall_t" xc_private.h: In function `do_xen_hypercall'': xc_private.h:68: `xc_handle'' undeclared (first use in this function) xc_private.h:68: (Each undeclared identifier is reported only once xc_private.h:68: for each function it appears in.) xc_private.h:69: `IOCTL_PRIVCMD_HYPERCALL'' undeclared (first use in this functio n) xc_private.h:70: `hypercall'' undeclared (first use in this function) xc_private.h: In function `do_dom0_op'': xc_private.h:76: `privcmd_hypercall_t'' undeclared (first use in this function) xc_private.h:76: syntax error bef...
2013 Feb 21
4
help please - running a guest from an iSCSI disk ? getting more diagnostics than "cannot make domain: -3" ? how to make domain0 "privileged" ?
..., hypercall=hypercall@entry=0x7fffffffe070) at xc_private.c:246 246 return xch->ops->u.privcmd.hypercall(xch, xch->ops_handle, hypercall); (gdb) s linux_privcmd_hypercall (xch=<optimized out>, h=9, hypercall=0x7fffffffe070) at xc_linux_osdep.c:116 116 return ioctl(fd, IOCTL_PRIVCMD_HYPERCALL, hypercall); (gdb) fin Run till exit from #0 linux_privcmd_hypercall (xch=<optimized out>, h=9, hypercall=0x7fffffffe070) at xc_linux_osdep.c:116 do_xen_hypercall (xch=xch@entry=0x622240, hypercall=hypercall@entry=0x7fffffffe070) at xc_private.c:247 247 } Value returned is $3 = -1 (gdb)...