[PATCH 0/3] hw: Restrict PCMCIA to ARM target

Philippe Mathieu-Daudé posted 3 patches 3 years ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210424222057.3434459-1-f4bug@amsat.org
hw/arm/Kconfig        | 1 +
hw/ide/Kconfig        | 1 +
hw/pcmcia/meson.build | 2 +-
3 files changed, 3 insertions(+), 1 deletion(-)
[PATCH 0/3] hw: Restrict PCMCIA to ARM target
Posted by Philippe Mathieu-Daudé 3 years ago
Only a pair of ARM PXA machines requires the PCMCIA type.
Complete the Kconfig dependencies to only build the PCMCIA
related devices when required.

Philippe Mathieu-Daudé (3):
  hw/arm/pxa2xx: Declare PCMCIA bus with Kconfig
  hw/ide: Add Kconfig dependency MICRODRIVE -> PCMCIA
  hw/pcmcia: Do not register PCMCIA type if not required

 hw/arm/Kconfig        | 1 +
 hw/ide/Kconfig        | 1 +
 hw/pcmcia/meson.build | 2 +-
 3 files changed, 3 insertions(+), 1 deletion(-)

-- 
2.26.3

Re: [PATCH 0/3] hw: Restrict PCMCIA to ARM target
Posted by Richard Henderson 3 years ago
On 4/24/21 3:20 PM, Philippe Mathieu-Daudé wrote:
> Philippe Mathieu-Daudé (3):
>    hw/arm/pxa2xx: Declare PCMCIA bus with Kconfig
>    hw/ide: Add Kconfig dependency MICRODRIVE -> PCMCIA
>    hw/pcmcia: Do not register PCMCIA type if not required

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~