mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-04 21:47:16 +03:00
qemu: Move QEMU_QXL_VGAMEM_DEFAULT macro
qemu_domain.c is now the only place that uses it, so we can move it from qemu_parse_command.h Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com> Reviewed-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
parent
613eeebb4b
commit
bd843409a4
@ -27,7 +27,6 @@
|
||||
#include "qemu_cgroup.h"
|
||||
#include "qemu_command.h"
|
||||
#include "qemu_process.h"
|
||||
#include "qemu_parse_command.h"
|
||||
#include "qemu_capabilities.h"
|
||||
#include "qemu_migration.h"
|
||||
#include "qemu_migration_params.h"
|
||||
@ -74,6 +73,8 @@
|
||||
#include <libxml/xpathInternals.h>
|
||||
#include "dosname.h"
|
||||
|
||||
#define QEMU_QXL_VGAMEM_DEFAULT 16 * 1024
|
||||
|
||||
#define VIR_FROM_THIS VIR_FROM_QEMU
|
||||
|
||||
VIR_LOG_INIT("qemu.qemu_domain");
|
||||
|
@ -21,8 +21,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#define QEMU_QXL_VGAMEM_DEFAULT 16 * 1024
|
||||
|
||||
void
|
||||
qemuParseKeywordsFree(int nkeywords,
|
||||
char **keywords,
|
||||
|
Loading…
x
Reference in New Issue
Block a user