[PATCH v2 00/12] Categorize some uncategorized devices

Gan Qixin posted 12 patches 3 years, 5 months ago
Test checkpatch passed
Failed in applying to current master (apply log)
There is a newer version of this series
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(+)
[PATCH v2 00/12] Categorize some uncategorized devices
Posted by Gan Qixin 3 years, 5 months ago
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