qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/3] s390x: some further patches


From: Cornelia Huck
Subject: [Qemu-devel] [PATCH 0/3] s390x: some further patches
Date: Wed, 6 May 2015 17:24:37 +0200

Here are some further s390x patches I had still lying around:
Improve interrupt injection for vcpu interrupts, move fpu regs
from the vmstate to be able to extend it with vector registers
in the future and enable migration of vcpu interrupt state.

Patchset is on top of the virtio patches I sent out on monday
(<address@hidden>).
Relevant git branch:

git://github.com/cohuck/qemu s390-next

I'd like to do a pull request for all of these patches by end of
the week.

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

 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 +++++++++++++++++++++++++++-----
 5 files changed, 130 insertions(+), 9 deletions(-)

-- 
2.4.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]