Move handling of GRUB_QEMU_OPTS to grub-shell so that make check works.

* Makefile.am: Remove GRUB_QEMU_OPTS handling.
	* tests/util/grub-shell.in: Add GRUB_QEMU_OPTS handling.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-06-07 14:14:02 +02:00
parent 24bd8838f1
commit 60fde14d3e
3 changed files with 27 additions and 20 deletions

View file

@ -1,3 +1,10 @@
2012-06-07 Vladimir Serbinenko <phcoder@gmail.com>
Move handling of GRUB_QEMU_OPTS to grub-shell so that make check works.
* Makefile.am: Remove GRUB_QEMU_OPTS handling.
* tests/util/grub-shell.in: Add GRUB_QEMU_OPTS handling.
2012-06-07 Vladimir Serbinenko <phcoder@gmail.com>
* include/grub/types.h (grub_set_unaligned64): New function.