commit | d7efb7e08e5edaac23b0dc824f72c3f353447c39 | [log] [tgz] |
---|---|---|
author | Knut Omang <knut.omang@oracle.com> | Tue Sep 02 13:00:04 2014 +0200 |
committer | Michael S. Tsirkin <mst@redhat.com> | Tue Sep 02 17:28:26 2014 +0300 |
tree | b623b038d7cddd9546847b4f071007e8c61c31a7 | |
parent | 0187c7989a5cedd4f88bba76839cc9c44fb3fc81 [diff] |
pci: avoid losing config updates to MSI/MSIX cap regs Since commit 95d658002401e2e47a5404298ebe9508846e8a39 msi: Invoke msi/msix_write_config from PCI core msix config writes are lost, the value written is always 0. Fix pci_default_write_config to avoid this. Cc: qemu-stable@nongnu.org Signed-off-by: Knut Omang <knut.omang@oracle.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>