qemu: parse: Drop unused qemu command line parsing infrastructure

It's now unused and utterly obsolete.

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:
Peter Krempa 2019-06-14 15:17:26 +02:00
parent 7b604379ba
commit 613eeebb4b
2 changed files with 1 additions and 2635 deletions

File diff suppressed because it is too large Load Diff

View File

@ -21,22 +21,8 @@
#pragma once
#include "virfilecache.h"
#define QEMU_QXL_VGAMEM_DEFAULT 16 * 1024
/*
* NB: def->name can be NULL upon return and the caller
* *must* decide how to fill in a name in this case
*/
virDomainDefPtr qemuParseCommandLineString(virFileCachePtr capsCache,
virCapsPtr caps,
virDomainXMLOptionPtr xmlopt,
const char *args,
char **pidfile,
virDomainChrSourceDefPtr *monConfig,
bool *monJSON);
void
qemuParseKeywordsFree(int nkeywords,
char **keywords,