Re: [PATCH 09/11] hw/sd: Remove unused 'enable' method from SDCardClass

2025-01-28 Thread Philippe Mathieu-Daudé
On 28/1/25 11:45, Peter Maydell wrote: The SDCardClass has an 'enable' method, but nothing actually invokes it. The underlying implementation is sd_enable(), which is documented in sdcard_legacy.h as something that should not be used and was only present for the benefit of the now-removed nseries

Re: [PATCH 09/11] hw/sd: Remove unused 'enable' method from SDCardClass

2025-01-28 Thread Richard Henderson
On 1/28/25 02:45, Peter Maydell wrote: The SDCardClass has an 'enable' method, but nothing actually invokes it. The underlying implementation is sd_enable(), which is documented in sdcard_legacy.h as something that should not be used and was only present for the benefit of the now-removed nseries