qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 00/12] Categorize some uncategorized devices
@ 2020-11-30  8:36 Gan Qixin
  2020-11-30  8:36 ` [PATCH v2 01/12] pc-dimm: put it into the 'storage' category Gan Qixin
                   ` (11 more replies)
  0 siblings, 12 replies; 31+ messages in thread
From: Gan Qixin @ 2020-11-30  8:36 UTC (permalink / raw)
  To: qemu-devel, qemu-trivial
  Cc: kuhn.chenqun, thuth, zhang.zhanghailiang, Gan Qixin

v1->v2:

-Patch2: Add Pankaj Gupta reviewed tag.
-Patch3: Add Philippe Mathieu-Daudé reviewed tag.
-Patch9:
    Changes suggested by Gerd Hoffmann:
    Put u2f-passthru into 'misc' category.
-Patch12: 
    Add Alistair Francis and Philippe Mathieu-Daudé reviewed tag.
-Patch13:
    bcm2835_cprman is not an usable device, so delete the patch that categorize
it.

Gan Qixin (12):
  pc-dimm: put it into the 'storage' category
  virtio-pmem: put it into the 'storage' category
  vmmouse: put it into the 'input' category
  nvdimm: put it into the 'storage' category
  mc146818rtc: put it into the 'misc' category
  ipmi: put some ipmi devices into the correct category
  tpm: put some tpm devices into the correct category
  AMDVI-PCI: put it into the 'misc' category
  u2f-passthru: put it into the 'misc' category
  tosa-ssp: put it into the 'misc' category
  spitz: put some Spitz-family devices into the correct category
  SPI flash devices: put them into the 'storage' category

 hw/arm/spitz.c            | 2 ++
 hw/arm/tosa.c             | 2 ++
 hw/block/m25p80.c         | 1 +
 hw/i386/amd_iommu.c       | 8 ++++++++
 hw/i386/vmmouse.c         | 1 +
 hw/ipmi/ipmi_bmc_extern.c | 1 +
 hw/ipmi/ipmi_bmc_sim.c    | 1 +
 hw/ipmi/isa_ipmi_bt.c     | 1 +
 hw/ipmi/isa_ipmi_kcs.c    | 1 +
 hw/ipmi/pci_ipmi_bt.c     | 1 +
 hw/ipmi/pci_ipmi_kcs.c    | 1 +
 hw/mem/nvdimm.c           | 1 +
 hw/mem/pc-dimm.c          | 1 +
 hw/rtc/mc146818rtc.c      | 1 +
 hw/tpm/tpm_tis_isa.c      | 1 +
 hw/tpm/tpm_tis_sysbus.c   | 1 +
 hw/usb/u2f-passthru.c     | 1 +
 hw/virtio/virtio-pmem.c   | 1 +
 18 files changed, 27 insertions(+)

-- 
2.23.0



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

end of thread, other threads:[~2021-04-30 16:57 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-30  8:36 [PATCH v2 00/12] Categorize some uncategorized devices Gan Qixin
2020-11-30  8:36 ` [PATCH v2 01/12] pc-dimm: put it into the 'storage' category Gan Qixin
2020-11-30 10:18   ` Pankaj Gupta
2020-12-03  6:53     ` ganqixin
2020-12-04  7:13       ` Pankaj Gupta
2020-12-07  9:09         ` ganqixin
2020-11-30  8:36 ` [PATCH v2 02/12] virtio-pmem: " Gan Qixin
2021-02-13 23:08   ` Laurent Vivier
2020-11-30  8:36 ` [PATCH v2 03/12] vmmouse: put it into the 'input' category Gan Qixin
2020-12-21 11:49   ` Thomas Huth
2021-02-13 23:08   ` Laurent Vivier
2020-11-30  8:36 ` [PATCH v2 04/12] nvdimm: put it into the 'storage' category Gan Qixin
2020-11-30 10:16   ` Pankaj Gupta
2020-12-21 11:50   ` Thomas Huth
2021-02-13 23:09   ` Laurent Vivier
2020-11-30  8:36 ` [PATCH v2 05/12] mc146818rtc: put it into the 'misc' category Gan Qixin
2020-12-21 11:53   ` Thomas Huth
2021-03-24 17:23     ` Philippe Mathieu-Daudé
2021-04-30 16:40       ` Laurent Vivier
2020-11-30  8:36 ` [PATCH v2 06/12] ipmi: put some ipmi devices into the correct category Gan Qixin
2020-11-30  8:36 ` [PATCH v2 07/12] tpm: put some tpm " Gan Qixin
2020-11-30 21:02   ` Stefan Berger
2021-02-13 23:11   ` Laurent Vivier
2020-11-30  8:36 ` [PATCH v2 08/12] AMDVI-PCI: put it into the 'misc' category Gan Qixin
2020-11-30  8:36 ` [PATCH v2 09/12] u2f-passthru: " Gan Qixin
2020-11-30  9:18   ` Gerd Hoffmann
2021-02-13 23:12   ` Laurent Vivier
2020-11-30  8:36 ` [PATCH v2 10/12] tosa-ssp: " Gan Qixin
2020-11-30  8:36 ` [PATCH v2 11/12] spitz: put some Spitz-family devices into the correct category Gan Qixin
2021-02-15 11:53   ` Philippe Mathieu-Daudé
2020-11-30  8:36 ` [PATCH v2 12/12] SPI flash devices: put them into the 'storage' category Gan Qixin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).