[PULL 0/2] Kconfig, qboot changes for 2020-11-20

Paolo Bonzini posted 2 patches 3 years, 5 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20201120221634.2504254-1-pbonzini@redhat.com
Maintainers: Gerd Hoffmann <kraxel@redhat.com>
hw/usb/Kconfig    |   1 -
pc-bios/qboot.rom | Bin 65536 -> 65536 bytes
roms/Makefile     |   8 ++++++--
roms/qboot        |   2 +-
4 files changed, 7 insertions(+), 4 deletions(-)
[PULL 0/2] Kconfig, qboot changes for 2020-11-20
Posted by Paolo Bonzini 3 years, 5 months ago
The following changes since commit 7fbd7e710323c8f4c5f6a38a8ae0e6726b5a4599:

  Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/tracing-pull-request' into staging (2020-11-19 17:08:42 +0000)

are available in the Git repository at:

  https://gitlab.com/bonzini/qemu.git tags/for-upstream

for you to fetch changes up to 5983021eb6cd0fb8dfbac5211892f5231758d60b:

  qboot: update to latest upstream (2020-11-20 10:48:53 -0500)

----------------------------------------------------------------
Bug fixes

----------------------------------------------------------------
Paolo Bonzini (2):
      usb: fix kconfig for usb-xhci-sysbus
      qboot: update to latest upstream

 hw/usb/Kconfig    |   1 -
 pc-bios/qboot.rom | Bin 65536 -> 65536 bytes
 roms/Makefile     |   8 ++++++--
 roms/qboot        |   2 +-
 4 files changed, 7 insertions(+), 4 deletions(-)
-- 
2.26.2


Re: [PULL 0/2] Kconfig, qboot changes for 2020-11-20
Posted by Peter Maydell 3 years, 5 months ago
On Fri, 20 Nov 2020 at 22:18, Paolo Bonzini <pbonzini@redhat.com> wrote:
>
> The following changes since commit 7fbd7e710323c8f4c5f6a38a8ae0e6726b5a4599:
>
>   Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/tracing-pull-request' into staging (2020-11-19 17:08:42 +0000)
>
> are available in the Git repository at:
>
>   https://gitlab.com/bonzini/qemu.git tags/for-upstream
>
> for you to fetch changes up to 5983021eb6cd0fb8dfbac5211892f5231758d60b:
>
>   qboot: update to latest upstream (2020-11-20 10:48:53 -0500)
>
> ----------------------------------------------------------------
> Bug fixes
>
> ----------------------------------------------------------------


Applied, thanks.

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

-- PMM