mbox

[PULL,0/6] Kraxel 20220719 patches

Message ID 20220719152218.825707-1-kraxel@redhat.com (mailing list archive)
State New, archived
Headers show

Pull-request

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

Message

Gerd Hoffmann July 19, 2022, 3:22 p.m. UTC
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(-)

Comments

Peter Maydell July 19, 2022, 7:20 p.m. UTC | #1
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