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