qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH V2 08/10] Introduce Xen PCI Passthrough, qdevice


From: Anthony PERARD
Subject: Re: [Qemu-devel] [PATCH V2 08/10] Introduce Xen PCI Passthrough, qdevice (1/3)
Date: Mon, 24 Oct 2011 15:29:19 +0100

On Thu, Oct 20, 2011 at 11:59, Stefano Stabellini
<address@hidden> wrote:
>> +    if (s->pm_state != NULL && s->pm_state->flags & PT_FLAG_TRANSITING) {
>> +        qemu_mod_timer(s->pm_state->pm_timer,
>> +                       qemu_get_clock_ms(rt_clock) + s->pm_state->pm_delay);
>> +    }
>
> where is this allocated?

The allocation is in the next patch, the long file that handle the config space.

-- 
Anthony PERARD



reply via email to

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