qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/6] First set of s390x patches for 2.6
@ 2015-12-17 17:43 Cornelia Huck
  2015-12-17 17:43 ` [Qemu-devel] [PATCH 1/6] s390x: add 2.6 compat machine Cornelia Huck
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Cornelia Huck @ 2015-12-17 17:43 UTC (permalink / raw)
  To: qemu-devel; +Cc: Cornelia Huck, borntraeger, jfrei, agraf

This first round of s390x patches includes:
- new compat machine
- remove the old s390-virtio machine (would like an ack from Alex
  on this)
- a fix and some cleanup

Note: I won't send a pull request before my year's end vacation,
i.e. not before next year.

Cornelia Huck (2):
  s390x: add 2.6 compat machine
  s390x/virtio: use qemu_check_nic_model()

Pierre Morel (2):
  s390x: remove s390-virtio machine
  s390x: remove s390-virtio devices

Yi Min Zhao (2):
  s390x/pci: reject some operations to disabled PCI function
  s390x/pci: code cleanup

 hw/s390x/Makefile.objs     |   2 +-
 hw/s390x/s390-pci-bus.c    |   6 +-
 hw/s390x/s390-pci-bus.h    |   1 +
 hw/s390x/s390-pci-inst.c   |  17 +-
 hw/s390x/s390-virtio-bus.c | 758 ---------------------------------------------
 hw/s390x/s390-virtio-bus.h | 186 -----------
 hw/s390x/s390-virtio-ccw.c |  18 +-
 hw/s390x/s390-virtio.c     | 168 +---------
 target-s390x/cpu.h         |   3 -
 target-s390x/helper.c      |   2 +-
 vl.c                       |   7 +-
 11 files changed, 34 insertions(+), 1134 deletions(-)
 delete mode 100644 hw/s390x/s390-virtio-bus.c
 delete mode 100644 hw/s390x/s390-virtio-bus.h

-- 
2.6.4

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

end of thread, other threads:[~2015-12-17 17:43 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-17 17:43 [Qemu-devel] [PATCH 0/6] First set of s390x patches for 2.6 Cornelia Huck
2015-12-17 17:43 ` [Qemu-devel] [PATCH 1/6] s390x: add 2.6 compat machine Cornelia Huck
2015-12-17 17:43 ` [Qemu-devel] [PATCH 2/6] s390x: remove s390-virtio machine Cornelia Huck
2015-12-17 17:43 ` [Qemu-devel] [PATCH 3/6] s390x: remove s390-virtio devices Cornelia Huck
2015-12-17 17:43 ` [Qemu-devel] [PATCH 4/6] s390x/pci: reject some operations to disabled PCI function Cornelia Huck
2015-12-17 17:43 ` [Qemu-devel] [PATCH 5/6] s390x/pci: code cleanup Cornelia Huck
2015-12-17 17:43 ` [Qemu-devel] [PATCH 6/6] s390x/virtio: use qemu_check_nic_model() Cornelia Huck

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