On 8/12/20 11:32 AM, Claudio Fontana wrote:
> +CpusAccel qtest_cpus = {
> + .create_vcpu_thread = qtest_start_vcpu_thread,
> + .get_virtual_clock = qtest_get_virtual_clock,
> +};const. Do you need to fill in the other methods, even if they do nothing but g_assert_not_reached()? > - qemu_dummy_start_vcpu(cpu); > + assert(0); g_assert_not_reached(); r~
