linux-s390.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Paolo Bonzini <pbonzini@redhat.com>
To: Christian Borntraeger <borntraeger@de.ibm.com>
Cc: KVM <kvm@vger.kernel.org>,
	David Hildenbrand <dahi@linux.vnet.ibm.com>,
	Alexander Graf <agraf@suse.de>,
	Cornelia Huck <cornelia.huck@de.ibm.com>,
	linux-s390 <linux-s390@vger.kernel.org>,
	Jens Freimann <jfrei@linux.vnet.ibm.com>
Subject: Re: [GIT PULL 0/9] KVM: s390: Fixes and features for kvm/next (4.6) part 2
Date: Thu, 10 Mar 2016 17:07:45 +0100	[thread overview]
Message-ID: <56E19BD1.5000803@redhat.com> (raw)
In-Reply-To: <1457624219-110920-1-git-send-email-borntraeger@de.ibm.com>



On 10/03/2016 16:36, Christian Borntraeger wrote:
> Paolo,
> 
> the remaining patches for 4.6 on the s390 side.
> 
> The following changes since commit 1763f8d09d522b3ac998229dcf038476e88b78fc:
> 
>   KVM: s390: bail out early on fatal signal in dirty logging (2016-02-10 13:12:57 +0100)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git  tags/kvm-s390-next-4.6-2
> 
> for you to fetch changes up to c54f0d6ae057444453f5167e66ed999e8cf26936:
> 
>   KVM: s390: allocate only one DMA page per VM (2016-03-08 13:57:54 +0100)
> 
> ----------------------------------------------------------------
> KVM: s390: Fixes and features for kvm/next (4.6) part 2
> 
> - add watchdog diagnose to trace event decoder
> - better handle the cpu timer when not inside the guest
> - only provide STFLE if the CPU model has STFLE
> - reduce DMA page usage
> 
> ----------------------------------------------------------------
> Alexander Yarygin (1):
>       KVM: s390: Add diag "watchdog functions" to trace event decoding
> 
> David Hildenbrand (8):
>       KVM: s390: store cpu id in vcpu->cpu when scheduled in
>       KVM: s390: abstract access to the VCPU cpu timer
>       KVM: s390: step VCPU cpu timer during kvm_run ioctl
>       KVM: s390: protect VCPU cpu timer with a seqcount
>       KVM: s390: step the VCPU timer while in enabled wait
>       KVM: s390: wake up when the VCPU cpu timer expires
>       KVM: s390: enable STFLE interpretation only if enabled for the guest
>       KVM: s390: allocate only one DMA page per VM
> 
>  arch/s390/include/asm/kvm_host.h |  33 +++++--
>  arch/s390/include/uapi/asm/sie.h |   1 +
>  arch/s390/kvm/interrupt.c        |  53 ++++++++----
>  arch/s390/kvm/kvm-s390.c         | 180 +++++++++++++++++++++++++++++----------
>  arch/s390/kvm/kvm-s390.h         |  11 ++-
>  arch/s390/kvm/priv.c             |   2 +-
>  6 files changed, 209 insertions(+), 71 deletions(-)
> 
> --
> To unsubscribe from this list: send the line "unsubscribe kvm" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

Pulled, thanks!

Paolo

      parent reply	other threads:[~2016-03-10 16:07 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-10 15:36 [GIT PULL 0/9] KVM: s390: Fixes and features for kvm/next (4.6) part 2 Christian Borntraeger
2016-03-10 15:36 ` [GIT PULL 1/9] KVM: s390: Add diag "watchdog functions" to trace event decoding Christian Borntraeger
2016-03-10 15:36 ` [GIT PULL 2/9] KVM: s390: store cpu id in vcpu->cpu when scheduled in Christian Borntraeger
2016-03-10 15:36 ` [GIT PULL 3/9] KVM: s390: abstract access to the VCPU cpu timer Christian Borntraeger
2016-03-10 15:36 ` [GIT PULL 4/9] KVM: s390: step VCPU cpu timer during kvm_run ioctl Christian Borntraeger
2016-03-10 15:36 ` [GIT PULL 5/9] KVM: s390: protect VCPU cpu timer with a seqcount Christian Borntraeger
2016-03-10 15:36 ` [GIT PULL 6/9] KVM: s390: step the VCPU timer while in enabled wait Christian Borntraeger
2016-03-10 15:36 ` [GIT PULL 7/9] KVM: s390: wake up when the VCPU cpu timer expires Christian Borntraeger
2016-03-10 15:36 ` [GIT PULL 8/9] KVM: s390: enable STFLE interpretation only if enabled for the guest Christian Borntraeger
2016-03-10 15:36 ` [GIT PULL 9/9] KVM: s390: allocate only one DMA page per VM Christian Borntraeger
2016-03-10 16:07 ` Paolo Bonzini [this message]

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=56E19BD1.5000803@redhat.com \
    --to=pbonzini@redhat.com \
    --cc=agraf@suse.de \
    --cc=borntraeger@de.ibm.com \
    --cc=cornelia.huck@de.ibm.com \
    --cc=dahi@linux.vnet.ibm.com \
    --cc=jfrei@linux.vnet.ibm.com \
    --cc=kvm@vger.kernel.org \
    --cc=linux-s390@vger.kernel.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).