It is there even with -nodefaults and -no-user-config, so count with
that so we can start sparc domains.
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
/*
* qemu_domain.c: QEMU domain private state
*
- * Copyright (C) 2006-2014 Red Hat, Inc.
+ * Copyright (C) 2006-2015 Red Hat, Inc.
* Copyright (C) 2006 Daniel P. Berrange
*
* This library is free software; you can redistribute it and/or
case VIR_ARCH_S390X:
addDefaultUSB = false;
break;
+
+ case VIR_ARCH_SPARC:
+ case VIR_ARCH_SPARC64:
+ addPCIRoot = true;
+ break;
+
default:
break;
}