I plan to backport the 5 fixes below to the stable branch and tag it as v1.6.3.2. Let me know if there are any concerns or additional changes needed.
-Kevin
Kevin O'Connor (5): Add PYTHON definition to Makefile. Permit .rodata.__PRETTY_FUNCTION__. sections in roms. BCVs should inherrit the legacy harddrive priority. Fix missing NULL pointer checks causing boot failure on 1meg machines. Use "#!/bin/sh" instead of ":" in tools/gen-offsets.sh.
Makefile | 7 ++++--- src/boot.c | 2 +- src/pmm.c | 3 ++- tools/gen-offsets.sh | 2 +- tools/layoutrom.py | 12 ++++++++---- 5 files changed, 16 insertions(+), 10 deletions(-)
Il 06/03/2012 00:50, Kevin O'Connor ha scritto:
I plan to backport the 5 fixes below to the stable branch and tag it as v1.6.3.2. Let me know if there are any concerns or additional changes needed.
The MODE SENSE change would be a good candidate.
Paolo
On Tue, Mar 06, 2012 at 01:48:17PM +0100, Paolo Bonzini wrote:
Il 06/03/2012 00:50, Kevin O'Connor ha scritto:
I plan to backport the 5 fixes below to the stable branch and tag it as v1.6.3.2. Let me know if there are any concerns or additional changes needed.
The MODE SENSE change would be a good candidate.
The cdb_mode_sense_geom() call was never in the stable branch, so no need to back port the fix.
-Kevin