mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
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:
parent
7b604379ba
commit
613eeebb4b
File diff suppressed because it is too large
Load Diff
@ -21,22 +21,8 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "virfilecache.h"
|
|
||||||
|
|
||||||
#define QEMU_QXL_VGAMEM_DEFAULT 16 * 1024
|
#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
|
void
|
||||||
qemuParseKeywordsFree(int nkeywords,
|
qemuParseKeywordsFree(int nkeywords,
|
||||||
char **keywords,
|
char **keywords,
|
||||||
|
Loading…
Reference in New Issue
Block a user