From: "Blue Swirl" <blauwirbel@gmail.com>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH v4 4/8] Use libuuid if available.
Date: Mon, 1 Sep 2008 17:25:15 +0300 [thread overview]
Message-ID: <f43fc5580809010725g399d44f6n8b9053fdf90243f0@mail.gmail.com> (raw)
In-Reply-To: <20080901072551.17854.10043.stgit@gleb-debian.qumranet.com.qumranet.com>
On 9/1/08, Gleb Natapov <gleb@qumranet.com> wrote:
> case QEMU_OPTION_uuid:
> +#ifdef CONFIG_UUID
> + if (strcmp(optarg, "gen") == 0) {
> + generate_uuid = 1;
> + break;
> + }
> +#endif
I forgot to mention it, but I changed this in my version like this:
#ifdef CONFIG_UUID
generate_uuid = 1;
break;
#else
fprintf(stderr, "UUID generation not supported.\n");
exit(1);
#endif
Otherwise there is still an error message, but it's less clear.
next prev parent reply other threads:[~2008-09-01 14:25 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-09-01 7:25 [Qemu-devel] [PATCH v4 0/8] Add new firmware configuration mechanism Gleb Natapov
2008-09-01 7:25 ` [Qemu-devel] [PATCH v4 1/8] Key/value based qemu<->guest firmware communication mechanism Gleb Natapov
2008-09-01 7:44 ` Gleb Natapov
2008-09-01 7:25 ` [Qemu-devel] [PATCH v4 2/8] Add -uuid command line option Gleb Natapov
2008-09-01 7:25 ` [Qemu-devel] [PATCH v4 3/8] Add "info uuid" command to monitor Gleb Natapov
2008-09-01 7:25 ` [Qemu-devel] [PATCH v4 4/8] Use libuuid if available Gleb Natapov
2008-09-01 14:25 ` Blue Swirl [this message]
2008-09-01 14:49 ` Andreas Färber
2008-09-01 15:15 ` Tomas Carnecky
2008-09-01 16:29 ` M. Warner Losh
2008-09-01 15:30 ` Jamie Lokier
2008-09-01 16:32 ` Andreas Färber
2008-09-01 15:50 ` Andreas Schwab
2008-09-01 16:29 ` M. Warner Losh
2008-09-01 7:25 ` [Qemu-devel] [PATCH v4 5/8] Add UUID to firmware configuration info Gleb Natapov
2008-09-01 7:26 ` [Qemu-devel] [PATCH v4 6/8] Pass cpu speed into SM BIOS Gleb Natapov
2008-09-01 7:46 ` Gleb Natapov
2008-09-01 7:26 ` [Qemu-devel] [PATCH v4 7/8] Add common keys to firmware configuration Gleb Natapov
2008-09-01 7:26 ` [Qemu-devel] [PATCH v4 8/8] Add sparc " Gleb Natapov
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=f43fc5580809010725g399d44f6n8b9053fdf90243f0@mail.gmail.com \
--to=blauwirbel@gmail.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).