mbox

[PULL,0/7] Trivial branch patches

Message ID 20191218130105.125981-1-laurent@vivier.eu (mailing list archive)
State New, archived
Headers show

Pull-request

git://github.com/vivier/qemu.git tags/trivial-branch-pull-request

Message

Laurent Vivier Dec. 18, 2019, 1 p.m. UTC
The following changes since commit aceeaa69d28e6f08a24395d0aa6915b687d0a681:

  Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-12-17' into staging (2019-12-17 15:55:20 +0000)

are available in the Git repository at:

  git://github.com/vivier/qemu.git tags/trivial-branch-pull-request

for you to fetch changes up to 80bc935eaaf93e5b9a4efe97abd7c51d645f2612:

  qemu-doc: Remove the unused "Guest Agent" node (2019-12-18 13:31:01 +0100)

----------------------------------------------------------------
Trivial fixes (20191218)

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

Han Han (1):
  Revert "qemu-options.hx: Update for reboot-timeout parameter"

Markus Armbruster (2):
  util/cutils: Turn FIXME comment into QEMU_BUILD_BUG_ON()
  test-keyval: Tighten test of trailing crap after size

Philippe Mathieu-Daudé (1):
  MAINTAINERS: Add hw/sd/ssi-sd.c in the SD section

Thomas Huth (2):
  target/sparc: Remove old TODO file
  qemu-doc: Remove the unused "Guest Agent" node

Yury Kotov (1):
  monitor: Remove unused define

 MAINTAINERS         |  1 +
 monitor/misc.c      |  3 --
 qemu-doc.texi       |  1 -
 qemu-options.hx     |  4 +--
 target/sparc/TODO   | 88 ---------------------------------------------
 tests/test-keyval.c |  2 +-
 util/cutils.c       |  8 +++--
 7 files changed, 9 insertions(+), 98 deletions(-)
 delete mode 100644 target/sparc/TODO

Comments

Peter Maydell Dec. 20, 2019, 2 p.m. UTC | #1
On Wed, 18 Dec 2019 at 13:03, Laurent Vivier <laurent@vivier.eu> wrote:
>
> The following changes since commit aceeaa69d28e6f08a24395d0aa6915b687d0a681:
>
>   Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-12-17' into staging (2019-12-17 15:55:20 +0000)
>
> are available in the Git repository at:
>
>   git://github.com/vivier/qemu.git tags/trivial-branch-pull-request
>
> for you to fetch changes up to 80bc935eaaf93e5b9a4efe97abd7c51d645f2612:
>
>   qemu-doc: Remove the unused "Guest Agent" node (2019-12-18 13:31:01 +0100)
>
> ----------------------------------------------------------------
> Trivial fixes (20191218)
>


Applied, thanks.

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

-- PMM