All of lore.kernel.org
 help / color / mirror / Atom feed
From: aq <aquynh@gmail.com>
To: Andrew Warfield <andrew.warfield@cl.cam.ac.uk>,
	Xen Dev <xen-devel@lists.xensource.com>
Subject: [PATCH] blktap & parallax reorganize
Date: Sat, 11 Jun 2005 05:59:48 -0500	[thread overview]
Message-ID: <9cde8bff05061103595653268f@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 3017 bytes --]

at the moment blktap directory is a little bit messy: blktap and
parallax code are mixed. this patch makes a new directory named
parallax under blktap and put parallax code into it. (lets consider
that parallax is an "application" or blktap, and we might have more in
the future). it also makes some cleanups and little fixes to
Makefiles. Andrew, please apply.

this patch is a little bit big, so i gzip it and attach .gz file here
(btw, what is the recommend size limit of attachment for this list?)

Signed-off-by: Nguyen Anh Quynh <aquynh@gmail.com>

 Makefile                   |  106 ---
 README-PARALLAX            |  177 -----
 block-async.c              |  393 -------------
 block-async.h              |   69 --
 blockstore.c               | 1350 ---------------------------------------------
 blockstore.h               |  134 ----
 blockstored                |binary
 blockstored.c              |  276 ---------
 bstest.c                   |  191 ------
 parallax.c                 |  611 --------------------
 parallax/Makefile          |  118 +++
 parallax/README            |  177 +++++
 parallax/block-async.c     |  393 +++++++++++++
 parallax/block-async.h     |   69 ++
 parallax/blockstore.c      | 1350 +++++++++++++++++++++++++++++++++++++++++++++
 parallax/blockstore.h      |  134 ++++
 parallax/blockstored       |binary
 parallax/blockstored.c     |  276 +++++++++
 parallax/bstest.c          |  191 ++++++
 parallax/parallax.c        |  611 ++++++++++++++++++++
 parallax/radix.c           |  631 +++++++++++++++++++++
 parallax/radix.h           |   45 +
 parallax/requests-async.c  |  762 +++++++++++++++++++++++++
 parallax/requests-async.h  |   29 
 parallax/snaplog.c         |  238 +++++++
 parallax/snaplog.h         |   61 ++
 parallax/vdi.c             |  367 ++++++++++++
 parallax/vdi.h             |   55 +
 parallax/vdi_create.c      |   52 +
 parallax/vdi_fill.c        |   81 ++
 parallax/vdi_list.c        |   47 +
 parallax/vdi_snap.c        |   43 +
 parallax/vdi_snap_delete.c |   48 +
 parallax/vdi_snap_list.c   |   82 ++
 parallax/vdi_tree.c        |  132 ++++
 parallax/vdi_unittest.c    |  184 ++++++
 parallax/vdi_validate.c    |   97 +++
 radix.c                    |  631 ---------------------
 radix.h                    |   45 -
 requests-async.c           |  762 -------------------------
 requests-async.h           |   29 
 snaplog.c                  |  238 -------
 snaplog.h                  |   61 --
 vdi.c                      |  367 ------------
 vdi.h                      |   55 -
 vdi_create.c               |   52 -
 vdi_fill.c                 |   81 --
 vdi_list.c                 |   47 -
 vdi_snap.c                 |   43 -
 vdi_snap_delete.c          |   48 -
 vdi_snap_list.c            |   82 --
 vdi_tree.c                 |  132 ----
 vdi_unittest.c             |  184 ------
 vdi_validate.c             |   97 ---
 54 files changed, 6297 insertions(+), 6237 deletions(-)

[-- Attachment #2: blktap1.patch.gz --]
[-- Type: application/x-gzip, Size: 71438 bytes --]

[-- Attachment #3: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

             reply	other threads:[~2005-06-11 10:59 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-06-11 10:59 aq [this message]
2005-06-11 13:05 ` Xend won't start: attribute VIRQ_DOM_EXC Jurgen Stroo
2005-06-11 13:51   ` Mark Williamson

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=9cde8bff05061103595653268f@mail.gmail.com \
    --to=aquynh@gmail.com \
    --cc=andrew.warfield@cl.cam.ac.uk \
    --cc=xen-devel@lists.xensource.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.