qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [RFC v2 07/34] exec-all: Move cpu_can_do_io to qom/cpu.


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [RFC v2 07/34] exec-all: Move cpu_can_do_io to qom/cpu.h
Date: Wed, 24 Jun 2015 11:11:32 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0


On 31/05/2015 08:11, Peter Crosthwaite wrote:
> +    /* If not executing code then assume we are ok.  */
> +    if (cpu->current_tb == NULL) {
> +        return true;
> +    }
> +    return cpu->can_do_io != 0;

For what it's worth, I think the "if" here is dead.  Pavel?

Paolo



reply via email to

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