Re: [PATCH] KVM: Device Assignment: Free device structures if IRQ allocation fails

2008-09-16 Thread Amit Shah
* On Tuesday 16 Sep 2008 22:55:29 Avi Kivity wrote: Amit Shah wrote: When an IRQ allocation fails, we free up the device structures and disable the device so that we can unregister the device in the userspace and not expose it to the guest at all. Still doesn't apply. What did you

Re: [PATCH] KVM: Device Assignment: Free device structures if IRQ allocation fails

2008-09-16 Thread Avi Kivity
Amit Shah wrote: * On Tuesday 16 Sep 2008 22:55:29 Avi Kivity wrote: Amit Shah wrote: When an IRQ allocation fails, we free up the device structures and disable the device so that we can unregister the device in the userspace and not expose it to the guest at all. Still doesn't

[PATCH] KVM: Device Assignment: Free device structures if IRQ allocation fails

2008-09-14 Thread Amit Shah
When an IRQ allocation fails, we free up the device structures and disable the device so that we can unregister the device in the userspace and not expose it to the guest at all. Signed-off-by: Amit Shah [EMAIL PROTECTED] --- arch/x86/kvm/x86.c | 86

Re: [PATCH] KVM: Device Assignment: Free device structures if IRQ allocation fails

2008-09-13 Thread Avi Kivity
Amit Shah wrote: When an IRQ allocation fails, we free up the device structures and disable the device so that we can unregister the device in the userspace and not expose it to the guest at all. Doesn't apply. Can you refresh please? -- I have a truly marvellous patch that fixes the

[PATCH] KVM: Device Assignment: Free device structures if IRQ allocation fails

2008-08-29 Thread Amit Shah
When an IRQ allocation fails, we free up the device structures and disable the device so that we can unregister the device in the userspace and not expose it to the guest at all. Signed-off-by: Amit Shah [EMAIL PROTECTED] --- arch/x86/kvm/x86.c | 98