qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: harryxiyou <harryxiyou@gmail.com>
To: Stefan Hajnoczi <stefanha@gmail.com>
Cc: kwolf@redhat.com, cloudxy@googlegroups.com, kanghua151@gmail.com,
	qemu-devel@nongnu.org, stefanha@redhat.com
Subject: Re: [Qemu-devel] [PATCH] HLFS driver for QEMU
Date: Mon, 18 Mar 2013 21:36:01 +0800	[thread overview]
Message-ID: <CAD+1EGMFpb4027CkhHDe4dASFjYs96ZbZL1DpzCRO-asCNSPGw@mail.gmail.com> (raw)
In-Reply-To: <20130318111028.GC11058@stefanha-thinkpad.redhat.com>

On Mon, Mar 18, 2013 at 7:10 PM, Stefan Hajnoczi <stefanha@gmail.com> wrote:
Hi Stefan,

> Is HLFS making releases that distros can package?  I don't see packages
> in Debian or Fedora.

We will make packages for Debian and Fedora.

>
> Block drivers in qemu.git should have active and sustainable communities
> behind them.

Cloudxy is an active and sustainable community, which HLFS is just a
sub-project of it.

>  For example, if this is a research project where the team
> will move on within a year, then it may not be appropriate to merge the
> code into QEMU.

HLFS have been developed for two years.

> Can you share some background on the HLFS community and
> where the project is heading?

See http://code.google.com/p/cloudxy/ (Our Main Website) for
details (in Chinese).
See http://code.google.com/p/cloudxy/wiki/WHAT_IS_CLOUDXY for
details.(in English)

>
>> ---
>>  block/Makefile.objs |    2 +-
>>  block/hlfs.c        |  515 +++++++++++++++++++++++++++++++++++++++++++++++++++
>>  configure           |   51 +++++
>>  3 files changed, 567 insertions(+), 1 deletion(-)
>>  create mode 100644 block/hlfs.c
>>
>> diff --git a/block/Makefile.objs b/block/Makefile.objs
>> index c067f38..723c7a5 100644
>> --- a/block/Makefile.objs
>> +++ b/block/Makefile.objs
>> @@ -8,7 +8,7 @@ block-obj-$(CONFIG_POSIX) += raw-posix.o
>>  block-obj-$(CONFIG_LINUX_AIO) += linux-aio.o
>>
>>  ifeq ($(CONFIG_POSIX),y)
>> -block-obj-y += nbd.o sheepdog.o
>> +block-obj-y += nbd.o sheepdog.o hlfs.o
>
> Missing CONFIG_HLFS to compile out hlfs.o.

I changed this according to sheepdog. I cannot see any CONFIG_SHEEPDOG.

[...]
>
>> +    echo "999 CLIBS is $CLIBS\n"
>> +    echo "999 CFLAGS is $CFLAGS\n"
>
> Debugging?

I will fix these problems you said. Thanks very much.



-- 
Thanks
Harry Wei

  reply	other threads:[~2013-03-18 13:36 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-18  6:47 [Qemu-devel] [PATCH] HLFS driver for QEMU harryxiyou
2013-03-18 11:10 ` Stefan Hajnoczi
2013-03-18 13:36   ` harryxiyou [this message]
2013-03-18 15:16     ` Stefan Hajnoczi
2013-03-20  8:43       ` harryxiyou
2013-03-20 10:04         ` Stefan Hajnoczi
2013-03-20 11:17           ` harryxiyou
2013-03-28  7:36   ` harryxiyou
2013-03-28 13:18     ` Stefan Hajnoczi
  -- strict thread matches above, loose matches on Subject: below --
2013-03-18  6:39 harryxiyou
2013-03-16 14:04 harryxiyou

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=CAD+1EGMFpb4027CkhHDe4dASFjYs96ZbZL1DpzCRO-asCNSPGw@mail.gmail.com \
    --to=harryxiyou@gmail.com \
    --cc=cloudxy@googlegroups.com \
    --cc=kanghua151@gmail.com \
    --cc=kwolf@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=stefanha@gmail.com \
    --cc=stefanha@redhat.com \
    /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).