qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 1232ed: MAINTAINERS: Add hw/sd/ssi-sd.c in th


From: Peter Maydell
Subject: [Qemu-commits] [qemu/qemu] 1232ed: MAINTAINERS: Add hw/sd/ssi-sd.c in the SD section
Date: Fri, 20 Dec 2019 06:15:12 -0800

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 1232ed1f27ab36c161f03ad4a9c3c14c80973f79
      
https://github.com/qemu/qemu/commit/1232ed1f27ab36c161f03ad4a9c3c14c80973f79
  Author: Philippe Mathieu-Daudé <address@hidden>
  Date:   2019-12-18 (Wed, 18 Dec 2019)

  Changed paths:
    M MAINTAINERS

  Log Message:
  -----------
  MAINTAINERS: Add hw/sd/ssi-sd.c in the SD section

The hw/sd/ssi-sd.c file is orphean, add it to the SD section.

Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Laurent Vivier <address@hidden>


  Commit: f8b345e41414504a42a55472c899e389e7dc4e2f
      
https://github.com/qemu/qemu/commit/f8b345e41414504a42a55472c899e389e7dc4e2f
  Author: Yury Kotov <address@hidden>
  Date:   2019-12-18 (Wed, 18 Dec 2019)

  Changed paths:
    M monitor/misc.c

  Log Message:
  -----------
  monitor: Remove unused define

Remove the definition of QMP_ACCEPT_UNKNOWNS as it is unused since
refactoring 5c678ee8d940

Signed-off-by: Yury Kotov <address@hidden>
Reviewed-by: Marc-André Lureau <address@hidden>
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Laurent Vivier <address@hidden>


  Commit: 369276ebf3cbba419653a19a01b790f3bcf3aea7
      
https://github.com/qemu/qemu/commit/369276ebf3cbba419653a19a01b790f3bcf3aea7
  Author: Markus Armbruster <address@hidden>
  Date:   2019-12-18 (Wed, 18 Dec 2019)

  Changed paths:
    M util/cutils.c

  Log Message:
  -----------
  util/cutils: Turn FIXME comment into QEMU_BUILD_BUG_ON()

qemu_strtoi64() assumes int64_t is long long.  This is marked FIXME.
Replace by a QEMU_BUILD_BUG_ON() to avoid surprises.

Same for qemu_strtou64().

Fix a typo in qemu_strtoul()'s contract while there.

Signed-off-by: Markus Armbruster <address@hidden>
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Message-Id: <address@hidden>
[lv: removed trailing whitespace]
Signed-off-by: Laurent Vivier <address@hidden>


  Commit: 877e2cfb4c7daa62db827dff802d8ae282caf2d7
      
https://github.com/qemu/qemu/commit/877e2cfb4c7daa62db827dff802d8ae282caf2d7
  Author: Markus Armbruster <address@hidden>
  Date:   2019-12-18 (Wed, 18 Dec 2019)

  Changed paths:
    M tests/test-keyval.c

  Log Message:
  -----------
  test-keyval: Tighten test of trailing crap after size

test_keyval_visit_size() should test for trailing crap after size with
and without suffix.  It does test the latter: "sz2=16Gi" has size
"16G" followed by crap "i".  It fails to test the former "sz1=16E" is
a syntactically valid size that overflows uint64_t.  Replace by
"sz1=0Z".

Signed-off-by: Markus Armbruster <address@hidden>
Reviewed-by: Eric Blake <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Laurent Vivier <address@hidden>


  Commit: d494d79eabfdac06aea89bf8cc6897964bb2f8fe
      
https://github.com/qemu/qemu/commit/d494d79eabfdac06aea89bf8cc6897964bb2f8fe
  Author: Thomas Huth <address@hidden>
  Date:   2019-12-18 (Wed, 18 Dec 2019)

  Changed paths:
    R target/sparc/TODO

  Log Message:
  -----------
  target/sparc: Remove old TODO file

This file hasn't seen a real (non-trivial) update since 2008 anymore,
so we can assume that it is pretty much out of date and nobody cares
for it anymore. Let's simply remove it.

Signed-off-by: Thomas Huth <address@hidden>
Reviewed-by: Artyom Tarasenko <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Laurent Vivier <address@hidden>


  Commit: 8937a39da22e5d5689c516a2d4ce4f2bb6a378fc
      
https://github.com/qemu/qemu/commit/8937a39da22e5d5689c516a2d4ce4f2bb6a378fc
  Author: Han Han <address@hidden>
  Date:   2019-12-18 (Wed, 18 Dec 2019)

  Changed paths:
    M qemu-options.hx

  Log Message:
  -----------
  Revert "qemu-options.hx: Update for reboot-timeout parameter"

This reverts commit bbd9e6985ff342cbe15b9cb7eb30e842796fbbe8.

In 20a1922032 we allowed reboot-timeout=-1 again, so update the doc
accordingly.

Signed-off-by: Han Han <address@hidden>
Reviewed-by: Markus Armbruster <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Laurent Vivier <address@hidden>


  Commit: 80bc935eaaf93e5b9a4efe97abd7c51d645f2612
      
https://github.com/qemu/qemu/commit/80bc935eaaf93e5b9a4efe97abd7c51d645f2612
  Author: Thomas Huth <address@hidden>
  Date:   2019-12-18 (Wed, 18 Dec 2019)

  Changed paths:
    M qemu-doc.texi

  Log Message:
  -----------
  qemu-doc: Remove the unused "Guest Agent" node

The node has been removed from the texi file some months ago, so we
should remove it from the menu section, too.

Fixes: 27a296fce982 ("qemu-ga: Convert invocation documentation to rST")
Signed-off-by: Thomas Huth <address@hidden>
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Laurent Vivier <address@hidden>


  Commit: 8e5943260a8f765216674ee87ce8588cc4e7463e
      
https://github.com/qemu/qemu/commit/8e5943260a8f765216674ee87ce8588cc4e7463e
  Author: Peter Maydell <address@hidden>
  Date:   2019-12-20 (Fri, 20 Dec 2019)

  Changed paths:
    M MAINTAINERS
    M monitor/misc.c
    M qemu-doc.texi
    M qemu-options.hx
    R target/sparc/TODO
    M tests/test-keyval.c
    M util/cutils.c

  Log Message:
  -----------
  Merge remote-tracking branch 
'remotes/vivier2/tags/trivial-branch-pull-request' into staging

Trivial fixes (20191218)

# gpg: Signature made Wed 18 Dec 2019 13:00:34 GMT
# gpg:                using RSA key CD2F75DDC8E3A4DC2E4F5173F30C38BD3F2FBE3C
# gpg:                issuer "address@hidden"
# gpg: Good signature from "Laurent Vivier <address@hidden>" [full]
# gpg:                 aka "Laurent Vivier <address@hidden>" [full]
# gpg:                 aka "Laurent Vivier (Red Hat) <address@hidden>" [full]
# Primary key fingerprint: CD2F 75DD C8E3 A4DC 2E4F  5173 F30C 38BD 3F2F BE3C

* remotes/vivier2/tags/trivial-branch-pull-request:
  qemu-doc: Remove the unused "Guest Agent" node
  Revert "qemu-options.hx: Update for reboot-timeout parameter"
  target/sparc: Remove old TODO file
  test-keyval: Tighten test of trailing crap after size
  util/cutils: Turn FIXME comment into QEMU_BUILD_BUG_ON()
  monitor: Remove unused define
  MAINTAINERS: Add hw/sd/ssi-sd.c in the SD section

Signed-off-by: Peter Maydell <address@hidden>


Compare: https://github.com/qemu/qemu/compare/48008198270e...8e5943260a8f



reply via email to

[Prev in Thread] Current Thread [Next in Thread]