[Qemu-devel] [PATCH v3 0/2] Add git-publish config file

Fam Zheng posted 2 patches 6 years, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180205054725.25634-1-famz@redhat.com
Test checkpatch passed
Test docker-build@min-glib passed
Test docker-mingw@fedora passed
Test docker-quick@centos6 passed
Test ppc passed
Test s390x passed
There is a newer version of this series
.gitpublish | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
README      | 30 +++++++++++++++++++++++++++++-
2 files changed, 87 insertions(+), 1 deletion(-)
create mode 100644 .gitpublish
[Qemu-devel] [PATCH v3 0/2] Add git-publish config file
Posted by Fam Zheng 6 years, 1 month ago
v3: Fix trivial hunk placement. [Michael]
    Fix PPC sub-list. [Michael]

v2: Add README paragraph [Marc-André, Stefan]
    Fix 'trivial' profile [Marc-André]
    Rename profiles [Stefan]

Fam Zheng (2):
  Add a git-publish configuration file
  README: Document 'git-publish' workflow

 .gitpublish | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 README      | 30 +++++++++++++++++++++++++++++-
 2 files changed, 87 insertions(+), 1 deletion(-)
 create mode 100644 .gitpublish

-- 
2.14.3


Re: [Qemu-devel] [PATCH v3 0/2] Add git-publish config file
Posted by Stefan Hajnoczi 6 years, 1 month ago
On Mon, Feb 05, 2018 at 01:47:23PM +0800, Fam Zheng wrote:
> v3: Fix trivial hunk placement. [Michael]
>     Fix PPC sub-list. [Michael]
> 
> v2: Add README paragraph [Marc-André, Stefan]
>     Fix 'trivial' profile [Marc-André]
>     Rename profiles [Stefan]
> 
> Fam Zheng (2):
>   Add a git-publish configuration file
>   README: Document 'git-publish' workflow
> 
>  .gitpublish | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  README      | 30 +++++++++++++++++++++++++++++-
>  2 files changed, 87 insertions(+), 1 deletion(-)
>  create mode 100644 .gitpublish
> 
> -- 
> 2.14.3

I fixed two small issues in README when applying:
s/git-profile/git-publish/ and s/for once/the first time/

Thanks, applied to my block tree:
https://github.com/stefanha/qemu/commits/block

Stefan