Re: [libvirt] [PATCH v2 0/4] Expose link state & speed

2014-06-11 Thread Michal Privoznik
On 05.06.2014 17:39, Michal Privoznik wrote: While the 1/4 was ACKed, I'm sending int for completeness. And I've made a tiny change: the link speed is no longer unsigned long but unsigned int instead. That'll do too and it consumes less memory. Michal Privoznik (4): virInterface: Expose link

Re: [libvirt] [PATCH v2 0/4] Expose link state & speed

2014-06-11 Thread Michal Privoznik
On 11.06.2014 10:02, Laine Stump wrote: On 06/10/2014 08:19 PM, Michal Privoznik wrote: On 05.06.2014 17:39, Michal Privoznik wrote: While the 1/4 was ACKed, I'm sending int for completeness. And I've made a tiny change: the link speed is no longer unsigned long but unsigned int instead. That'l

Re: [libvirt] [PATCH v2 0/4] Expose link state & speed

2014-06-11 Thread Laine Stump
On 06/10/2014 08:19 PM, Michal Privoznik wrote: > On 05.06.2014 17:39, Michal Privoznik wrote: >> While the 1/4 was ACKed, I'm sending int for completeness. And I've >> made a tiny >> change: the link speed is no longer unsigned long but unsigned int >> instead. >> That'll do too and it consumes le

Re: [libvirt] [PATCH v2 0/4] Expose link state & speed

2014-06-10 Thread Michal Privoznik
On 05.06.2014 17:39, Michal Privoznik wrote: While the 1/4 was ACKed, I'm sending int for completeness. And I've made a tiny change: the link speed is no longer unsigned long but unsigned int instead. That'll do too and it consumes less memory. Michal Privoznik (4): virInterface: Expose link

[libvirt] [PATCH v2 0/4] Expose link state & speed

2014-06-05 Thread Michal Privoznik
While the 1/4 was ACKed, I'm sending int for completeness. And I've made a tiny change: the link speed is no longer unsigned long but unsigned int instead. That'll do too and it consumes less memory. Michal Privoznik (4): virInterface: Expose link state & speed virnetdev: Introduce virNetDevGe