qemu-devel
[Top][All Lists]
Advanced

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

[PATCH 0/5] hw/core: Remove uses of obsolete QERR_ definitions


From: Philippe Mathieu-Daudé
Subject: [PATCH 0/5] hw/core: Remove uses of obsolete QERR_ definitions
Date: Sat, 30 Oct 2021 01:01:42 +0200

QERR_ definitions are obsolete since 2015... Remove their
uses in hw/core/.

Philippe Mathieu-Daudé (5):
  hw/core: Remove use of QERR_UNSUPPORTED
  hw/core: Remove use of QERR_FEATURE_DISABLED
  hw/core: Remove uses of QERR_DEVICE_NO_HOTPLUG
  hw/core: Remove uses of QERR_PROPERTY_VALUE_BAD
  hw/core: Remove uses of QERR_INVALID_PARAMETER_VALUE

 include/qapi/qmp/qerror.h        | 6 ------
 hw/core/machine-qmp-cmds.c       | 3 ++-
 hw/core/nmi.c                    | 2 +-
 hw/core/qdev-properties-system.c | 2 +-
 hw/core/qdev-properties.c        | 2 +-
 hw/core/qdev.c                   | 3 ++-
 monitor/misc.c                   | 3 +--
 softmmu/cpus.c                   | 3 +--
 softmmu/qdev-monitor.c           | 9 ++++-----
 target/i386/cpu.c                | 2 +-
 10 files changed, 14 insertions(+), 21 deletions(-)

-- 
2.31.1





reply via email to

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