qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH v4 00/12] Boot order tests


From: Markus Armbruster
Subject: [Qemu-devel] [PATCH v4 00/12] Boot order tests
Date: Wed, 26 Jun 2013 15:52:11 +0200

v4:
* Old PATCH 1-6 got merged, only tests left; cover letter changed
  accordingly
* PATCH 1,6 unchanged
* PATCH 2 fix system-reset race (Anthony)
* New PATCH 4,11 to make libqos/fw_cfg usable for the ppc, Sun4 tests
* New PATCH 3 shanghaied from Anthony, to make PATCH 4 compile without
  make clean.
* PATCH 5,10,12 use libqos/fw_cfg (Anthony)
* PATCH 7-9 rebased, minor tweaks
v3:
* Rebased, with only trivial conflicts
* PATCH 08 cosmetic improvements
* More test cases: new PATCH 09-16
v2:
* New PATCH 7 to make testing -boot once possible
* Old PATCH 5 reworked and extended became PATCH 8
* Writing more tests uncovered -no-fd-bootchk weirdness, cleaned up in
  new PATCH 5+6

Andreas Färber (1):
  boot-order-test: Add tests for PowerMacs

Anthony Liguori (1):
  libqos: include dependencies

Markus Armbruster (10):
  qtest: Don't reset on qtest chardev connect
  boot-order-test: New; covering just PC for now
  libqos: Add support for memory-mapped fw_cfg
  boot-order-test: Cover -boot once in ppc tests
  boot-order-test: Better separate target-specific and generic parts
  boot-order-test: Code motion for better readability
  boot-order-test: Add tests for PowerPC PREP
  boot-order-test: Add tests for Sun4m
  libqos: Generalize I/O-mapped fw_cfg
  boot-order-test: Add tests for Sun4u

 qtest.c                  |   7 +-
 tests/Makefile           |   7 +-
 tests/boot-order-test.c  | 209 +++++++++++++++++++++++++++++++++++++++++++++++
 tests/fw_cfg-test.c      |   2 +-
 tests/libqos/fw_cfg-pc.c |  40 ---------
 tests/libqos/fw_cfg-pc.h |  20 -----
 tests/libqos/fw_cfg.c    |  55 +++++++++++++
 tests/libqos/fw_cfg.h    |   9 ++
 tests/libqos/malloc-pc.c |   2 +-
 9 files changed, 287 insertions(+), 64 deletions(-)
 create mode 100644 tests/boot-order-test.c
 delete mode 100644 tests/libqos/fw_cfg-pc.c
 delete mode 100644 tests/libqos/fw_cfg-pc.h

-- 
1.7.11.7




reply via email to

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