qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 50df8d: roms: remove explicit MAKEFLAGS from


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 50df8d: roms: remove explicit MAKEFLAGS from recursive mak...
Date: Sat, 08 Feb 2014 05:30:05 -0800

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 50df8d5db04ac09477ed6ad3831592d699b3fafc
      
https://github.com/qemu/qemu/commit/50df8d5db04ac09477ed6ad3831592d699b3fafc
  Author: Bruce Rogers <address@hidden>
  Date:   2014-02-03 (Mon, 03 Feb 2014)

  Changed paths:
    M roms/Makefile

  Log Message:
  -----------
  roms: remove explicit MAKEFLAGS from recursive make invocations

When using $(MAKE) within a makefile, we shouldn't be explicitly
including $(MAKEFLAGS) on the command-line. It causes problems
when that makefile is recursively invoked. When the roms/Makefile
is invoked as in make -C roms bios a spurious 'w' appears on the
sub-make invocation, due to the erroneous $(MAKEFLAGS) inclusion.

Signed-off-by: Bruce Rogers <address@hidden>
Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: cd4eb4c5ac0368ec2c30412e699e48f1a7ca6998
      
https://github.com/qemu/qemu/commit/cd4eb4c5ac0368ec2c30412e699e48f1a7ca6998
  Author: Gerd Hoffmann <address@hidden>
  Date:   2014-02-03 (Mon, 03 Feb 2014)

  Changed paths:
    M roms/seabios

  Log Message:
  -----------
  Update seabios submodule to 1.7.4

Not that many changes as we already have a git snapshot pretty close
to final 1.7.4 in the tree.  Most notably change is the vgabios change
which fixes the windows guest regression.

Full git shortlog:

Gerd Hoffmann (2):
      run qemu_cfg_e820 only for CONFIG_QEMU=y
      change boot order load log level

Kevin O'Connor (10):
      Minor - move sgdt/lgdt macros from stacks.c to x86.h.
      Separate out sec32init sections even when not doing code relocation.
      floppy: Fix incorrect LBA to CHS translation.
      floppy: Fix accesses to DOR register.
      vgabios: Avoid memory references via %esp register in vgabios.
      Small improvements to irqentry_extrastack assembler.
      floppy: Encode command and flags into single value in floppy pio code.
      On disk format request, verify cylinders and pass to driver.
      floppy: Implement cylinder seeking when accessing a different cylinder.
      coreboot: Make sure to print the SeaBIOS version in cbmem debug output.

Kyösti Mälkki (1):
      Fix CBMEM console overflow


  Commit: 41419b0f11d125ad792660638eb452c767eddc28
      
https://github.com/qemu/qemu/commit/41419b0f11d125ad792660638eb452c767eddc28
  Author: Gerd Hoffmann <address@hidden>
  Date:   2014-02-03 (Mon, 03 Feb 2014)

  Changed paths:
    M pc-bios/bios-256k.bin
    M pc-bios/bios.bin
    M pc-bios/vgabios-cirrus.bin
    M pc-bios/vgabios-qxl.bin
    M pc-bios/vgabios-stdvga.bin
    M pc-bios/vgabios-vmware.bin
    M pc-bios/vgabios.bin

  Log Message:
  -----------
  Update seabios binaries to 1.7.4

Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: 4db0014521a6820415298e10978b53dee3440f56
      
https://github.com/qemu/qemu/commit/4db0014521a6820415298e10978b53dee3440f56
  Author: Peter Maydell <address@hidden>
  Date:   2014-02-07 (Fri, 07 Feb 2014)

  Changed paths:
    M pc-bios/bios-256k.bin
    M pc-bios/bios.bin
    M pc-bios/vgabios-cirrus.bin
    M pc-bios/vgabios-qxl.bin
    M pc-bios/vgabios-stdvga.bin
    M pc-bios/vgabios-vmware.bin
    M pc-bios/vgabios.bin
    M roms/Makefile
    M roms/seabios

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/kraxel/tags/pull-roms-1' into staging

Update seabios to 1.7.4

# gpg: Signature made Mon 03 Feb 2014 14:42:44 GMT using RSA key ID D3E87138
# gpg: Good signature from "Gerd Hoffmann (work) <address@hidden>"
# gpg:                 aka "Gerd Hoffmann <address@hidden>"
# gpg:                 aka "Gerd Hoffmann (private) <address@hidden>"

* remotes/kraxel/tags/pull-roms-1:
  Update seabios binaries to 1.7.4
  Update seabios submodule to 1.7.4
  roms: remove explicit MAKEFLAGS from recursive make invocations

Signed-off-by: Peter Maydell <address@hidden>


Compare: https://github.com/qemu/qemu/compare/91abb80b5f66...4db0014521a6

reply via email to

[Prev in Thread] Current Thread [Next in Thread]