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>
#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"
#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");
#pragma once
-#define QEMU_QXL_VGAMEM_DEFAULT 16 * 1024
-
void
qemuParseKeywordsFree(int nkeywords,
char **keywords,