Planning/0.15/Testing: Difference between revisions

From QEMU
mNo edit summary
 
Line 12: Line 12:
* http://wiki.qemu.org/Manual
* http://wiki.qemu.org/Manual
* qemu --help
* qemu --help
* qemu -cpu ? [<font color="red">rc2</font>], [<font color="red">0.15.0</font>]
* ~/qemu -cpu ? [<font color="red">rc2</font>], [<font color="red">0.15.0</font>], [<font color="red">0.15.1</font>]
  cd ~ ; qemu -cpu ?
  cd ~ ; qemu -cpu ?
  qemu: -cpu n: drive with bus=0, unit=0 (index=0) exists
  qemu: -cpu n: drive with bus=0, unit=0 (index=0) exists
Line 21: Line 21:
* qemu-io -h  
* qemu-io -h  
* qemu-nbd --help
* qemu-nbd --help
* qemu-doc.html [<font color="red">rc0</font>], [<font color="red">rc1</font>], [<font color="red">rc2</font>], [<font color="red">0.15.0</font>] https://bugs.launchpad.net/qemu/+bug/498107
* qemu-doc.html [<font color="red">rc0</font>], [<font color="red">rc1</font>], [<font color="red">rc2</font>], [<font color="red">0.15.0</font>], [<font color="red">0.15.1</font>] https://bugs.launchpad.net/qemu/+bug/498107
* qemu-tech.html
* qemu-tech.html


== Compiling ==
== Compiling ==
[<font color="red">rc0</font>], [<font color="red">rc1</font>], [<font color="red">rc2</font>], [<font color="red">0.15.0</font>]https://bugs.launchpad.net/qemu/+bug/816370
[<font color="red">rc0</font>], [<font color="red">rc1</font>], [<font color="red">rc2</font>], [<font color="red">0.15.0</font>], [<font color="red">0.15.1</font>] https://bugs.launchpad.net/qemu/+bug/816370


==Hosts==
==Hosts==

Latest revision as of 16:56, 13 October 2011

QEMU 0.15 Release Testing

Add yourself to volunteer for QEMU 0.15 release testing.

Choose areas that you care about and are willing to test release candidates against. Please try to test each release candidate and raise any regressions on the mailing list.

Mark a test success green and a failure with red:

[<font color="green">rcX</font>]

Documentation

Compare all of these

cd ~ ; qemu -cpu ?
qemu: -cpu n: drive with bus=0, unit=0 (index=0) exists
  • qemu -M ?, qemu-system-x86_64 -M ?, qemu-i386 -h, ...
  • man qemu
  • qemu -monitor stdio ... (qemu) help
  • qemu-img -h
  • qemu-io -h
  • qemu-nbd --help
  • qemu-doc.html [rc0], [rc1], [rc2], [0.15.0], [0.15.1] https://bugs.launchpad.net/qemu/+bug/498107
  • qemu-tech.html

Compiling

[rc0], [rc1], [rc2], [0.15.0], [0.15.1] https://bugs.launchpad.net/qemu/+bug/816370

Hosts

Linux i386, Linux x86_64, Windows i386, Solaris SPARC, etc go here.

Targets

ARM, x86, s390, etc go here.

x86 KVM

  • kvm-autotest

LM32

  • opcode testsuite [rc2]
  • Milkymist emulation [rc2]

Subsystems

Feature areas go here.

Block

  • Full qemu-io test suite (stefanha) [rc0]
  • blkverify install and boot RHEL6 (stefanha)
    • qed
    • qcow2
  • install and boot Windows 2003 Server (stefanha)
    • qed
    • qcow2

Tracing

  • Check cpu_in/cpu_out trace event works for simple and dtrace backends (stefanha)

Character devices

Networking

Monitor (HMP/QMP)

  • QMP: quit, change, block_passwd, query-version, screendump, stop, cont, system_reset, system_powerdown

USB

Audio

Graphics

  • qemu-system-x86_64 -spice, -vga qxl

Migration