Re: [Qemu-devel] [PATCH 4/9] linux-user: Clean up sendrecvmsg message parsing

2013-07-23 Thread Riku Voipio
On 6 July 2013 15:17, Alexander Graf wrote: > The cmsg handling in the linux-user code is very hard to read as it tries > to follow glibc's unreadable code closely. Let's clean it up, converting > all helpers into static inline functions, so that QEMU developers have a > chance to understand what'

[Qemu-devel] [PATCH 4/9] linux-user: Clean up sendrecvmsg message parsing

2013-07-06 Thread Alexander Graf
The cmsg handling in the linux-user code is very hard to read as it tries to follow glibc's unreadable code closely. Let's clean it up, converting all helpers into static inline functions, so that QEMU developers have a chance to understand what's going on. While at it, this also allows us to make