[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-block] [PULL 2/7] README: Fix typo 'git-publish'
From: |
Stefan Hajnoczi |
Subject: |
[Qemu-block] [PULL 2/7] README: Fix typo 'git-publish' |
Date: |
Fri, 9 Mar 2018 13:19:44 +0000 |
From: Fam Zheng <address@hidden>
Reported-by: Alberto Garcia <address@hidden>
Signed-off-by: Fam Zheng <address@hidden>
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Message-id: address@hidden
Signed-off-by: Stefan Hajnoczi <address@hidden>
---
README | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README b/README
index 7833b97365..49a9fd09cd 100644
--- a/README
+++ b/README
@@ -73,7 +73,7 @@ The QEMU website is also maintained under source control.
git clone git://git.qemu.org/qemu-web.git
https://www.qemu.org/2017/02/04/the-new-qemu-website-is-up/
-A 'git-profile' utility was created to make above process less
+A 'git-publish' utility was created to make above process less
cumbersome, and is highly recommended for making regular contributions,
or even just for sending consecutive patch series revisions. It also
requires a working 'git send-email' setup, and by default doesn't
--
2.14.3
- [Qemu-block] [PULL 0/7] Block patches, Stefan Hajnoczi, 2018/03/09
- [Qemu-block] [PULL 1/7] block: Fix qemu crash when using scsi-block, Stefan Hajnoczi, 2018/03/09
- [Qemu-block] [PULL 2/7] README: Fix typo 'git-publish',
Stefan Hajnoczi <=
- [Qemu-block] [PULL 4/7] block: add aio_wait_bh_oneshot(), Stefan Hajnoczi, 2018/03/09
- [Qemu-block] [PULL 3/7] virtio-blk: dataplane: Don't batch notifications if EVENT_IDX is present, Stefan Hajnoczi, 2018/03/09
- [Qemu-block] [PULL 6/7] virtio-scsi: fix race between .ioeventfd_stop() and vq handler, Stefan Hajnoczi, 2018/03/09
- [Qemu-block] [PULL 7/7] vl: introduce vm_shutdown(), Stefan Hajnoczi, 2018/03/09
- [Qemu-block] [PULL 5/7] virtio-blk: fix race between .ioeventfd_stop() and vq handler, Stefan Hajnoczi, 2018/03/09
- Re: [Qemu-block] [PULL 0/7] Block patches, Peter Maydell, 2018/03/09