From: Stefan Hajnoczi <stefanha@redhat.com>
To: qemu-devel@nongnu.org
Cc: Peter Maydell <peter.maydell@linaro.org>,
Wen Congyang <wency@cn.fujitsu.com>,
Changlong Xie <xiecl.fnst@cn.fujitsu.com>,
Wang WeiWei <wangww.fnst@cn.fujitsu.com>,
zhanghailiang <zhang.zhanghailiang@huawei.com>,
Gonglei <arei.gonglei@huawei.com>,
Stefan Hajnoczi <stefanha@redhat.com>
Subject: [Qemu-devel] [PULL 08/17] block: Link backup into block core
Date: Mon, 12 Sep 2016 15:08:45 +0100 [thread overview]
Message-ID: <1473689334-29138-9-git-send-email-stefanha@redhat.com> (raw)
In-Reply-To: <1473689334-29138-1-git-send-email-stefanha@redhat.com>
From: Wen Congyang <wency@cn.fujitsu.com>
Some programs that add a dependency on it will use
the block layer directly.
Signed-off-by: Wen Congyang <wency@cn.fujitsu.com>
Signed-off-by: Changlong Xie <xiecl.fnst@cn.fujitsu.com>
Signed-off-by: Wang WeiWei <wangww.fnst@cn.fujitsu.com>
Signed-off-by: zhanghailiang <zhang.zhanghailiang@huawei.com>
Signed-off-by: Gonglei <arei.gonglei@huawei.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Jeff Cody <jcody@redhat.com>
Message-id: 1469602913-20979-5-git-send-email-xiecl.fnst@cn.fujitsu.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
---
block/Makefile.objs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/block/Makefile.objs b/block/Makefile.objs
index 2593a2f..8a3270b 100644
--- a/block/Makefile.objs
+++ b/block/Makefile.objs
@@ -22,11 +22,11 @@ block-obj-$(CONFIG_ARCHIPELAGO) += archipelago.o
block-obj-$(CONFIG_LIBSSH2) += ssh.o
block-obj-y += accounting.o dirty-bitmap.o
block-obj-y += write-threshold.o
+block-obj-y += backup.o
block-obj-y += crypto.o
common-obj-y += stream.o
-common-obj-y += backup.o
iscsi.o-cflags := $(LIBISCSI_CFLAGS)
iscsi.o-libs := $(LIBISCSI_LIBS)
--
2.7.4
next prev parent reply other threads:[~2016-09-12 14:09 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-12 14:08 [Qemu-devel] [PULL 00/17] Block patches Stefan Hajnoczi
2016-09-12 14:08 ` [Qemu-devel] [PULL 01/17] linux-aio: consume events in userspace instead of calling io_getevents Stefan Hajnoczi
2016-09-12 14:08 ` [Qemu-devel] [PULL 02/17] linux-aio: split processing events function Stefan Hajnoczi
2016-09-12 14:08 ` [Qemu-devel] [PULL 03/17] linux-aio: process completions from ioq_submit() Stefan Hajnoczi
2016-09-12 14:08 ` [Qemu-devel] [PULL 04/17] virtio-blk: rename virtio_device_info to virtio_blk_info Stefan Hajnoczi
2016-09-12 14:08 ` [Qemu-devel] [PULL 05/17] block: unblock backup operations in backing file Stefan Hajnoczi
2016-09-12 14:08 ` [Qemu-devel] [PULL 06/17] Backup: clear all bitmap when doing block checkpoint Stefan Hajnoczi
2016-09-12 14:08 ` [Qemu-devel] [PULL 07/17] Backup: export interfaces for extra serialization Stefan Hajnoczi
2016-09-12 14:08 ` Stefan Hajnoczi [this message]
2016-09-12 14:08 ` [Qemu-devel] [PULL 09/17] docs: block replication's description Stefan Hajnoczi
2016-09-12 14:08 ` [Qemu-devel] [PULL 10/17] mirror: auto complete active commit Stefan Hajnoczi
2016-09-12 14:08 ` [Qemu-devel] [PULL 11/17] configure: support replication Stefan Hajnoczi
2016-09-12 14:08 ` [Qemu-devel] [PULL 12/17] replication: Introduce new APIs to do replication operation Stefan Hajnoczi
2016-09-12 14:08 ` [Qemu-devel] [PULL 13/17] replication: Implement new driver for block replication Stefan Hajnoczi
2016-09-12 14:08 ` [Qemu-devel] [PULL 14/17] tests: add unit test case for replication Stefan Hajnoczi
2016-09-12 14:08 ` [Qemu-devel] [PULL 15/17] support replication driver in blockdev-add Stefan Hajnoczi
2016-10-25 21:31 ` Eric Blake
2016-09-12 14:08 ` [Qemu-devel] [PULL 16/17] MAINTAINERS: add maintainer for replication Stefan Hajnoczi
2016-09-12 14:08 ` [Qemu-devel] [PULL 17/17] tests: fix qvirtqueue_kick Stefan Hajnoczi
2016-09-12 15:12 ` [Qemu-devel] [PULL 00/17] Block patches Peter Maydell
2016-09-12 15:56 ` Peter Maydell
2016-09-13 1:11 ` Fam Zheng
2016-09-13 8:34 ` Stefan Hajnoczi
2016-09-13 8:53 ` Stefan Hajnoczi
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=1473689334-29138-9-git-send-email-stefanha@redhat.com \
--to=stefanha@redhat.com \
--cc=arei.gonglei@huawei.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=wangww.fnst@cn.fujitsu.com \
--cc=wency@cn.fujitsu.com \
--cc=xiecl.fnst@cn.fujitsu.com \
--cc=zhang.zhanghailiang@huawei.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).