Re: [Qemu-devel] [PATCH 5/7] qapi: change Netdev into a flat union

2015-09-17 Thread Eric Blake
On 09/07/2015 06:14 AM, Kővágó, Zoltán wrote: > Except qapi-schema.json, this patch was generated by: > > find . -name .git -prune -o -type f \! -name '*~' -print0 | \ > xargs -0 sed -i \ > -e 's/NetClientOptionsKind/NetClientDriver/g' \ > -e 's/NET_CLIENT_OPTIONS_KIND_/NET_CLIENT_DRIVER

[Qemu-devel] [PATCH 5/7] qapi: change Netdev into a flat union

2015-09-07 Thread Kővágó, Zoltán
Except qapi-schema.json, this patch was generated by: find . -name .git -prune -o -type f \! -name '*~' -print0 | \ xargs -0 sed -i \ -e 's/NetClientOptionsKind/NetClientDriver/g' \ -e 's/NET_CLIENT_OPTIONS_KIND_/NET_CLIENT_DRIVER_/g' \ -e 's/netdev->opts/netdev/g' \ -e 's/netdev