qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 0/3] qtest patches


From: Blue Swirl
Subject: [Qemu-devel] [PATCH 0/3] qtest patches
Date: Sun, 15 Apr 2012 16:31:56 +0000

The first patch is the same as before.

The second patch is not 100% optimal as we could anticipate for
example KVM/ARM or some future qtests which need BIOS or kernel, but
it works for now.

I tested the targets like this:
$ for f in obj-amd64/*-softmmu/qemu-system-*; do echo $f; ./$f -qtest
stdio -machine accel=qtest -rtc clock=vm -display none; done
obj-amd64/alpha-softmmu/qemu-system-alpha
[I 1334507425.471227] OPENED
^Cobj-amd64/arm-softmmu/qemu-system-arm
[I 1334507426.789659] OPENED
^Cobj-amd64/cris-softmmu/qemu-system-cris
[I 1334507428.044708] OPENED
^Cobj-amd64/i386-softmmu/qemu-system-i386
etc.

The third patch is only limited to Sparc hosts, for PPC we would need
to enable PCI bridging etc. first.

Blue Swirl (3):
  qtest: add register fuzzing to RTC test
  qtest: enable qtest for most targets
  qtest: add m48t59 tests for Sparc

 hw/an5206.c                         |    4 +-
 hw/axis_dev88.c                     |    4 +
 hw/collie.c                         |    3 +
 hw/exynos4_boards.c                 |    8 +-
 hw/highbank.c                       |    3 +
 hw/integratorcp.c                   |    3 +
 hw/mainstone.c                      |    3 +
 hw/mcf5208.c                        |    3 +
 hw/mips_fulong2e.c                  |   49 +++++------
 hw/mips_jazz.c                      |   31 ++++---
 hw/mips_malta.c                     |   88 ++++++++++---------
 hw/mips_mipssim.c                   |   39 +++++----
 hw/musicpal.c                       |    3 +
 hw/omap_sx1.c                       |    2 +-
 hw/palm.c                           |    2 +-
 hw/realview.c                       |    3 +
 hw/s390-virtio.c                    |   68 ++++++++-------
 hw/shix.c                           |   28 +++---
 hw/spitz.c                          |    3 +
 hw/tosa.c                           |    3 +
 hw/versatilepb.c                    |    3 +
 hw/vexpress.c                       |    4 +-
 hw/xilinx_zynq.c                    |    3 +
 target-alpha/translate.c            |    4 +-
 target-cris/translate.c             |    5 +-
 target-m68k/helper.c                |    2 +-
 target-microblaze/translate.c       |    3 +-
 target-mips/translate.c             |    4 +-
 target-sh4/translate.c              |    4 +-
 target-sparc/cpu.c                  |    4 +-
 tests/Makefile                      |    5 ++
 tests/{rtc-test.c => m48t59-test.c} |  162 +++++++++++++++++------------------
 tests/rtc-test.c                    |   17 ++++
 33 files changed, 329 insertions(+), 241 deletions(-)
 copy tests/{rtc-test.c => m48t59-test.c} (64%)

-- 
1.7.10



reply via email to

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