mbox

[PULL,0/1] Misc 20190111 patches

Message ID 20190111114701.6195-1-kraxel@redhat.com (mailing list archive)
State New, archived
Headers show

Pull-request

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

Message

Gerd Hoffmann Jan. 11, 2019, 11:47 a.m. UTC
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(-)

Comments

Peter Maydell Jan. 11, 2019, 7:08 p.m. UTC | #1
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