qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: David Woodhouse <dwmw2@infradead.org>
To: Stefan Hajnoczi <stefanha@gmail.com>
Cc: qemu-devel@nongnu.org, "Michael S . Tsirkin" <mst@redhat.com>,
	Igor Mammedov <imammedo@redhat.com>,
	Ani Sinha <anisinha@redhat.com>,
	Paolo Bonzini <pbonzini@redhat.com>,
	 Richard Henderson <richard.henderson@linaro.org>,
	Eduardo Habkost <eduardo@habkost.net>,
	Marcel Apfelbaum <marcel.apfelbaum@gmail.com>,
	Peter Hilber <quic_philber@quicinc.com>,
	 "Mohamed Abuelfotoh, Hazem" <abuehaze@amazon.com>,
	paul <paul@xen.org>
Subject: Re: [PULL 0/1] vmclock queue
Date: Thu, 09 Jan 2025 13:18:00 +0000	[thread overview]
Message-ID: <de33977443334962bf85d1f7968d2609ac35d6a5.camel@infradead.org> (raw)
In-Reply-To: <CAJSP0QUyq6RfYPPV2EXthMaLr82Z9htEohaP4f+P=MLUF=JCWg@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 3153 bytes --]

On Thu, 2025-01-09 at 07:52 -0500, Stefan Hajnoczi wrote:
> On Wed, 8 Jan 2025 at 06:11, David Woodhouse <dwmw2@infradead.org>
> wrote:
> > 
> > From: David Woodhouse <dwmw@amazon.co.uk>
> > 
> > The following changes since commit
> > 6528013b5f5ba6bb3934b7f5fe57a3110680530f:
> > 
> >   Merge tag 'qga-pull-2025-01-06' of
> > https://github.com/kostyanf14/qemu into staging (2025-01-06
> > 09:39:02 -0500)
> > 
> > are available in the Git repository at:
> > 
> >   git://git.infradead.org/users/dwmw2/qemu.git tags/pull-vmclock-
> > 20250108
> > 
> > for you to fetch changes up to
> > 6502ea82b26dc28c83fbc9c766af7a408a8ca827:
> > 
> >   hw/acpi: Add vmclock device (2025-01-07 16:22:04 +0000)
> > 
> > ----------------------------------------------------------------
> > Add vmclock device
> > 
> > ----------------------------------------------------------------
> > David Woodhouse (1):
> >       hw/acpi: Add vmclock device
> > 
> >  hw/acpi/Kconfig                              |   5 +
> >  hw/acpi/meson.build                          |   1 +
> >  hw/acpi/vmclock.c                            | 179 ++++++++++++++++++++++++++
> >  hw/i386/Kconfig                              |   1 +
> >  hw/i386/acpi-build.c                         |  10 +-
> >  include/hw/acpi/vmclock.h                    |  34 +++++
> >  include/standard-headers/linux/vmclock-abi.h | 182 +++++++++++++++++++++++++++
> >  scripts/update-linux-headers.sh              |   1 +
> >  8 files changed, 412 insertions(+), 1 deletion(-)
> >  create mode 100644 hw/acpi/vmclock.c
> >  create mode 100644 include/hw/acpi/vmclock.h
> >  create mode 100644 include/standard-headers/linux/vmclock-abi.h
> 
> On IRC you mentioned that you'd like me to pick up this pull request.
> If the ACPI subsystem maintainers don't want to take this through
> their tree then let's set up pull request handling for vmclock:
> 
> 1. Add a MAINTAINERS file entry for vmclock covering the new files
> (e.g. hw/acpi/vmclock.c) with yourself as maintainer.

Looks like Michael has taken it now; thanks.

> 2. Send pull requests with a GPG-signed tag (git tag --sign) and
> ensure that the repo URL in the email is https:// (the tooling rejects
> unencrypted http:// and git:// repo URLs).

You mean *or* rather than *and* in that sentence, right? Because if
it's GPG-signed, then I can send it to you over carrier pigeon and you
can validate it; the transport is irrelevant.

If you really did mean 'and'... is this a new bug in the tooling? Last
time I used Peter's make-pullreq script, it worked fine¹.

Obviously it doesn't matter for *this* one now Michael has picked it
up, but I sent another pull request today with some Xen emulation
fixes².

¹ https://lore.kernel.org/all/CAFEAcA9sjovBLdV1NsUnDGPs9hX1XYn7szbetQ-crtZ84VO4dQ@mail.gmail.com/
² https://lore.kernel.org/qemu-devel/20250109104837.2532259-1-dwmw2@infradead.org/

[-- Attachment #2: smime.p7s --]
[-- Type: application/pkcs7-signature, Size: 5069 bytes --]

  reply	other threads:[~2025-01-09 13:18 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-08 11:10 [PULL 0/1] vmclock queue David Woodhouse
2025-01-08 11:10 ` [PULL 1/1] hw/acpi: Add vmclock device David Woodhouse
2025-01-09 12:52 ` [PULL 0/1] vmclock queue Stefan Hajnoczi
2025-01-09 13:18   ` David Woodhouse [this message]
2025-01-09 14:01     ` Stefan Hajnoczi
2025-01-09 14:14       ` David Woodhouse
2025-01-09 16:03         ` Stefan Hajnoczi
2025-01-09 16:10           ` David Woodhouse

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=de33977443334962bf85d1f7968d2609ac35d6a5.camel@infradead.org \
    --to=dwmw2@infradead.org \
    --cc=abuehaze@amazon.com \
    --cc=anisinha@redhat.com \
    --cc=eduardo@habkost.net \
    --cc=imammedo@redhat.com \
    --cc=marcel.apfelbaum@gmail.com \
    --cc=mst@redhat.com \
    --cc=paul@xen.org \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=quic_philber@quicinc.com \
    --cc=richard.henderson@linaro.org \
    --cc=stefanha@gmail.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 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).