qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v5 04/14] cpus: extract out qtest-specific code to accel/qtes


From: Richard Henderson
Subject: Re: [PATCH v5 04/14] cpus: extract out qtest-specific code to accel/qtest
Date: Fri, 14 Aug 2020 13:42:27 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0

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~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]