search for: vsg

Displaying 8 results from an estimated 8 matches for "vsg".

Did you mean: msg
2009 Mar 23
2
rails boolean and mysql tinyint(1) question?
...han 1 or 0 it should throw an exception saying the data is corrupted or something because rails should only return 0 or 1. am i crazy for thinking like this? also can somebody point to me where in the code it does the tinyint(1) to boolean conversion? or could that possibly be a mysql thing? thx, VSG --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send...
1998 Feb 16
1
UDP socket being listened on.
...Foreign Address State udp 0 0 localhost:1799 *:* Regards Rudi -- Rudi Heitbaum Ph: +61-3-9822 1216 Managing Director Fax: +61-3-9822 1728 DARX Consulting Pty Ltd http://www.darx.com.au/ mailto:rudi@darx.com.au http://www.vsg.edu.au/
2013 Jan 17
8
[PATCH 1/6] virtio_host: host-side implementation of virtio rings.
...struct vring_used __user *used); + +/* Convert a descriptor into iovecs. */ +int vringh_getdesc_user(struct vringh *vrh, + struct vringh_iov *riov, + struct vringh_iov *wiov, + bool (*getrange)(u64 addr, struct vringh_range *r), + u16 *head, + gfp_t gfp); + +/* Copy bytes from readable vsg, consuming it (and incrementing wiov->i). */ +ssize_t vringh_iov_pull_user(struct vringh_iov *riov, void *dst, size_t len); + +/* Copy bytes into writable vsg, consuming it (and incrementing wiov->i). */ +ssize_t vringh_iov_push_user(struct vringh_iov *wiov, + const void *src, size_t l...
2013 Jan 17
8
[PATCH 1/6] virtio_host: host-side implementation of virtio rings.
...struct vring_used __user *used); + +/* Convert a descriptor into iovecs. */ +int vringh_getdesc_user(struct vringh *vrh, + struct vringh_iov *riov, + struct vringh_iov *wiov, + bool (*getrange)(u64 addr, struct vringh_range *r), + u16 *head, + gfp_t gfp); + +/* Copy bytes from readable vsg, consuming it (and incrementing wiov->i). */ +ssize_t vringh_iov_pull_user(struct vringh_iov *riov, void *dst, size_t len); + +/* Copy bytes into writable vsg, consuming it (and incrementing wiov->i). */ +ssize_t vringh_iov_push_user(struct vringh_iov *wiov, + const void *src, size_t l...
2013 Feb 18
9
[PATCH 0/5] vringh
This introduces vringh, which are generic accessors for virtio rings (host side). There's a host-side implementation in vhost, but it assumes that the rings are in userspace, and is tied to the vhost implementation. I have patches to adapt it to use vringh, but I'm pushing this in the next merge window for Sjur, who has CAIF patches which need it. This also includes a test program in
2013 Feb 18
9
[PATCH 0/5] vringh
This introduces vringh, which are generic accessors for virtio rings (host side). There's a host-side implementation in vhost, but it assumes that the rings are in userspace, and is tied to the vhost implementation. I have patches to adapt it to use vringh, but I'm pushing this in the next merge window for Sjur, who has CAIF patches which need it. This also includes a test program in
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...k((bMN2QWY^!sHOrv_Bq2S;Ol%#$X~%^^iDIl zE5$A`P?XR0Hf|tMJQNHB#3D^8_re?%hRxom43S+Z4fYZ}VpXzPR_hIk#RBnn6{|a( z9<23ZsdV+04;>N`6rov#<&ipXpuhhgKHVFrt at 667{E<>DC#ia at S{Ttg&EPIt?F|p* zs7`dih}b5c3gOdGFc?X(%9`>bBS<~3^arr&!bb1lFuxCrueNEtiYDmEm5sVma9ysK zZd8Zr5gq)(bkukQE=(_WNvSG1e%Ktj7kDB9_w))Q6f$bi5vh#L(Bq;J!chAoeM7wy zrlwg<FygPQmuA14GzG;qwgMK!X||`ah3OJ1Z8fJ0NrYXd3d at D+mO|@hZX4WV&Ph5t zE=`!wV;?rmbjbzj_^gUdLU;Ik7Qu~0)jJrD$V$_&D0&D_${uBH$Y(C+6v#E22pj$E zXqMdeJ=hj7#dax=y|z+)mS9YA<VI_VDTz>x{6<A6bv4J+=%P>YSf<64g(u!hn2aSc zid at v5#ICsG%cpyi3{|FC...
2013 Jul 31
29
[PATCH 0/9] tools: remove or disable old/useless/unused/unmainted stuff
depends on "autoconf: regenerate configure scripts with 4.4 version" This series removes some of the really old deadwood from the tools build and makes some other things which are on their way out configurable at build time with a default depending on how far down the slope I judge them to be. * nuke in tree copy of libaio * nuke obsolete tools: xsview, miniterm, lomount & sv *