Re: [PATCH v4 0/1] qga/linux: Add new api 'guest-network-get-route'

2024-06-12 Thread Konstantin Kostiuk
On Wed, Jun 12, 2024 at 7:36 AM Dehan Meng wrote: > v3 -> v4 > - Fix some indentation issues > - Update 'Since 8.2' to 'Since 9.1' > - Remove useless enum and adjust this change. > > v2 -> v3 > - Remove this declaration and make the function 'hexToIPAddress' as static. > - Define 'IFNAMSIZ' from

[PATCH v4 0/1] qga/linux: Add new api 'guest-network-get-route'

2024-06-11 Thread Dehan Meng
v3 -> v4 - Fix some indentation issues - Update 'Since 8.2' to 'Since 9.1' - Remove useless enum and adjust this change. v2 -> v3 - Remove this declaration and make the function 'hexToIPAddress' as static. - Define 'IFNAMSIZ' from kernel instead of a hardcode - Remove 'GUEST_NETWORK_ROUTE_TYPE_LIN