qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 0/2] fixup some fallback from tree reorg


From: Michael S. Tsirkin
Subject: [Qemu-devel] [PATCH 0/2] fixup some fallback from tree reorg
Date: Thu, 30 May 2013 12:30:12 +0300

Here are some patches fixing up minor issues
in the tree reorganization.

Michael S. Tsirkin (2):
  dec.c - move to pci-bridge
  firmware_abi: move to include/hw/nvram/

 hw/pci-bridge/Makefile.objs              |   2 +
 hw/pci-bridge/dec.c                      | 156 +++++++++++++++++++++++++++++++
 hw/pci-bridge/dec.h                      |  10 ++
 hw/pci-host/Makefile.objs                |   1 -
 hw/pci-host/dec.c                        | 156 -------------------------------
 hw/pci-host/dec.h                        |  10 --
 hw/sparc/sun4m.c                         |   2 +-
 hw/sparc64/sun4u.c                       |   2 +-
 include/hw/nvram/openbios_firmware_abi.h |  73 +++++++++++++++
 include/hw/sparc/firmware_abi.h          |  73 ---------------
 10 files changed, 243 insertions(+), 242 deletions(-)
 create mode 100644 hw/pci-bridge/dec.c
 create mode 100644 hw/pci-bridge/dec.h
 delete mode 100644 hw/pci-host/dec.c
 delete mode 100644 hw/pci-host/dec.h
 create mode 100644 include/hw/nvram/openbios_firmware_abi.h
 delete mode 100644 include/hw/sparc/firmware_abi.h

-- 
MST



reply via email to

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