[PATCH-for-10.0 00/12] hw: Categorize few devices and add their descriptions

Philippe Mathieu-Daudé posted 12 patches 6 days, 8 hours ago
hw/audio/wm8750.c        | 2 ++
hw/block/m25p80.c        | 2 ++
hw/display/dm163.c       | 2 +-
hw/dma/i82374.c          | 2 ++
hw/gpio/pca9552.c        | 2 ++
hw/i2c/i2c_mux_pca954x.c | 8 +++++++-
hw/misc/axp2xx.c         | 5 +++++
hw/misc/bcm2835_cprman.c | 8 ++++++++
hw/misc/npcm_clk.c       | 6 ++++++
hw/misc/stm32l4x5_rcc.c  | 4 ++++
hw/nvram/xlnx-efuse.c    | 2 ++
hw/rtc/ds1338.c          | 2 ++
hw/rtc/m41t80.c          | 2 ++
hw/rtc/rs5c372.c         | 2 ++
hw/s390x/s390-pci-bus.c  | 2 +-
hw/sensor/dps310.c       | 2 ++
hw/sensor/emc141x.c      | 6 ++++++
hw/sensor/tmp105.c       | 2 ++
hw/sensor/tmp421.c       | 4 ++++
19 files changed, 62 insertions(+), 3 deletions(-)
[PATCH-for-10.0 00/12] hw: Categorize few devices and add their descriptions
Posted by Philippe Mathieu-Daudé 6 days, 8 hours ago
Few devices are user-creatable but miss a description,
and sometimes are not categorized (or mis-categorized).

Some, being qdev and not sysbus, are automatically
user-creatable, but are part of SoC.

Fix that.

Philippe Mathieu-Daudé (12):
  hw/audio/wm8750: Categorize and add description
  hw/block/m25p80: Categorize and add description
  hw/display/dm163: Add description
  hw/dma/i82374: Categorize and add description
  hw/gpio/pca9552: Categorize and add description
  hw/i2c/pca954x: Categorize and add description
  hw/misc/axp2xx: Categorize and add description
  hw/misc/pll: Do not expose as user-creatable
  hw/nvram/xlnx-efuse: Do not expose as user-creatable
  hw/rtc: Categorize and add description
  hw/sensor/temp: Categorize and add description
  hw/s390x/zpci: Re-categorize as BRIDGE

 hw/audio/wm8750.c        | 2 ++
 hw/block/m25p80.c        | 2 ++
 hw/display/dm163.c       | 2 +-
 hw/dma/i82374.c          | 2 ++
 hw/gpio/pca9552.c        | 2 ++
 hw/i2c/i2c_mux_pca954x.c | 8 +++++++-
 hw/misc/axp2xx.c         | 5 +++++
 hw/misc/bcm2835_cprman.c | 8 ++++++++
 hw/misc/npcm_clk.c       | 6 ++++++
 hw/misc/stm32l4x5_rcc.c  | 4 ++++
 hw/nvram/xlnx-efuse.c    | 2 ++
 hw/rtc/ds1338.c          | 2 ++
 hw/rtc/m41t80.c          | 2 ++
 hw/rtc/rs5c372.c         | 2 ++
 hw/s390x/s390-pci-bus.c  | 2 +-
 hw/sensor/dps310.c       | 2 ++
 hw/sensor/emc141x.c      | 6 ++++++
 hw/sensor/tmp105.c       | 2 ++
 hw/sensor/tmp421.c       | 4 ++++
 19 files changed, 62 insertions(+), 3 deletions(-)

-- 
2.47.1


Re: [PATCH-for-10.0 00/12] hw: Categorize few devices and add their descriptions
Posted by Philippe Mathieu-Daudé 17 hours ago
On 25/3/25 23:42, Philippe Mathieu-Daudé wrote:

> Philippe Mathieu-Daudé (12):

>    hw/block/m25p80: Categorize and add description
>    hw/display/dm163: Add description
>    hw/dma/i82374: Categorize and add description

>    hw/misc/pll: Do not expose as user-creatable
>    hw/nvram/xlnx-efuse: Do not expose as user-creatable

Patches 2-4 and 8-9 queued.