[Qemu-devel] [PULL 0/2] Misc 20170720 patches

Gerd Hoffmann posted 2 patches 6 years, 8 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170720080022.8104-1-kraxel@redhat.com
Test FreeBSD passed
Test checkpatch passed
Test docker passed
Test s390x passed
.editorconfig         | 15 +++++++++++++++
scripts/git.orderfile | 29 +++++++++++++++++++++++++++++
2 files changed, 44 insertions(+)
create mode 100644 .editorconfig
create mode 100644 scripts/git.orderfile
[Qemu-devel] [PULL 0/2] Misc 20170720 patches
Posted by Gerd Hoffmann 6 years, 8 months ago
The following changes since commit d4e59218ab80e86015753782fb5378767a51ccd0:

  Merge remote-tracking branch 'remotes/berrange/tags/pull-qcrypto-2017-07-18-2' into staging (2017-07-19 20:45:37 +0100)

are available in the git repository at:

  git://git.kraxel.org/qemu tags/misc-20170720-pull-request

for you to fetch changes up to a62e20f6f84d747e55891a0d8aadd0737297571e:

  add editorconfig (2017-07-20 09:56:56 +0200)

----------------------------------------------------------------
git orderfile and editorconfig for 2.10

----------------------------------------------------------------

Gerd Hoffmann (2):
  add scripts/git.orderfile
  add editorconfig

 .editorconfig         | 15 +++++++++++++++
 scripts/git.orderfile | 29 +++++++++++++++++++++++++++++
 2 files changed, 44 insertions(+)
 create mode 100644 .editorconfig
 create mode 100644 scripts/git.orderfile

-- 
2.9.3


Re: [Qemu-devel] [PULL 0/2] Misc 20170720 patches
Posted by Peter Maydell 6 years, 8 months ago
On 20 July 2017 at 09:00, Gerd Hoffmann <kraxel@redhat.com> wrote:
> The following changes since commit d4e59218ab80e86015753782fb5378767a51ccd0:
>
>   Merge remote-tracking branch 'remotes/berrange/tags/pull-qcrypto-2017-07-18-2' into staging (2017-07-19 20:45:37 +0100)
>
> are available in the git repository at:
>
>   git://git.kraxel.org/qemu tags/misc-20170720-pull-request
>
> for you to fetch changes up to a62e20f6f84d747e55891a0d8aadd0737297571e:
>
>   add editorconfig (2017-07-20 09:56:56 +0200)
>
> ----------------------------------------------------------------
> git orderfile and editorconfig for 2.10
>
> ----------------------------------------------------------------
>
> Gerd Hoffmann (2):
>   add scripts/git.orderfile
>   add editorconfig
>
>  .editorconfig         | 15 +++++++++++++++
>  scripts/git.orderfile | 29 +++++++++++++++++++++++++++++
>  2 files changed, 44 insertions(+)
>  create mode 100644 .editorconfig
>  create mode 100644 scripts/git.orderfile

Applied, thanks.

-- PMM