|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] Re: [Qemu-devel] [PATCH V2 08/10] Introduce Xen PCI Passthro
On Thu, Oct 20, 2011 at 11:59, Stefano Stabellini
<stefano.stabellini@xxxxxxxxxxxxx> 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
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-devel] [PATCH V2 02/10] Introduce HostPCIDevice to access a pci device on the host., (continued)
- [Xen-devel] [PATCH V2 02/10] Introduce HostPCIDevice to access a pci device on the host., Anthony PERARD
- [Xen-devel] [PATCH V2 04/10] pci_ids: Add INTEL_82599_VF id., Anthony PERARD
- [Xen-devel] [PATCH V2 03/10] pci.c: Add pci_check_bar_overlap, Anthony PERARD
- [Xen-devel] [PATCH V2 06/10] pci_regs: Add PCI_EXP_TYPE_PCIE_BRIDGE, Anthony PERARD
- [Xen-devel] [PATCH V2 05/10] pci_regs: Fix value of PCI_EXP_TYPE_RC_EC., Anthony PERARD
- [Xen-devel] [PATCH V2 07/10] Introduce apic-msidef.h, Anthony PERARD
- [Xen-devel] [PATCH V2 08/10] Introduce Xen PCI Passthrough, qdevice (1/3), Anthony PERARD
- [Xen-devel] [PATCH V2 10/10] Introduce Xen PCI Passthrough, MSI (3/3), Anthony PERARD
- [Xen-devel] [PATCH V2 09/10] Introduce Xen PCI Passthrough, PCI config space helpers (2/3), Anthony PERARD
|
|
|
|
|