qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] pci: Bury dead legacy commands pci_add, pci_del
@ 2015-02-16  9:18 Markus Armbruster
  2015-02-16  9:18 ` [Qemu-devel] [PATCH 1/2] pci-hotplug-old: Has been dead for five major releases, bury Markus Armbruster
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Markus Armbruster @ 2015-02-16  9:18 UTC (permalink / raw)
  To: qemu-devel; +Cc: pbonzini, david, mst

With great pleasure.

Markus Armbruster (2):
  pci-hotplug-old: Has been dead for five major releases, bury
  pci: Give a few helpers internal linkage

 default-configs/i386-softmmu.mak   |   1 -
 default-configs/x86_64-softmmu.mak |   1 -
 device-hotplug.c                   |   7 +-
 hmp-commands.hx                    |  32 ----
 hw/pci/Makefile.objs               |   2 -
 hw/pci/pci-hotplug-old.c           | 343 -------------------------------------
 hw/pci/pci.c                       |  14 +-
 include/hw/pci/pci.h               |   7 -
 include/sysemu/blockdev.h          |   2 -
 include/sysemu/sysemu.h            |   5 -
 stubs/Makefile.objs                |   1 -
 stubs/pci-drive-hot-add.c          |  10 --
 12 files changed, 10 insertions(+), 415 deletions(-)
 delete mode 100644 hw/pci/pci-hotplug-old.c
 delete mode 100644 stubs/pci-drive-hot-add.c

-- 
1.9.3

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

end of thread, other threads:[~2015-02-16 19:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-16  9:18 [Qemu-devel] [PATCH 0/2] pci: Bury dead legacy commands pci_add, pci_del Markus Armbruster
2015-02-16  9:18 ` [Qemu-devel] [PATCH 1/2] pci-hotplug-old: Has been dead for five major releases, bury Markus Armbruster
2015-02-16  9:18 ` [Qemu-devel] [PATCH 2/2] pci: Give a few helpers internal linkage Markus Armbruster
2015-02-16 19:36 ` [Qemu-devel] [PATCH 0/2] pci: Bury dead legacy commands pci_add, pci_del Eric Blake

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).