[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-ppc] [PATCH 00/10][TRIVIAL] Define categories for some PPC devices
From: |
Laurent Vivier |
Subject: |
[Qemu-ppc] [PATCH 00/10][TRIVIAL] Define categories for some PPC devices |
Date: |
Sat, 26 Sep 2015 18:22:02 +0200 |
Some PPC devices appear uncategorized in the output of
"-device ?". This series tries to categorize some of
them.
Laurent Vivier (10):
adb: add to input category
cmd646: add to storage category
escc: add to input category
grackle: add to bridge category
cuda: add to bridge category
macio-ide: add to storage category
uninorth: add to bridge category
macio: add to bridge category
macio-nvram: add to misc category
openpic: add to misc category
hw/char/escc.c | 1 +
hw/ide/cmd646.c | 1 +
hw/ide/macio.c | 1 +
hw/input/adb.c | 2 ++
hw/intc/openpic.c | 1 +
hw/intc/openpic_kvm.c | 1 +
hw/misc/macio/cuda.c | 1 +
hw/misc/macio/macio.c | 1 +
hw/nvram/mac_nvram.c | 1 +
hw/pci-host/grackle.c | 2 ++
hw/pci-host/uninorth.c | 8 ++++++++
11 files changed, 20 insertions(+)
--
2.4.3
- [Qemu-ppc] [PATCH 00/10][TRIVIAL] Define categories for some PPC devices,
Laurent Vivier <=
- [Qemu-ppc] [PATCH 04/10][TRIVIAL] grackle: add to bridge category, Laurent Vivier, 2015/09/26
- [Qemu-ppc] [PATCH 05/10][TRIVIAL] cuda: add to bridge category, Laurent Vivier, 2015/09/26
- [Qemu-ppc] [PATCH 02/10][TRIVIAL] cmd646: add to storage category, Laurent Vivier, 2015/09/26
- [Qemu-ppc] [PATCH 08/10][TRIVIAL] macio: add to bridge category, Laurent Vivier, 2015/09/26
- [Qemu-ppc] [PATCH 06/10][TRIVIAL] macio-ide: add to storage category, Laurent Vivier, 2015/09/26