qemu-devel
[Top][All Lists]
Advanced

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

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


From: Paolo Bonzini
Subject: [PULL 00/24] QEMU patches for 2022-12-21
Date: Wed, 21 Dec 2022 19:01:17 +0100

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




reply via email to

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