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

2011-10-24 Thread Anthony PERARD
On Thu, Oct 20, 2011 at 11:59, Stefano Stabellini 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 allo

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

2011-10-20 Thread Stefano Stabellini
On Wed, 19 Oct 2011, Anthony PERARD wrote: > From: Allen Kay > > Signed-off-by: Allen Kay > Signed-off-by: Guy Zana > Signed-off-by: Anthony PERARD > --- > Makefile.target |2 + > hw/xen_pci_passthrough.c | 861 > ++ > hw/xen_

[Qemu-devel] [PATCH V2 08/10] Introduce Xen PCI Passthrough, qdevice (1/3)

2011-10-19 Thread Anthony PERARD
From: Allen Kay Signed-off-by: Allen Kay Signed-off-by: Guy Zana Signed-off-by: Anthony PERARD --- Makefile.target |2 + hw/xen_pci_passthrough.c | 861 ++ hw/xen_pci_passthrough.h | 258 hw/xen_pci_passth