mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 03:12:22 +00:00
testutilsqemu: Drop fake machine capability data for 'x86_64'
Now that all tests were converted to use real capabilities we can drop x86_64 from the tooling to create fake capabilities. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
54257ed51b
commit
378d71ef7e
@ -27,21 +27,15 @@ static virCPUDef *cpuPower10;
|
||||
|
||||
|
||||
static const char *qemu_emulators[VIR_ARCH_LAST] = {
|
||||
[VIR_ARCH_X86_64] = "/usr/bin/qemu-system-x86_64",
|
||||
};
|
||||
|
||||
static const char *const x86_64_machines[] = {
|
||||
"pc", "q35", NULL
|
||||
};
|
||||
|
||||
static const char *const *qemu_machines[VIR_ARCH_LAST] = {
|
||||
[VIR_ARCH_X86_64] = x86_64_machines,
|
||||
};
|
||||
|
||||
static const char *qemu_default_ram_id[VIR_ARCH_LAST] = {
|
||||
[VIR_ARCH_X86_64] = "pc.ram",
|
||||
};
|
||||
|
||||
|
||||
char *
|
||||
virFindFileInPath(const char *file)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user