Re: [PATCH v3 22/25] qemu: Store all iothread's 'poll*' attributes as unsigned long long

2023-04-19 Thread Ján Tomko
On a Wednesday in 2023, Peter Krempa wrote: Convert the internal types to unsigned long long. Luckily we can also covert the external types too: - 'qemuDomainSetIOThreadParams' can accept both _UINT and _ULLONG by converting to 'virTypedParamsGetUnsigned' - querying is handled via the bulk

[PATCH v3 22/25] qemu: Store all iothread's 'poll*' attributes as unsigned long long

2023-04-19 Thread Peter Krempa
Convert the internal types to unsigned long long. Luckily we can also covert the external types too: - 'qemuDomainSetIOThreadParams' can accept both _UINT and _ULLONG by converting to 'virTypedParamsGetUnsigned' - querying is handled via the bulk stats API which is flexible: - we use