qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH for-9.2 35/53] hw: Remove PCMCIA subsystem


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH for-9.2 35/53] hw: Remove PCMCIA subsystem
Date: Wed, 4 Sep 2024 15:11:00 +0200
User-agent: Mozilla Thunderbird

On 3/9/24 18:07, Peter Maydell wrote:
The only PCMCIA subsystem was the PXA2xx SoC and the machines
using it, which have now been removed. Although in theory
we have a few machine types which have PCMCIA (e.g. kzm,
the strongarm machines, sh4's sh7750), none of those machines
implement their PCMCIA controller, and they're all old and
no longer very interesting machine types.

Rather than keeping all the PCMCIA code in-tree without any
active users of it, delete it. If we need PCMCIA in future
we can always resurrect it.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
---
  include/hw/pcmcia.h   | 63 -------------------------------------------
  hw/pcmcia/pcmcia.c    | 24 -----------------
  hw/Kconfig            |  1 -
  hw/meson.build        |  1 -
  hw/pcmcia/Kconfig     |  2 --
  hw/pcmcia/meson.build |  1 -
  6 files changed, 92 deletions(-)
  delete mode 100644 include/hw/pcmcia.h
  delete mode 100644 hw/pcmcia/pcmcia.c
  delete mode 100644 hw/pcmcia/Kconfig
  delete mode 100644 hw/pcmcia/meson.build

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>




reply via email to

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