All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH-for-10.0 00/12] hw: Categorize few devices and add their descriptions
@ 2025-03-25 22:42 Philippe Mathieu-Daudé
  2025-03-25 22:42 ` [PATCH-for-10.0 01/12] hw/audio/wm8750: Categorize and add description Philippe Mathieu-Daudé
                   ` (12 more replies)
  0 siblings, 13 replies; 31+ messages in thread
From: Philippe Mathieu-Daudé @ 2025-03-25 22:42 UTC (permalink / raw)
  To: Thomas Huth, qemu-devel
  Cc: Ilya Leoshkevich, BALATON Zoltan, Hervé Poussineau,
	Philippe Mathieu-Daudé, Matthew Rosato, Gerd Hoffmann,
	Glenn Miles, Samuel Tardieu, qemu-block, Patrick Leis,
	David Hildenbrand, Edgar E. Iglesias, Tyrone Ting, Eric Farman,
	Christian Borntraeger, Peter Maydell, Halil Pasic,
	Richard Henderson, Kevin Wolf, Alistair Francis, Bernhard Beschow,
	Hanna Reitz, Hao Wu, qemu-s390x, qemu-arm, qemu-ppc

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


^ permalink raw reply	[flat|nested] 31+ messages in thread

end of thread, other threads:[~2025-03-31 14:36 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-25 22:42 [PATCH-for-10.0 00/12] hw: Categorize few devices and add their descriptions Philippe Mathieu-Daudé
2025-03-25 22:42 ` [PATCH-for-10.0 01/12] hw/audio/wm8750: Categorize and add description Philippe Mathieu-Daudé
2025-03-26  6:47   ` Thomas Huth
2025-03-26  6:57     ` Thomas Huth
2025-03-26 12:39       ` BALATON Zoltan
2025-03-26 12:46         ` Thomas Huth
2025-03-25 22:43 ` [PATCH-for-10.0 02/12] hw/block/m25p80: " Philippe Mathieu-Daudé
2025-03-26  6:59   ` Thomas Huth
2025-03-25 22:43 ` [PATCH-for-10.0 03/12] hw/display/dm163: Add description Philippe Mathieu-Daudé
2025-03-26  7:01   ` Thomas Huth
2025-03-25 22:43 ` [PATCH-for-10.0 04/12] hw/dma/i82374: Categorize and add description Philippe Mathieu-Daudé
2025-03-26  7:04   ` Thomas Huth
2025-03-25 22:43 ` [PATCH-for-10.0 05/12] hw/gpio/pca9552: " Philippe Mathieu-Daudé
2025-03-26  7:05   ` Thomas Huth
2025-03-25 22:43 ` [PATCH-for-10.0 06/12] hw/i2c/pca954x: " Philippe Mathieu-Daudé
2025-03-25 22:55   ` Corey Minyard
2025-03-26  7:06   ` Thomas Huth
2025-03-25 22:43 ` [PATCH-for-10.0 07/12] hw/misc/axp2xx: " Philippe Mathieu-Daudé
2025-03-26  7:08   ` Thomas Huth
2025-03-25 22:43 ` [PATCH-for-10.0 08/12] hw/misc/pll: Do not expose as user-creatable Philippe Mathieu-Daudé
2025-03-26  7:08   ` Thomas Huth
2025-03-25 22:43 ` [PATCH-for-10.0 09/12] hw/nvram/xlnx-efuse: " Philippe Mathieu-Daudé
2025-03-26  7:09   ` Thomas Huth
2025-03-25 22:43 ` [PATCH-for-10.0 10/12] hw/rtc: Categorize and add description Philippe Mathieu-Daudé
2025-03-25 23:23   ` BALATON Zoltan
2025-03-27 20:31   ` Bernhard Beschow
2025-03-25 22:43 ` [PATCH-for-10.0 11/12] hw/sensor/temp: " Philippe Mathieu-Daudé
2025-03-26  7:11   ` Thomas Huth
2025-03-25 22:43 ` [RFC PATCH-for-10.0 12/12] hw/s390x/zpci: Re-categorize as BRIDGE Philippe Mathieu-Daudé
2025-03-26  6:54   ` Thomas Huth
2025-03-31 14:35 ` [PATCH-for-10.0 00/12] hw: Categorize few devices and add their descriptions Philippe Mathieu-Daudé

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.