On Mon, 2008-07-28 at 19:26 +0300, Ben-Ami Yassour1 wrote:
> Based on a patch from: Amit Shah <[EMAIL PROTECTED]>
> 
>       void (*irq_acked)(struct kvm_irq_ack_notifier *kian);
>  };
>  
> +struct kvm_assigned_dev_kernel {
> +     struct kvm_irq_ack_notifier ack_notifier;
> +     struct work_struct interrupt_work;
> +     struct list_head list;
> +     struct kvm_assigned_pci_dev assigned_dev;
the field: struct kvm_assigned_pci_dev assigned_dev
is no longer used and should be deleted.
Will be updated in the next version.

Regards,
Ben


--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to