commit | bfadaded0dc323a1cf3f08b5068f12955b54cbaa | [log] [tgz] |
---|---|---|
author | Amit Shah <amit.shah@redhat.com> | Tue Sep 16 18:04:28 2008 +0300 |
committer | Avi Kivity <avi@redhat.com> | Wed Oct 15 14:25:04 2008 +0200 |
tree | 8b55582d859efa274be0c7cfc92c9da00324fddf | |
parent | 62c476c7c7f25a5b245b9902a935636e6316e58c [diff] |
KVM: Device Assignment: Free device structures if IRQ allocation fails 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 <amit.shah@redhat.com> Signed-off-by: Avi Kivity <avi@redhat.com>