]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
qemu: Move QEMU_QXL_VGAMEM_DEFAULT macro
authorPeter Krempa <pkrempa@redhat.com>
Mon, 17 Jun 2019 07:50:08 +0000 (09:50 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 20 Jun 2019 10:15:05 +0000 (12:15 +0200)
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>
src/qemu/qemu_domain.c
src/qemu/qemu_parse_command.h

index e5c6ef3fda2246918155205040de2b31117523b4..8262107311e56400f9742cb344310a7e4fa741f4 100644 (file)
@@ -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");
index 6c542d870d87aab942b4889a2817d14abf580b8f..269bf88b062d9d38e500b09de54c8d9cc55bfdf2 100644 (file)
@@ -21,8 +21,6 @@
 
 #pragma once
 
-#define QEMU_QXL_VGAMEM_DEFAULT 16 * 1024
-
 void
 qemuParseKeywordsFree(int nkeywords,
                      char **keywords,