You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Ubuntu20, QEMU emulator version 4.2.1 (Debian 1:4.2-3ubuntu6.21)
"dirty-bitmaps" and "inserted" are at the same level of BlockInfo, match qmp/raw/autogen.go BlockInfo
virsh qemu-monitor-command DOMAIN --pretty '{ "execute": "query-block" }'
In Ubuntu20, QEMU emulator version 4.2.1 (Debian 1:4.2-3ubuntu6.21)
"dirty-bitmaps" and "inserted" are at the same level of BlockInfo, match qmp/raw/autogen.go BlockInfo
But in Ubuntu22, QEMU emulator version 6.2.0 (Debian 1:6.2+dfsg-2ubuntu6.3)
"dirty-bitmaps" is a key in "inserted", so BlockInfo struct mismatch
According to https://wiki.qemu.org/ChangeLog/6.0
It looks like this module needs some changes to adapt to the new version of qemu?
The text was updated successfully, but these errors were encountered: