qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/3] pci: Add missing include and remove unuseful co


From: Philippe Mathieu-Daudé
Subject: [Qemu-devel] [PATCH 0/3] pci: Add missing include and remove unuseful code
Date: Wed, 10 Oct 2018 23:53:52 +0200

Hi Michael, these are obvious cleanups patches.

I might ressurect David's old series later:
https://lists.gnu.org/archive/html/qemu-devel/2017-11/msg05277.html

Regards,

Phil.

Philippe Mathieu-Daudé (3):
  hw/pci-bridge/xio3130: Remove unused functions
  hw/pci-bridge/ioh3420: Remove unuseful header
  hw/pci: Add missing include

 hw/pci-bridge/ioh3420.h            |  6 ------
 hw/pci-bridge/xio3130_downstream.h | 11 -----------
 hw/pci-bridge/xio3130_upstream.h   | 10 ----------
 include/hw/pci/pci_bus.h           |  2 ++
 hw/pci-bridge/ioh3420.c            |  2 +-
 hw/pci-bridge/xio3130_downstream.c | 28 +---------------------------
 hw/pci-bridge/xio3130_upstream.c   | 24 +-----------------------
 7 files changed, 5 insertions(+), 78 deletions(-)
 delete mode 100644 hw/pci-bridge/ioh3420.h
 delete mode 100644 hw/pci-bridge/xio3130_downstream.h
 delete mode 100644 hw/pci-bridge/xio3130_upstream.h

-- 
2.19.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]