[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-stable] [PATCH v3 0/8] msi: Refactorings and reset fixes
From: |
Jan Kiszka |
Subject: |
[Qemu-stable] [PATCH v3 0/8] msi: Refactorings and reset fixes |
Date: |
Fri, 11 May 2012 11:42:33 -0300 |
v3 is v2 - xhci changes as MSI is instable there anyway. So, only
patches 1 and 2 are for 1.1/stable now.
CC: Alexander Graf <address@hidden>
CC: Gerd Hoffmann <address@hidden>
CC: Isaku Yamahata <address@hidden>
CC: address@hidden
Jan Kiszka (8):
ahci: Fix reset of MSI function
intel-hda: Fix reset of MSI function
ahci: Clean up reset functions
msi: Guard msi_reset with msi_present
msi: Invoke msi/msix_reset from PCI core
msi: Guard msi/msix_write_config with msi_present
msi: Invoke msi/msix_write_config from PCI core
msi: Use msi/msix_present more consistently
hw/ide/ahci.c | 25 +++++++++++++++----------
hw/ide/ahci.h | 2 +-
hw/ide/ich.c | 19 ++++++++-----------
hw/intel-hda.c | 12 ------------
hw/ioh3420.c | 3 +--
hw/msi.c | 11 ++++++++---
hw/msix.c | 15 +++++++++------
hw/pci.c | 8 ++++++++
hw/pci_bridge.c | 4 ++++
hw/virtio-pci.c | 3 ---
hw/xio3130_downstream.c | 3 +--
hw/xio3130_upstream.c | 3 +--
12 files changed, 56 insertions(+), 52 deletions(-)
--
1.7.3.4
- [Qemu-stable] [PATCH v3 0/8] msi: Refactorings and reset fixes,
Jan Kiszka <=