qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Richard Henderson <richard.henderson@linaro.org>
To: Gerd Hoffmann <kraxel@redhat.com>, qemu-devel@nongnu.org
Cc: "Thomas Huth" <thuth@redhat.com>,
	"Eduardo Habkost" <ehabkost@redhat.com>,
	"Sergio Lopez" <slp@redhat.com>,
	"Michael S. Tsirkin" <mst@redhat.com>,
	libvir-list@redhat.com,
	"Philippe Mathieu-Daudé" <f4bug@amsat.org>,
	"Wainer dos Santos Moschetta" <wainersm@redhat.com>,
	"Willian Rampazzo" <willianr@redhat.com>,
	"Paolo Bonzini" <pbonzini@redhat.com>,
	"Alex Bennée" <alex.bennee@linaro.org>
Subject: Re: [PULL 00/10] Misc 20211102 patches
Date: Wed, 3 Nov 2021 08:03:06 -0400	[thread overview]
Message-ID: <39461c49-727f-7a54-a0b8-a8774c8e63b2@linaro.org> (raw)
In-Reply-To: <20211102162619.2760593-1-kraxel@redhat.com>

On 11/2/21 12:26 PM, Gerd Hoffmann wrote:
> The following changes since commit 8cb41fda78c7ebde0dd248c6afe1d336efb0de50:
> 
>    Merge remote-tracking branch 'remotes/philmd/tags/machine-20211101' into staging (2021-11-02 05:53:45 -0400)
> 
> are available in the Git repository at:
> 
>    git://git.kraxel.org/qemu tags/misc-20211102-pull-request
> 
> for you to fetch changes up to 58d7d4c7869cb3addb0714aa7b6bd88f2b6b7edf:
> 
>    usb-storage: tag usb_msd_csw as packed struct (2021-11-02 17:24:18 +0100)
> 
> ----------------------------------------------------------------
> MAINTAINERS: audio updates
> microvm: device tree support
> console: chardev fixes
> misc: deprecate sga
> usb: fix struct usb_msd_csw
> 
> ----------------------------------------------------------------
> 
> Christian Schoenebeck (1):
>    MAINTAINERS: add myself as partial audio reviewer
> 
> Daniel P. Berrangé (1):
>    hw/misc: deprecate the 'sga' device
> 
> Dongwon Kim (1):
>    ui/gtk: skip any extra draw of same guest scanout blob res
> 
> Gerd Hoffmann (2):
>    microvm: add device tree support.
>    usb-storage: tag usb_msd_csw as packed struct
> 
> Nikola Pavlica (1):
>    ui/gtk: Update the refresh rate for gl-area too
> 
> Thomas Huth (1):
>    MAINTAINERS: Add myself as a reviewer for SDL audio
> 
> Volker Rümelin (3):
>    ui/console: replace QEMUFIFO with Fifo8
>    ui/console: replace kbd_timer with chr_accept_input callback
>    ui/console: remove chardev frontend connected test
> 
>   hw/i386/microvm-dt.h               |   8 +
>   include/hw/i386/microvm.h          |   4 +
>   include/hw/usb/msd.h               |   2 +-
>   include/ui/console.h               |   1 +
>   hw/display/virtio-gpu-udmabuf.c    |   2 +-
>   hw/i386/microvm-dt.c               | 341 +++++++++++++++++++++++++++++
>   hw/i386/microvm.c                  |   2 +
>   hw/misc/sga.c                      |   2 +
>   ui/console.c                       | 109 +++------
>   ui/gtk-egl.c                       |  40 ++--
>   ui/gtk-gl-area.c                   |  52 +++--
>   .gitlab-ci.d/buildtest.yml         |   1 -
>   MAINTAINERS                        |   4 +
>   configs/targets/i386-softmmu.mak   |   1 +
>   configs/targets/x86_64-softmmu.mak |   1 +
>   docs/about/deprecated.rst          |  10 +
>   hw/i386/meson.build                |   2 +-
>   17 files changed, 466 insertions(+), 116 deletions(-)
>   create mode 100644 hw/i386/microvm-dt.h
>   create mode 100644 hw/i386/microvm-dt.c

Applied, thanks.

r~



      parent reply	other threads:[~2021-11-03 12:04 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-02 16:26 [PULL 00/10] Misc 20211102 patches Gerd Hoffmann
2021-11-02 16:26 ` [PULL 01/10] MAINTAINERS: Add myself as a reviewer for SDL audio Gerd Hoffmann
2021-11-02 16:26 ` [PULL 02/10] MAINTAINERS: add myself as partial audio reviewer Gerd Hoffmann
2021-11-02 16:26 ` [PULL 03/10] microvm: add device tree support Gerd Hoffmann
2021-11-05 16:01   ` Peter Maydell
2021-11-02 16:26 ` [PULL 04/10] ui/gtk: Update the refresh rate for gl-area too Gerd Hoffmann
2021-11-02 16:26 ` [PULL 05/10] ui/gtk: skip any extra draw of same guest scanout blob res Gerd Hoffmann
2021-11-02 16:26 ` [PULL 06/10] ui/console: replace QEMUFIFO with Fifo8 Gerd Hoffmann
2021-11-02 16:26 ` [PULL 07/10] ui/console: replace kbd_timer with chr_accept_input callback Gerd Hoffmann
2021-11-02 16:26 ` [PULL 08/10] ui/console: remove chardev frontend connected test Gerd Hoffmann
2021-11-02 16:26 ` [PULL 09/10] hw/misc: deprecate the 'sga' device Gerd Hoffmann
2021-11-02 16:26 ` [PULL 10/10] usb-storage: tag usb_msd_csw as packed struct Gerd Hoffmann
2021-11-03 12:03 ` Richard Henderson [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=39461c49-727f-7a54-a0b8-a8774c8e63b2@linaro.org \
    --to=richard.henderson@linaro.org \
    --cc=alex.bennee@linaro.org \
    --cc=ehabkost@redhat.com \
    --cc=f4bug@amsat.org \
    --cc=kraxel@redhat.com \
    --cc=libvir-list@redhat.com \
    --cc=mst@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=slp@redhat.com \
    --cc=thuth@redhat.com \
    --cc=wainersm@redhat.com \
    --cc=willianr@redhat.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).