From: Cornelia Huck <cohuck@redhat.com>
To: Christian Borntraeger <borntraeger@de.ibm.com>
Cc: Thomas Huth <thuth@redhat.com>,
qemu-devel <qemu-devel@nongnu.org>,
Alexander Graf <agraf@suse.de>,
"Collin L. Walling" <walling@linux.vnet.ibm.com>,
Richard Henderson <rth@twiddle.net>
Subject: Re: [Qemu-devel] [PATCH v2 1/2] s390/kvm: Support for get/set of extended TOD-Clock for guest
Date: Wed, 4 Oct 2017 15:29:01 +0200 [thread overview]
Message-ID: <20171004152901.0e60cf93.cohuck@redhat.com> (raw)
In-Reply-To: <0a170e87-54d5-8239-31f3-198b99d3924a@de.ibm.com>
On Wed, 4 Oct 2017 13:44:31 +0200
Christian Borntraeger <borntraeger@de.ibm.com> wrote:
> On 10/04/2017 01:42 PM, Thomas Huth wrote:
> > On 04.10.2017 12:57, Christian Borntraeger wrote:
> >> From: "Collin L. Walling" <walling@linux.vnet.ibm.com>
> >>
> >> Provides an interface for getting and setting the guest's extended
> >> TOD-Clock via a single ioctl to kvm. If the ioctl fails because it
> >> is not support by kvm, then we fall back to the old style of
> >> retrieving the clock via two ioctls.
> >>
> >> Signed-off-by: Collin L. Walling <walling@linux.vnet.ibm.com>
> >> Reviewed-by: Eric Farman <farman@linux.vnet.ibm.com>
> >> Reviewed-by: Claudio Imbrenda <imbrenda@linux.vnet.ibm.com>
> >> Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
> >> [split failure change from epoch index change]
> >> ---
> >> target/s390x/cpu.c | 26 +++++++++++++++++++-------
> >> target/s390x/kvm-stub.c | 10 ++++++++++
> >> target/s390x/kvm.c | 35 ++++++++++++++++++++++++++++++++++-
> >> target/s390x/kvm_s390x.h | 2 ++
> >> 4 files changed, 65 insertions(+), 8 deletions(-)
> >> diff --git a/target/s390x/kvm.c b/target/s390x/kvm.c
> >> index ebb75ca..4c944a5 100644
> >> --- a/target/s390x/kvm.c
> >> +++ b/target/s390x/kvm.c
> >> @@ -643,10 +643,27 @@ int kvm_s390_get_clock(uint8_t *tod_high, uint64_t *tod_low)
> >> return kvm_vm_ioctl(kvm_state, KVM_GET_DEVICE_ATTR, &attr);
> >> }
> >>
> >> +int kvm_s390_get_clock_ext(uint8_t *tod_high, uint64_t *tod_low)
> >> +{
> >> + int r;
> >> + struct kvm_s390_vm_tod_clock gtod;
> >> +
> >
> > So you've got a blank line here...
>
> Yes, seems that I have forgotten this one.
> I will let Conny decide if I should resend or if she can fixup.
No worries, I can make this consistent on applying.
next prev parent reply other threads:[~2017-10-04 13:29 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-04 10:57 [Qemu-devel] [PATCH v2 0/2] s390/z14: extended TOD-clock support Christian Borntraeger
2017-10-04 10:57 ` [Qemu-devel] [PATCH v2 1/2] s390/kvm: Support for get/set of extended TOD-Clock for guest Christian Borntraeger
2017-10-04 11:42 ` Thomas Huth
2017-10-04 11:44 ` Christian Borntraeger
2017-10-04 13:29 ` Cornelia Huck [this message]
2017-10-04 10:57 ` [Qemu-devel] [PATCH v2 2/2] s390/kvm: make TOD setting failures fatal for migration Christian Borntraeger
2017-10-04 11:48 ` Thomas Huth
2017-10-04 11:51 ` Christian Borntraeger
2017-10-04 13:57 ` [Qemu-devel] [PATCH v2 0/2] s390/z14: extended TOD-clock support Cornelia Huck
2017-10-04 14:17 ` Christian Borntraeger
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=20171004152901.0e60cf93.cohuck@redhat.com \
--to=cohuck@redhat.com \
--cc=agraf@suse.de \
--cc=borntraeger@de.ibm.com \
--cc=qemu-devel@nongnu.org \
--cc=rth@twiddle.net \
--cc=thuth@redhat.com \
--cc=walling@linux.vnet.ibm.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.