summaryrefslogtreecommitdiff
path: root/tests/qom-test.c
diff options
context:
space:
mode:
authorAntony Pavlov <antonynpavlov@gmail.com>2013-12-17 19:42:36 +0000
committerPeter Maydell <peter.maydell@linaro.org>2013-12-17 20:12:51 +0000
commitd91fd756fb2af16584d338c4ef715f40ea49924c (patch)
treea84ecee7fcf97bdb8ea2149fae7e5978ea3a88b0 /tests/qom-test.c
parentc6f09eb4a0ea14b68f2745e87641c79a51057959 (diff)
downloadqemu-d91fd756fb2af16584d338c4ef715f40ea49924c.tar.gz
hw/arm/digic: prepare DIGIC-based boards support
Also this patch adds initial support for Canon PowerShot A1100 IS compact camera. Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Message-id: 1387188908-754-3-git-send-email-antonynpavlov@gmail.com Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'tests/qom-test.c')
-rw-r--r--tests/qom-test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/qom-test.c b/tests/qom-test.c
index 499be40261..f67f7c2f09 100644
--- a/tests/qom-test.c
+++ b/tests/qom-test.c
@@ -70,6 +70,7 @@ static const char *arm_machines[] = {
"xilinx-zynq-a9",
"highbank",
"midway",
+ "canon-a1100",
};
static const char *cris_machines[] = {