qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] watchdog: remove -watchdog option


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH] watchdog: remove -watchdog option
Date: Thu, 22 Sep 2022 16:20:08 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0) Gecko/20100101 Thunderbird/91.13.0

On 22/9/22 11:29, Paolo Bonzini wrote:
This was deprecated in 6.2 and is ready to go.  It removes quite a bit
of code that handled the registration of watchdog models.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
  docs/about/deprecated.rst       |  5 ----
  docs/about/removed-features.rst |  5 ++++
  hw/watchdog/sbsa_gwdt.c         |  6 -----
  hw/watchdog/watchdog.c          | 45 ---------------------------------
  hw/watchdog/wdt_aspeed.c        |  6 -----
  hw/watchdog/wdt_diag288.c       |  6 -----
  hw/watchdog/wdt_i6300esb.c      |  6 -----
  hw/watchdog/wdt_ib700.c         |  6 -----
  hw/watchdog/wdt_imx2.c          |  6 -----
  include/sysemu/watchdog.h       | 12 ---------
  qemu-options.hx                 | 33 ++----------------------
  softmmu/vl.c                    | 16 ------------
  12 files changed, 7 insertions(+), 145 deletions(-)


Great.

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>



reply via email to

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