[PULL 00/24] QEMU patches for 2022-12-21

Paolo Bonzini posted 24 patches 1 year, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20221221180141.839616-1-pbonzini@redhat.com
Maintainers: "Marc-André Lureau" <marcandre.lureau@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, "Alex Bennée" <alex.bennee@linaro.org>, Thomas Huth <thuth@redhat.com>, "Daniel P. Berrangé" <berrange@redhat.com>, Eduardo Habkost <eduardo@habkost.net>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Yanan Wang <wangyanan55@huawei.com>, "Michael S. Tsirkin" <mst@redhat.com>, Richard Henderson <richard.henderson@linaro.org>, Peter Xu <peterx@redhat.com>, Jason Wang <jasowang@redhat.com>, John Snow <jsnow@redhat.com>, Eric Blake <eblake@redhat.com>, Markus Armbruster <armbru@redhat.com>, Cleber Rosa <crosa@redhat.com>, Michael Roth <michael.roth@amd.com>
There is a newer version of this series
accel/meson.build               |  9 +----
chardev/char.c                  | 33 +---------------
configure                       | 74 +++++++++---------------------------
docs/about/deprecated.rst       | 34 -----------------
docs/about/removed-features.rst | 41 ++++++++++++++++++--
docs/qdev-device-use.txt        |  4 +-
hw/core/machine.c               |  1 +
hw/i386/amd_iommu.c             |  2 +-
hw/i386/intel_iommu.c           |  4 +-
hw/i386/sgx.c                   | 15 +++-----
hw/ide/core.c                   | 43 ++++++++++++++++-----
hw/ide/qdev.c                   | 32 ++++++++++++++++
include/hw/boards.h             |  1 -
include/hw/i386/apic_internal.h |  2 +-
include/hw/ide/internal.h       |  1 +
include/qemu/accel.h            |  4 +-
include/qemu/typedefs.h         |  1 +
meson.build                     | 83 ++++++++++++++++++++--------------------
qapi/misc-target.json           | 12 +-----
qemu-options.hx                 | 11 +-----
scripts/symlink-install-tree.py |  1 -
target/i386/cpu-sysemu.c        | 15 ++++++--
target/i386/cpu.c               |  4 +-
tests/qapi-schema/meson.build   |  6 +--
tests/unit/test-cutils.c        |  8 ++++
util/cutils.c                   | 14 ++-----
util/log.c                      | 84 ++++++++++++++++++++++++++++-------------
27 files changed, 271 insertions(+), 268 deletions(-)
[PULL 00/24] QEMU patches for 2022-12-21
Posted by Paolo Bonzini 1 year, 4 months ago
The following changes since commit d038d2645acabf6f52fd61baeaa021c3ebe97714:

  Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging (2022-12-16 13:26:09 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 4a4c1382c8c3fe6e25c782bfda5de753ced3f6a1:

  i386: SGX: remove deprecated member of SGXInfo (2022-12-20 15:45:45 +0100)

----------------------------------------------------------------
* Atomic memslot updates for KVM (Emanuele, David)
* Always send errors to logfile when daemonized (Greg)
* Add support for IDE CompactFlash card (Lubomir)
* First round of build system cleanups (myself)
* First round of feature removals (myself)
* Reduce "qemu/accel.h" inclusion (Philippe)

----------------------------------------------------------------
Greg Kurz (1):
      util/log: Always send errors to logfile when daemonized

Kai Huang (1):
      target/i386: Add SGX aex-notify and EDECCSSA support

Lubomir Rintel (2):
      ide: Add 8-bit data mode
      ide: Add "ide-cf" driver, a CompactFlash card

Paolo Bonzini (18):
      util/log: do not close and reopen log files when flags are turned off
      configure: remove useless write_c_skeleton
      configure: remove dead function
      configure: cleanup $cpu tests
      configure: preserve qemu-ga variables
      configure: remove backwards-compatibility and obsolete options
      meson: tweak hardening options for Windows
      meson: cleanup dummy-cpus.c rules
      tests/qapi-schema: remove Meson workaround
      configure: test all warnings
      meson: support meson 0.64 -Doptimization=plain
      meson: cleanup compiler detection
      meson: accept relative symlinks in "meson introspect --installed" data
      docs: do not talk about past removal as happening in the future
      KVM: remove support for kernel-irqchip=off
      util: remove support for hex numbers with a scaling suffix
      util: remove support -chardev tty and -chardev parport
      i386: SGX: remove deprecated member of SGXInfo

Philippe Mathieu-Daudé (2):
      typedefs: Forward-declare AccelState
      hw: Reduce "qemu/accel.h" inclusion

 accel/meson.build               |  9 +----
 chardev/char.c                  | 33 +---------------
 configure                       | 74 +++++++++---------------------------
 docs/about/deprecated.rst       | 34 -----------------
 docs/about/removed-features.rst | 41 ++++++++++++++++++--
 docs/qdev-device-use.txt        |  4 +-
 hw/core/machine.c               |  1 +
 hw/i386/amd_iommu.c             |  2 +-
 hw/i386/intel_iommu.c           |  4 +-
 hw/i386/sgx.c                   | 15 +++-----
 hw/ide/core.c                   | 43 ++++++++++++++++-----
 hw/ide/qdev.c                   | 32 ++++++++++++++++
 include/hw/boards.h             |  1 -
 include/hw/i386/apic_internal.h |  2 +-
 include/hw/ide/internal.h       |  1 +
 include/qemu/accel.h            |  4 +-
 include/qemu/typedefs.h         |  1 +
 meson.build                     | 83 ++++++++++++++++++++--------------------
 qapi/misc-target.json           | 12 +-----
 qemu-options.hx                 | 11 +-----
 scripts/symlink-install-tree.py |  1 -
 target/i386/cpu-sysemu.c        | 15 ++++++--
 target/i386/cpu.c               |  4 +-
 tests/qapi-schema/meson.build   |  6 +--
 tests/unit/test-cutils.c        |  8 ++++
 util/cutils.c                   | 14 ++-----
 util/log.c                      | 84 ++++++++++++++++++++++++++++-------------
 27 files changed, 271 insertions(+), 268 deletions(-)
-- 
2.38.1


Re: [PULL 00/24] QEMU patches for 2022-12-21
Posted by Peter Maydell 1 year, 4 months ago
On Wed, 21 Dec 2022 at 18:02, Paolo Bonzini <pbonzini@redhat.com> wrote:
>
> The following changes since commit d038d2645acabf6f52fd61baeaa021c3ebe97714:
>
>   Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging (2022-12-16 13:26:09 +0000)
>
> are available in the Git repository at:
>
>   https://gitlab.com/bonzini/qemu.git tags/for-upstream
>
> for you to fetch changes up to 4a4c1382c8c3fe6e25c782bfda5de753ced3f6a1:
>
>   i386: SGX: remove deprecated member of SGXInfo (2022-12-20 15:45:45 +0100)
>
> ----------------------------------------------------------------
> * Atomic memslot updates for KVM (Emanuele, David)
> * Always send errors to logfile when daemonized (Greg)
> * Add support for IDE CompactFlash card (Lubomir)
> * First round of build system cleanups (myself)
> * First round of feature removals (myself)
> * Reduce "qemu/accel.h" inclusion (Philippe)

Hi; this fails to build on the centos-stream-8-x86_64 job:
https://gitlab.com/qemu-project/qemu/-/jobs/3513705785

ERROR: unknown option --enable-trace-backend=dtrace

thanks
-- PMM