From: Eduardo Habkost <ehabkost@redhat.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH 1/3] qemu-config.h: include qemu-option.h
Date: Mon, 19 Mar 2012 11:54:41 -0300 [thread overview]
Message-ID: <1332168883-9961-2-git-send-email-ehabkost@redhat.com> (raw)
In-Reply-To: <1332168883-9961-1-git-send-email-ehabkost@redhat.com>
It uses QemuOptList, so it needs qemu-option.h to be included.
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
---
qemu-config.h | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/qemu-config.h b/qemu-config.h
index 20d707f..ba7796c 100644
--- a/qemu-config.h
+++ b/qemu-config.h
@@ -1,6 +1,8 @@
#ifndef QEMU_CONFIG_H
#define QEMU_CONFIG_H
+#include "qemu-option.h"
+
extern QemuOptsList qemu_fsdev_opts;
extern QemuOptsList qemu_virtfs_opts;
extern QemuOptsList qemu_spice_opts;
--
1.7.3.2
next prev parent reply other threads:[~2012-03-19 14:55 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-19 14:54 [Qemu-devel] [PATCH 0/3] -readconfig: accept fd=<fd> option (v2) Eduardo Habkost
2012-03-19 14:54 ` Eduardo Habkost [this message]
2012-03-19 14:54 ` [Qemu-devel] [PATCH 2/3] -readconfig: use QemuOpts option format (v2) Eduardo Habkost
2012-03-19 14:54 ` [Qemu-devel] [PATCH 3/3] -readconfig: accept fd=<fd> option (v2) Eduardo Habkost
2012-03-19 15:10 ` [Qemu-devel] [PATCH 0/3] " Anthony Liguori
2012-03-19 15:37 ` Eduardo Habkost
2012-03-19 15:39 ` Anthony Liguori
2012-03-19 16:06 ` Eduardo Habkost
2012-03-19 16:21 ` Anthony Liguori
2012-03-19 16:39 ` Eduardo Habkost
2012-03-19 16:45 ` Anthony Liguori
2012-03-19 16:51 ` Eduardo Habkost
2012-03-19 16:55 ` Anthony Liguori
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1332168883-9961-2-git-send-email-ehabkost@redhat.com \
--to=ehabkost@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).