qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] 58823a: qapi: Fix qcow2 encryption doc typo


From: Peter Maydell
Subject: [Qemu-commits] [qemu/qemu] 58823a: qapi: Fix qcow2 encryption doc typo
Date: Thu, 14 Feb 2019 10:31:43 -0800

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 58823a0b48222b9d9cabf34d5f22a890f1ce3ba0
      
https://github.com/qemu/qemu/commit/58823a0b48222b9d9cabf34d5f22a890f1ce3ba0
  Author: Eric Blake <address@hidden>
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
    M qapi/block-core.json

  Log Message:
  -----------
  qapi: Fix qcow2 encryption doc typo

Present since commit b25b387f (2.10).

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


  Commit: b5ec7de7b5111f898453f96bdfd095fc1d8f6e18
      
https://github.com/qemu/qemu/commit/b5ec7de7b5111f898453f96bdfd095fc1d8f6e18
  Author: Thomas Huth <address@hidden>
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
    M qemu-deprecated.texi

  Log Message:
  -----------
  qemu-deprecated: Remove -virtioconsole and -no-frame for good

The two sections have accidentally been added again during the
merge of Paolo's and Gerd's trees.

Fixes: 3e29da9fd81002a0c03041aaa26dea6d9dd9bd65
Signed-off-by: Thomas Huth <address@hidden>
Reviewed-by: Peter Maydell <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Laurent Vivier <address@hidden>


  Commit: e6e40f80cdf37021deb8c4f4311724a64461a1d1
      
https://github.com/qemu/qemu/commit/e6e40f80cdf37021deb8c4f4311724a64461a1d1
  Author: Thomas Huth <address@hidden>
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
    M qemu-deprecated.texi
    M qemu-options.hx
    M vl.c

  Log Message:
  -----------
  qemu-options: Remove deprecated option -clock

The option is only a dummy since a long time. We've finally deprecated
it in QEMU v3.0, so it's time to remove it now.

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: 41b0b34b261ffb47b044481f018d76068afdf03b
      
https://github.com/qemu/qemu/commit/41b0b34b261ffb47b044481f018d76068afdf03b
  Author: Cleber Rosa <address@hidden>
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
    M configure

  Log Message:
  -----------
  configure: remove handling of "wav" audio driver

This looks like a leftover that was never implemented.

Signed-off-by: Cleber Rosa <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: 8de73fa88a48729506d36ac3481d96924bfedb43
      
https://github.com/qemu/qemu/commit/8de73fa88a48729506d36ac3481d96924bfedb43
  Author: Cleber Rosa <address@hidden>
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
    M configure

  Log Message:
  -----------
  configure: fix qemu-img name

Signed-off-by: Cleber Rosa <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: 604a5b9978c8824dbd2164d1fc990016a67ced40
      
https://github.com/qemu/qemu/commit/604a5b9978c8824dbd2164d1fc990016a67ced40
  Author: Kamil Rytarowski <address@hidden>
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
    M configure

  Log Message:
  -----------
  configure: Add HAX support in NetBSD

The NetBSD support in Intel HAXM has beem merged upstream and is functional.

Signed-off-by: Kamil Rytarowski <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Laurent Vivier <address@hidden>


  Commit: 2911b3d3ab26d96023b13c66a4b97adf1ab6d17b
      
https://github.com/qemu/qemu/commit/2911b3d3ab26d96023b13c66a4b97adf1ab6d17b
  Author: Peter Maydell <address@hidden>
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
    M configure

  Log Message:
  -----------
  configure: Make -Waddress-of-packed-member warnings be errors

We have now managed to eradicate all the places in the codebase
that triggered clang's -Waddress-of-packed-member warning. Remove
the compiler flag that exempted it from our usual -Werror policy.
This will prevent any new problematic code being added in future.

Signed-off-by: Peter Maydell <address@hidden>
Reviewed-by: Thomas Huth <address@hidden>
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Laurent Vivier <address@hidden>


  Commit: 65b182c379b96b87973567084123c9d47af474e5
      
https://github.com/qemu/qemu/commit/65b182c379b96b87973567084123c9d47af474e5
  Author: Dr. David Alan Gilbert <address@hidden>
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
    M hw/input/pckbd.c
    M hw/input/trace-events

  Log Message:
  -----------
  pckbd: Convert DPRINTF->trace

Signed-off-by: Dr. David Alan Gilbert <address@hidden>
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Reviewed-by: Stefan Hajnoczi <address@hidden>
Reviewed-by: Michael S. Tsirkin <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Laurent Vivier <address@hidden>


  Commit: 66363e9a43f649360a3f74d2805c9f864da027eb
      
https://github.com/qemu/qemu/commit/66363e9a43f649360a3f74d2805c9f864da027eb
  Author: Dr. David Alan Gilbert <address@hidden>
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
    M hmp.c

  Log Message:
  -----------
  HMP: Prepend errors with 'Error:'

Always make error messages start with 'Error:' as a fallback
to make sure that anything parsing them can tell it failed.

Note: Some places don't use hmp_handle_error

Signed-off-by: Dr. David Alan Gilbert <address@hidden>
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Reviewed-by: Michael S. Tsirkin <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Laurent Vivier <address@hidden>


  Commit: 876d16cd31da6e4cb26d360763dd9f7b8de4e85b
      
https://github.com/qemu/qemu/commit/876d16cd31da6e4cb26d360763dd9f7b8de4e85b
  Author: Dr. David Alan Gilbert <address@hidden>
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
    M accel/kvm/kvm-all.c
    M accel/kvm/trace-events

  Log Message:
  -----------
  kvm: Add kvm_set_ioeventfd* traces

Add a couple of traces around the kvm_set_ioeventfd* calls.

Signed-off-by: Dr. David Alan Gilbert <address@hidden>
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Reviewed-by: Cornelia Huck <address@hidden>
Reviewed-by: Michael S. Tsirkin <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Laurent Vivier <address@hidden>


  Commit: 8beaac1228f23cb5103fec6bcd4c1c32e8079958
      
https://github.com/qemu/qemu/commit/8beaac1228f23cb5103fec6bcd4c1c32e8079958
  Author: Dr. David Alan Gilbert <address@hidden>
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
    M audio/wavcapture.c

  Log Message:
  -----------
  wavcapture: Convert to error_report

Kill off a pile of monitor_printf's and cur_mon usage.
The only one left in wavcapture.c is the info case.

Signed-off-by: Dr. David Alan Gilbert <address@hidden>
Reviewed-by: Gerd Hoffmann <address@hidden>
Reviewed-by: Michael S. Tsirkin <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Laurent Vivier <address@hidden>


  Commit: c1a00ff85bd088b93d25511c6161f687fe938c3f
      
https://github.com/qemu/qemu/commit/c1a00ff85bd088b93d25511c6161f687fe938c3f
  Author: Philippe Mathieu-Daudé <address@hidden>
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
    M hw/dma/i8257.c

  Log Message:
  -----------
  hw/dma/i8257: Use qemu_log_mask(UNIMP) instead of fprintf

Avoid to clutter stdout until explicitly requested (with -d unimp):

  $ qemu-system-mips64el -M fulong2e -bios pmon_2e.bin
  dma: command df not supported
  dma: command df not supported
  dma: command df not supported
  dma: command df not supported

Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
Reviewed-by: Thomas Huth <address@hidden>
Reviewed-by: Stefano Garzarella <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Laurent Vivier <address@hidden>


  Commit: 9aed808e350b66914cc9b3a45357ec3cf295f405
      
https://github.com/qemu/qemu/commit/9aed808e350b66914cc9b3a45357ec3cf295f405
  Author: Thomas Huth <address@hidden>
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
    M hw/sparc64/sun4u.c

  Log Message:
  -----------
  hw/sparc64: Explicitly set default_display = "std"

The sun4uv_init() function expects vga_interface_type to be either
VGA_STD or VGA_NONE and sets up a stdvga device or no vga card
accordingly.
However, the code in vl.c prefers the Cirrus VGA card to stdvga if
it is available and the user and the machine did not specify anything
else.
So far this has not been a problem, since the Cirrus VGA was not linked
into the sparc64 target. But with the upcoming Kconfig build system,
all theoretically possible PCI cards will be enabled by default, so the
Cirrus VGA card might become available on the sparc64 target, too. vl.c
then picks the wrong card, causing sun4uv_init() to abort.
Thus let's make it explicit that we always want stdvga for sparc64 and
so set default_display = "std" for these machines.

Signed-off-by: Thomas Huth <address@hidden>
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Reviewed-by: Mark Cave-Ayland <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Laurent Vivier <address@hidden>


  Commit: 96566d09aa105ee04cbc1c9539cf8a9a40e8e422
      
https://github.com/qemu/qemu/commit/96566d09aa105ee04cbc1c9539cf8a9a40e8e422
  Author: Thomas Petazzoni <address@hidden>
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
    M configure

  Log Message:
  -----------
  configure: improve usbfs check

The current check to test if usbfs support should be compiled or not
solely relies on the presence of <linux/usbdevice_fs.h>, without
actually checking that all definition used by Qemu are provided by
this header file.

With sufficiently old kernel headers, <linux/usbdevice_fs.h> may be
present, but some of the definitions needed by Qemu may not be
available.

This commit improves the check by building a small program that
actually tests whether the necessary definitions are available.

In addition, it fixes a bug where have_usbfs was set to "yes"
regardless of the result of the test.

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


  Commit: 0d3e41d5efd638a0c5682f6813b26448c3c51624
      
https://github.com/qemu/qemu/commit/0d3e41d5efd638a0c5682f6813b26448c3c51624
  Author: Peter Maydell <address@hidden>
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
    M accel/kvm/kvm-all.c
    M accel/kvm/trace-events
    M audio/wavcapture.c
    M configure
    M hmp.c
    M hw/dma/i8257.c
    M hw/input/pckbd.c
    M hw/input/trace-events
    M hw/sparc64/sun4u.c
    M qapi/block-core.json
    M qemu-deprecated.texi
    M qemu-options.hx
    M vl.c

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

- some configure updates (HAX/NetBSD, remove "wav", -Waddress-of-packed-member)
- remove deprecated options
- some trace and error cleanup
- typo fixes

# gpg: Signature made Thu 14 Feb 2019 10:46:50 GMT
# gpg:                using RSA key F30C38BD3F2FBE3C
# 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:
  configure: improve usbfs check
  hw/sparc64: Explicitly set default_display = "std"
  hw/dma/i8257: Use qemu_log_mask(UNIMP) instead of fprintf
  wavcapture: Convert to error_report
  kvm: Add kvm_set_ioeventfd* traces
  HMP: Prepend errors with 'Error:'
  pckbd: Convert DPRINTF->trace
  configure: Make -Waddress-of-packed-member warnings be errors
  configure: Add HAX support in NetBSD
  configure: fix qemu-img name
  configure: remove handling of "wav" audio driver
  qemu-options: Remove deprecated option -clock
  qemu-deprecated: Remove -virtioconsole and -no-frame for good
  qapi: Fix qcow2 encryption doc typo

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


Compare: https://github.com/qemu/qemu/compare/16abfb36c582...0d3e41d5efd6



reply via email to

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