[PULL 0/6] Kraxel 20220719 patches

Gerd Hoffmann posted 6 patches 1 year, 9 months ago
Failed in applying to current master (apply log)
Maintainers: Gerd Hoffmann <kraxel@redhat.com>, Sergio Lopez <slp@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Richard Henderson <richard.henderson@linaro.org>, Eduardo Habkost <eduardo@habkost.net>, "Michael S. Tsirkin" <mst@redhat.com>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, Eric Blake <eblake@redhat.com>, Markus Armbruster <armbru@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>
hw/i386/microvm.c           | 11 ++++++++++
hw/usb/hcd-xhci.c           |  3 ++-
ui/dbus.c                   |  4 +++-
ui/gtk.c                    |  4 ++++
docs/system/devices/usb.rst | 41 +++++++++++++++++++++++++++++++++++++
qapi/ui.json                |  7 ++++++-
qemu-options.hx             |  6 +++++-
7 files changed, 72 insertions(+), 4 deletions(-)
[PULL 0/6] Kraxel 20220719 patches
Posted by Gerd Hoffmann 1 year, 9 months ago
The following changes since commit 782378973121addeb11b13fd12a6ac2e69faa33f:

  Merge tag 'pull-target-arm-20220718' of https://git.linaro.org/people/pmaydell/qemu-arm into staging (2022-07-18 16:29:32 +0100)

are available in the Git repository at:

  https://gitlab.com/kraxel/qemu.git tags/kraxel-20220719-pull-request

for you to fetch changes up to c34a933802071aae5288e0aa3792756312e3da34:

  gtk: Add show_tabs=on|off command line option. (2022-07-19 14:36:42 +0200)

----------------------------------------------------------------
ui: dbus-display fix, new gtk config options.
usb: xhci fix, doc updates.
microvm: no pcie io reservations.

----------------------------------------------------------------

Felix xq Queißner (1):
  gtk: Add show_tabs=on|off command line option.

Gerd Hoffmann (3):
  microvm: turn off io reservations for pcie root ports
  usb: document guest-reset and guest-reset-all
  usb: document pcap (aka usb traffic capture)

Marc-André Lureau (1):
  dbus-display: fix test race when initializing p2p connection

Mauro Matteo Cascella (1):
  usb/hcd-xhci: check slotid in xhci_wakeup_endpoint()

 hw/i386/microvm.c           | 11 ++++++++++
 hw/usb/hcd-xhci.c           |  3 ++-
 ui/dbus.c                   |  4 +++-
 ui/gtk.c                    |  4 ++++
 docs/system/devices/usb.rst | 41 +++++++++++++++++++++++++++++++++++++
 qapi/ui.json                |  7 ++++++-
 qemu-options.hx             |  6 +++++-
 7 files changed, 72 insertions(+), 4 deletions(-)

-- 
2.36.1


Re: [PULL 0/6] Kraxel 20220719 patches
Posted by Peter Maydell 1 year, 9 months ago
On Tue, 19 Jul 2022 at 16:28, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit 782378973121addeb11b13fd12a6ac2e69faa33f:
>
>   Merge tag 'pull-target-arm-20220718' of https://git.linaro.org/people/pmaydell/qemu-arm into staging (2022-07-18 16:29:32 +0100)
>
> are available in the Git repository at:
>
>   https://gitlab.com/kraxel/qemu.git tags/kraxel-20220719-pull-request
>
> for you to fetch changes up to c34a933802071aae5288e0aa3792756312e3da34:
>
>   gtk: Add show_tabs=on|off command line option. (2022-07-19 14:36:42 +0200)
>
> ----------------------------------------------------------------
> ui: dbus-display fix, new gtk config options.
> usb: xhci fix, doc updates.
> microvm: no pcie io reservations.
>


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/7.1
for any user-visible changes.

-- PMM