qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] fixup some fallback from tree reorg
@ 2013-05-30  9:30 Michael S. Tsirkin
  2013-05-30  9:30 ` [Qemu-devel] [PATCH 1/2] dec.c - move to pci-bridge Michael S. Tsirkin
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Michael S. Tsirkin @ 2013-05-30  9:30 UTC (permalink / raw)
  To: qemu-devel; +Cc: Paolo Bonzini

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2013-05-30 17:37 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-30  9:30 [Qemu-devel] [PATCH 0/2] fixup some fallback from tree reorg Michael S. Tsirkin
2013-05-30  9:30 ` [Qemu-devel] [PATCH 1/2] dec.c - move to pci-bridge Michael S. Tsirkin
2013-05-30 15:27   ` Andreas Färber
2013-05-30 17:37     ` Michael S. Tsirkin
2013-05-30  9:30 ` [Qemu-devel] [PATCH 2/2] firmware_abi: move to include/hw/nvram/ Michael S. Tsirkin
2013-05-30 15:29   ` Andreas Färber
2013-05-30 13:04 ` [Qemu-devel] [PATCH 0/2] fixup some fallback from tree reorg Paolo Bonzini
2013-05-30 13:07   ` Michael S. Tsirkin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).