From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49678) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZfsEy-0007yg-5g for qemu-devel@nongnu.org; Sat, 26 Sep 2015 12:22:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZfsEw-0006P6-R2 for qemu-devel@nongnu.org; Sat, 26 Sep 2015 12:22:24 -0400 From: Laurent Vivier Date: Sat, 26 Sep 2015 18:22:02 +0200 Message-Id: <1443284532-8634-1-git-send-email-laurent@vivier.eu> Subject: [Qemu-devel] [PATCH 00/10][TRIVIAL] Define categories for some PPC devices List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-trivial@nongnu.org Cc: qemu-block@nongnu.org, qemu-devel@nongnu.org, Alexander Graf , qemu-ppc@nongnu.org, Paolo Bonzini , John Snow , Laurent Vivier 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