mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 11:22:23 +00:00
testutilsqemu: Remove unused fake-caps x86 machine types
None of our tests reference 'isapc', and 'pc-i440fx-2.6'. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
d08ce2fdd4
commit
b02f60e316
@ -41,18 +41,11 @@ static const virArch arch_alias[VIR_ARCH_LAST] = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
static const char *const i386_machines[] = {
|
static const char *const i386_machines[] = {
|
||||||
"pc", "isapc", NULL
|
"pc", NULL
|
||||||
};
|
};
|
||||||
/**
|
|
||||||
* Oldest supported qemu-2.11 supports machine types back to pc-0.10.
|
|
||||||
*/
|
|
||||||
static const char *const x86_64_machines[] = {
|
static const char *const x86_64_machines[] = {
|
||||||
"pc", "isapc", "q35",
|
"pc", "q35", NULL
|
||||||
"pc-1.0", "pc-1.2",
|
|
||||||
"pc-i440fx-1.4", "pc-i440fx-2.1", "pc-i440fx-2.3", "pc-i440fx-2.5",
|
|
||||||
"pc-i440fx-2.6", "pc-i440fx-2.9", "pc-i440fx-2.12",
|
|
||||||
"pc-q35-2.3", "pc-q35-2.4", "pc-q35-2.5", "pc-q35-2.7", "pc-q35-2.10",
|
|
||||||
NULL
|
|
||||||
};
|
};
|
||||||
static const char *const aarch64_machines[] = {
|
static const char *const aarch64_machines[] = {
|
||||||
"virt", "virt-2.6", "versatilepb", NULL
|
"virt", "virt-2.6", "versatilepb", NULL
|
||||||
|
Loading…
x
Reference in New Issue
Block a user