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 stefano.stabell...@eu.citrix.com 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

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 allen.m@intel.com Signed-off-by: Allen Kay allen.m@intel.com Signed-off-by: Guy Zana g...@neocleus.com Signed-off-by: Anthony PERARD anthony.per...@citrix.com --- Makefile.target |2 +

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

2011-10-19 Thread Anthony PERARD
From: Allen Kay allen.m@intel.com Signed-off-by: Allen Kay allen.m@intel.com Signed-off-by: Guy Zana g...@neocleus.com Signed-off-by: Anthony PERARD anthony.per...@citrix.com --- Makefile.target |2 + hw/xen_pci_passthrough.c | 861