[Qemu-devel] [PATCH] util: socket: Add missing localaddr and localport option for DGRAM socket

2015-05-13 Thread Peter Krempa
The 'socket_optslist' structure does not contain the 'localaddr' and 'localport' options that are parsed in case you are creating a 'connect' type UDP character device. This causes abort of qemu after commit: commit f43e47dbf6de24db20ec9b588bb6cc762093dd69 Author: Markus Armbruster Date: Thu Fe

Re: [Qemu-devel] [PATCH] util: socket: Add missing localaddr and localport option for DGRAM socket

2015-05-13 Thread Eric Blake
On 05/13/2015 08:44 AM, Peter Krempa wrote: > The 'socket_optslist' structure does not contain the 'localaddr' and > 'localport' options that are parsed in case you are creating a > 'connect' type UDP character device. This causes abort of qemu after > commit: > > commit f43e47dbf6de24db20ec9b588b

Re: [Qemu-devel] [PATCH] util: socket: Add missing localaddr and localport option for DGRAM socket

2015-05-13 Thread Markus Armbruster
Peter Krempa writes: > The 'socket_optslist' structure does not contain the 'localaddr' and > 'localport' options that are parsed in case you are creating a > 'connect' type UDP character device. This causes abort of qemu after > commit: > > commit f43e47dbf6de24db20ec9b588bb6cc762093dd69 > Autho