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

Fam Zheng posted 2 patches 6 years, 2 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180226030326.20219-1-famz@redhat.com
Test checkpatch passed
Test docker-build@min-glib passed
Test docker-mingw@fedora passed
Test docker-quick@centos6 passed
Test ppcbe passed
Test ppcle passed
Test s390x passed
.gitpublish | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++
README      | 31 ++++++++++++++++++++++++++++++-
2 files changed, 81 insertions(+), 1 deletion(-)
create mode 100644 .gitpublish
[Qemu-devel] [PATCH v4 0/2] Add git-publish config file
Posted by Fam Zheng 6 years, 2 months ago
v4: Fix prefixes. [Stefan]
    Keep rich profiles. [Paolo]

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 | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++
 README      | 31 ++++++++++++++++++++++++++++++-
 2 files changed, 81 insertions(+), 1 deletion(-)
 create mode 100644 .gitpublish

-- 
2.14.3


Re: [Qemu-devel] [PATCH v4 0/2] Add git-publish config file
Posted by Stefan Hajnoczi 6 years, 2 months ago
On Mon, Feb 26, 2018 at 11:03:24AM +0800, Fam Zheng wrote:
> v4: Fix prefixes. [Stefan]
>     Keep rich profiles. [Paolo]
> 
> 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 | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++
>  README      | 31 ++++++++++++++++++++++++++++++-
>  2 files changed, 81 insertions(+), 1 deletion(-)
>  create mode 100644 .gitpublish
> 
> -- 
> 2.14.3
> 

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

Stefan