qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] 32eb2d: Makefile: install bios-microvm like o


From: Peter Maydell
Subject: [Qemu-commits] [qemu/qemu] 32eb2d: Makefile: install bios-microvm like other binary b...
Date: Tue, 12 Nov 2019 05:46:38 -0800

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 32eb2da326b3ef5573834304934d2b13fee82639
      
https://github.com/qemu/qemu/commit/32eb2da326b3ef5573834304934d2b13fee82639
  Author: Bruce Rogers <address@hidden>
  Date:   2019-11-12 (Tue, 12 Nov 2019)

  Changed paths:
    M Makefile

  Log Message:
  -----------
  Makefile: install bios-microvm like other binary blobs

Commit 0d5fae3e52e introduced bios-microvm.bin but forgot to add
it to the list of blobs being installed.
Add it to the list of BLOBS that get installed.

Fixes: 0d5fae3e52e "roms: add microvm-bios (qboot) as binary"
Signed-off-by: Bruce Rogers <address@hidden>
[PMD: Reworded description]
Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
Reviewed-by: Stefano Garzarella <address@hidden>
Reviewed-by: Sergio Lopez <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Laurent Vivier <address@hidden>


  Commit: d55e937d3eb07ed98a0554517e5098b51e37a62f
      
https://github.com/qemu/qemu/commit/d55e937d3eb07ed98a0554517e5098b51e37a62f
  Author: Greg Kurz <address@hidden>
  Date:   2019-11-12 (Tue, 12 Nov 2019)

  Changed paths:
    M qom/object.c

  Log Message:
  -----------
  qom: Fix error message in object_class_property_add()

The error message in object_class_property_add() was copied from
object_property_add() in commit 16bf7f522a2ff. Clarify that it is
about a class, not an object.

While here, have the format string in both functions to fit in a
single line for better grep-ability, despite the checkpatch warning.

Signed-off-by: Greg Kurz <address@hidden>
Reviewed-by: Laurent Vivier <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Laurent Vivier <address@hidden>


  Commit: 88ed5db16c9b8ee2a6ec6d285f542b0a68a3c6e1
      
https://github.com/qemu/qemu/commit/88ed5db16c9b8ee2a6ec6d285f542b0a68a3c6e1
  Author: Greg Kurz <address@hidden>
  Date:   2019-11-12 (Tue, 12 Nov 2019)

  Changed paths:
    M hw/core/numa.c

  Log Message:
  -----------
  numa: Add missing \n to error message

If memory allocation fails when using -mem-path, QEMU is supposed to print
out a message to indicate that fallback to anonymous RAM is deprecated. This
is done with error_printf() which does output buffering. As a consequence,
the message is only printed at the next flush, eg. when quiting QEMU, and
it also lacks a trailing newline:

qemu-system-ppc64: unable to map backing store for guest RAM: Cannot allocate 
memory
qemu-system-ppc64: warning: falling back to regular RAM allocation
QEMU 4.1.50 monitor - type 'help' for more information
(qemu) q
This is deprecated. Make sure that -mem-path  specified path has sufficient 
resources to allocate -m specified RAM amountgreg@boss02:~/Work/qemu/qemu-spapr$

Add the missing \n to fix both issues.

Fixes: cb79224b7e4b "deprecate -mem-path fallback to anonymous RAM"
Signed-off-by: Greg Kurz <address@hidden>
Reviewed-by: Laurent Vivier <address@hidden>
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Laurent Vivier <address@hidden>


  Commit: 0602a6166df861c9fbbe72321c1a598c5fe1feb4
      
https://github.com/qemu/qemu/commit/0602a6166df861c9fbbe72321c1a598c5fe1feb4
  Author: Jan Kiszka <address@hidden>
  Date:   2019-11-12 (Tue, 12 Nov 2019)

  Changed paths:
    M contrib/ivshmem-server/ivshmem-server.c

  Log Message:
  -----------
  ivshmem-server: Clean up shmem on shutdown

So far, the server leaves the posix shared memory object behind when
terminating, requiring the user to explicitly remove it in order to
start a new instance.

Signed-off-by: Jan Kiszka <address@hidden>
Reviewed-by: Claudio Fontana <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Laurent Vivier <address@hidden>


  Commit: 5c62979ed5f75976ae215098566ebd93dfe4e22a
      
https://github.com/qemu/qemu/commit/5c62979ed5f75976ae215098566ebd93dfe4e22a
  Author: Jan Kiszka <address@hidden>
  Date:   2019-11-12 (Tue, 12 Nov 2019)

  Changed paths:
    M contrib/ivshmem-server/main.c

  Log Message:
  -----------
  ivshmem-server: Terminate also on SIGINT

Allows to shutdown a foreground session via ctrl-c.

Signed-off-by: Jan Kiszka <address@hidden>
Reviewed-by: Claudio Fontana <address@hidden>
Reviewed-by: Stefano Garzarella <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Laurent Vivier <address@hidden>


  Commit: 039e285e095c20a88e623b927654b161aaf9d914
      
https://github.com/qemu/qemu/commit/039e285e095c20a88e623b927654b161aaf9d914
  Author: Peter Maydell <address@hidden>
  Date:   2019-11-12 (Tue, 12 Nov 2019)

  Changed paths:
    M Makefile
    M contrib/ivshmem-server/ivshmem-server.c
    M contrib/ivshmem-server/main.c
    M hw/core/numa.c
    M qom/object.c

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

Trivial fixes (20191112)
ivshmem-server, error messages (numa, qom) and
Makefile (bios-microvm) fixes

# gpg: Signature made Tue 12 Nov 2019 10:04:03 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:
  ivshmem-server: Terminate also on SIGINT
  ivshmem-server: Clean up shmem on shutdown
  numa: Add missing \n to error message
  qom: Fix error message in object_class_property_add()
  Makefile: install bios-microvm like other binary blobs

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


Compare: https://github.com/qemu/qemu/compare/b0f2855bd09b...039e285e095c



reply via email to

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