qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Cornelia Huck <cornelia.huck@de.ibm.com>
To: qemu-devel@nongnu.org
Cc: Cornelia Huck <cornelia.huck@de.ibm.com>,
	borntraeger@de.ibm.com, jfrei@linux.vnet.ibm.com, agraf@suse.de
Subject: [Qemu-devel] [PATCH 0/6] First set of s390x patches for 2.6
Date: Thu, 17 Dec 2015 18:43:26 +0100	[thread overview]
Message-ID: <1450374212-9841-1-git-send-email-cornelia.huck@de.ibm.com> (raw)

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

             reply	other threads:[~2015-12-17 17:43 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-17 17:43 Cornelia Huck [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1450374212-9841-1-git-send-email-cornelia.huck@de.ibm.com \
    --to=cornelia.huck@de.ibm.com \
    --cc=agraf@suse.de \
    --cc=borntraeger@de.ibm.com \
    --cc=jfrei@linux.vnet.ibm.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).