Re: [Qemu-devel] [PATCH v3 for-2.9 0/9] Fixes and cleanups around SocketAddress

2017-03-30 Thread Max Reitz
On 30.03.2017 19:43, Markus Armbruster wrote: > What makes this 2.9 material is the crash bug fixed in PATCH 2 and the > QAPI/QMP interface cleanups in PATCH 7+8. > > v3: > * PATCH 1-3,5 unchanged > * PATCH 4 comments reworded [Max, Eric] > * PATCH 6 comment tweak [Eric] > * PATCH 7 comment typo,

[Qemu-devel] [PATCH v3 for-2.9 0/9] Fixes and cleanups around SocketAddress

2017-03-30 Thread Markus Armbruster
What makes this 2.9 material is the crash bug fixed in PATCH 2 and the QAPI/QMP interface cleanups in PATCH 7+8. v3: * PATCH 1-3,5 unchanged * PATCH 4 comments reworded [Max, Eric] * PATCH 6 comment tweak [Eric] * PATCH 7 comment typo, don't rely on enum equivalence [Eric] * PATCH 8 is PATCH v2 08