mbox

[PULL,0/8] s390x: various patches

Message ID 1431076115-13153-1-git-send-email-cornelia.huck@de.ibm.com
State New
Headers show

Pull-request

git://github.com/cohuck/qemu tags/s390x-20150508

Message

Cornelia Huck May 8, 2015, 9:08 a.m. UTC
The following changes since commit f8340b360b9bc29d48716ba8aca79df2b9544979:

  hw/ptimer: Do not artificially limit timers when using icount (2015-05-08 17:15:23 +1000)

are available in the git repository at:

  git://github.com/cohuck/qemu tags/s390x-20150508

for you to fetch changes up to 3cda44f7bae5c9feddc11630ba6eecb2e3bed425:

  s390x/kvm: migrate vcpu interrupt state (2015-05-08 10:36:19 +0200)

----------------------------------------------------------------
Assorted s390x patches:
- updates for virtio-ccw and s390-virtio, making them more similar
  to virtio-pci
- improvements regarding per-vcpu interrupts and migration

----------------------------------------------------------------

Christian Borntraeger (2):
  s390-virtio: Accommodate guests using virtqueues too early
  s390-virtio: clear {used,avail}_event_idx on reset as well

Cornelia Huck (3):
  s390-virtio: use common features
  virtio-ccw: change realization sequence
  virtio-ccw: implement ->device_plugged

David Hildenbrand (1):
  s390x: move fpu regs into a subsection of the vmstate

Jens Freimann (2):
  s390x/kvm: use ioctl KVM_S390_IRQ for vcpu interrupts
  s390x/kvm: migrate vcpu interrupt state

 hw/s390x/s390-virtio-bus.c | 28 ++++++++---------
 hw/s390x/s390-virtio.c     | 10 ++++++
 hw/s390x/virtio-ccw.c      | 72 +++++++++++++++++++++++--------------------
 target-s390x/cpu-qom.h     |  3 ++
 target-s390x/cpu.c         |  1 +
 target-s390x/cpu.h         |  9 ++++++
 target-s390x/kvm.c         | 77 ++++++++++++++++++++++++++++++++++++++++++++--
 target-s390x/machine.c     | 49 ++++++++++++++++++++++++-----
 8 files changed, 192 insertions(+), 57 deletions(-)

Comments

Peter Maydell May 11, 2015, 8:41 a.m. UTC | #1
On 8 May 2015 at 10:08, Cornelia Huck <cornelia.huck@de.ibm.com> wrote:
> The following changes since commit f8340b360b9bc29d48716ba8aca79df2b9544979:
>
>   hw/ptimer: Do not artificially limit timers when using icount (2015-05-08 17:15:23 +1000)
>
> are available in the git repository at:
>
>   git://github.com/cohuck/qemu tags/s390x-20150508
>
> for you to fetch changes up to 3cda44f7bae5c9feddc11630ba6eecb2e3bed425:
>
>   s390x/kvm: migrate vcpu interrupt state (2015-05-08 10:36:19 +0200)
>
> ----------------------------------------------------------------
> Assorted s390x patches:
> - updates for virtio-ccw and s390-virtio, making them more similar
>   to virtio-pci
> - improvements regarding per-vcpu interrupts and migration
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM