On 14/1/26 16:11, Michael Tokarev wrote:
On 1/13/26 23:39, Philippe Mathieu-Daudé wrote:
Fix typo to avoid the following build failure:
target/i386/nvmm/nvmm-all.c: In function 'nvmm_init_vcpu':
target/i386/nvmm/nvmm-all.c:988:9: error: 'AccelCPUState' has no
member named 'vcpu_dirty'
988 | qcpu->vcpu_dirty = true;
| ^~
Cc: [email protected]
Reported-by: Thomas Huth <[email protected]>
Fixes: 2098164a6be ("accel/nvmm: Replace @dirty field by generic
CPUState::vcpu_dirty field")
Hmm.. This commit is in 10.1 already, we had another
release since that, 10.2.
Is this code being used at all?
Apparently yes, in NetBSD. See around this thread:
https://lore.kernel.org/qemu-devel/[email protected]/
Maybe it should have some tests?
Thanks,
/mjt