diff options
author | Cao jin | 2017-01-17 07:18:47 +0100 |
---|---|---|
committer | Michael S. Tsirkin | 2017-02-01 02:37:18 +0100 |
commit | 20729dbd0109b9d9065447dba354f10bcf78d0d6 (patch) | |
tree | 0af24b17a30a346c706327b14822468de410df58 /hw/net/vmxnet3.c | |
parent | msix: Follow CODING_STYLE (diff) | |
download | qemu-20729dbd0109b9d9065447dba354f10bcf78d0d6.tar.gz qemu-20729dbd0109b9d9065447dba354f10bcf78d0d6.tar.xz qemu-20729dbd0109b9d9065447dba354f10bcf78d0d6.zip |
hcd-xhci: check & correct param before using it
usb_xhci_realize() corrects invalid values of property "intrs"
automatically, but the uncorrected value is passed to msi_init(),
which chokes on invalid values. Delay that until after the
correction.
Resources allocated by usb_xhci_init() are leaked when msi_init()
fails. Fix by calling it after msi_init().
CC: Gerd Hoffmann <kraxel@redhat.com>
CC: Markus Armbruster <armbru@redhat.com>
CC: Marcel Apfelbaum <marcel@redhat.com>
CC: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Acked-by: Marcel Apfelbaum <marcel@redhat.com>
Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'hw/net/vmxnet3.c')
0 files changed, 0 insertions, 0 deletions