[Qemu-devel] [PULL 0/1] Misc 20190111 patches

Gerd Hoffmann posted 1 patch 5 years, 3 months ago
Test asan passed
Test docker-mingw@fedora passed
Test checkpatch passed
Test docker-clang@ubuntu passed
Test docker-quick@centos7 passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190111114701.6195-1-kraxel@redhat.com
roms/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[Qemu-devel] [PULL 0/1] Misc 20190111 patches
Posted by Gerd Hoffmann 5 years, 3 months ago
The following changes since commit 291741033f611a4f0bbce3f7c9dead84ce315f96:

  Merge remote-tracking branch 'remotes/kraxel/tags/audio-20190110-pull-request' into staging (2019-01-10 18:45:23 +0000)

are available in the git repository at:

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

for you to fetch changes up to 78ac44af547e09bdddc75e41a525cdc8eec60be4:

  roms: seabios: Rename CROSS_COMPILE to CROSS_PREFIX (2019-01-11 12:46:07 +0100)

----------------------------------------------------------------
misc: fix seabios cross build.

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

Roman Bolshakov (1):
  roms: seabios: Rename CROSS_COMPILE to CROSS_PREFIX

 roms/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
2.9.3


Re: [Qemu-devel] [PULL 0/1] Misc 20190111 patches
Posted by Peter Maydell 5 years, 3 months ago
On Fri, 11 Jan 2019 at 11:48, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit 291741033f611a4f0bbce3f7c9dead84ce315f96:
>
>   Merge remote-tracking branch 'remotes/kraxel/tags/audio-20190110-pull-request' into staging (2019-01-10 18:45:23 +0000)
>
> are available in the git repository at:
>
>   git://git.kraxel.org/qemu tags/misc-20190111-pull-request
>
> for you to fetch changes up to 78ac44af547e09bdddc75e41a525cdc8eec60be4:
>
>   roms: seabios: Rename CROSS_COMPILE to CROSS_PREFIX (2019-01-11 12:46:07 +0100)
>
> ----------------------------------------------------------------
> misc: fix seabios cross build.
>
> ----------------------------------------------------------------
>
> Roman Bolshakov (1):
>   roms: seabios: Rename CROSS_COMPILE to CROSS_PREFIX
>
>  roms/Makefile | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>

Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/4.0
for any user-visible changes.

-- PMM