Re: [libvirt] [PATCH 0/7] net/qemu: move vlan/bandwidth validation out of network driver

2019-11-07 Thread Laine Stump
ping. On 10/22/19 9:24 PM, Laine Stump wrote: As usual, the first 6 patches are just torquing stuff around to make the last patch simple (except that patch 1 makes interface validation errors more useful). 2-5 are just converting a bunch of accessor functions to tak/return const pointers, since

[libvirt] [PATCH 0/7] net/qemu: move vlan/bandwidth validation out of network driver

2019-10-22 Thread Laine Stump
As usual, the first 6 patches are just torquing stuff around to make the last patch simple (except that patch 1 makes interface validation errors more useful). 2-5 are just converting a bunch of accessor functions to tak/return const pointers, since that's what's available in the places where I