qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 0/5] -boot fixes


From: Markus Armbruster
Subject: [Qemu-devel] [PATCH 0/5] -boot fixes
Date: Wed, 20 Feb 2013 17:55:32 +0100

I'm afraid -boot once regressed in 1.4, specifically commit e4ada29e.
This fix isn't exactly minimal.  Should it go into stable anyway?  If
yes, I'm happy to respin with cc: qemu-stable.

The last patch adds tests.  Unfortunately, test coverage sucks: looks
like qtest has an extra reset, which makes testing -boot once
impossible.  Can anyone help with that?

Markus Armbruster (5):
  vl: Clean up parsing of -boot option argument
  qemu-option: check_params() is now unused, drop it
  vl: Fix -boot order and once regressions, and related bugs
  vl: Rename *boot_devices to *boot_order, for consistency
  qtest: Add boot order test

 hw/hw.h                 |   4 +-
 include/qemu/option.h   |   2 -
 tests/Makefile          |   2 +
 tests/boot-order-test.c |  72 ++++++++++++++++++++++++++++++++
 util/qemu-option.c      |  30 --------------
 vl.c                    | 108 ++++++++++++++++++------------------------------
 6 files changed, 117 insertions(+), 101 deletions(-)
 create mode 100644 tests/boot-order-test.c

-- 
1.7.11.7




reply via email to

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