Re: [PATCH v4 0/2] qga: add command 'guest-get-cpustats'

2022-07-12 Thread Konstantin Kostiuk
Queued, thanks. On Thu, Jul 7, 2022 at 4:01 AM zhenwei pi wrote: > v3 -> v4: > - Separate qapi script change from qga. > > v2 -> v3: > - Rename 'GuestOsType' to 'GuestCpuStatsType'. > - Add 'linux' into polluted_words, rename 'linuxos' to 'linux'. Remove > 'windows' from 'GuestCpuStatsType', b

[PATCH v4 0/2] qga: add command 'guest-get-cpustats'

2022-07-06 Thread zhenwei pi
v3 -> v4: - Separate qapi script change from qga. v2 -> v3: - Rename 'GuestOsType' to 'GuestCpuStatsType'. - Add 'linux' into polluted_words, rename 'linuxos' to 'linux'. Remove 'windows' from 'GuestCpuStatsType', because currently we don't use it. v1 -> v2: - Konstantin & Marc-André pointed ou