Juan Quintela wrote:
> * add VARRAY_UINT16_UNSAFE: unsafe here means that type checking is off
>(a.k.a. as a cast in C). In this case the problem is that the last
>element of one struct is int foo[0], and we allocate the right size
>for the array we want. Problem? I haven't been abl
Hi
This series cleans VMState internals and port all the pc network devices to
VMState (except virtio-net).
- Cleanups:
* we can send partial buffers, and clean how we do it
* refactor all the buffer code.
* refactor all the offset code
* add VARRAY_UINT16_UNSAFE: unsafe here means that type c