Planning/0.14/Testing: Difference between revisions

From QEMU
No edit summary
Line 13: Line 13:
* qemu --help
* qemu --help
* qemu -cpu ?, qemu -M ?, qemu-system-x86_64 -M ?, qemu-i386 -h, ...
* qemu -cpu ?, qemu -M ?, qemu-system-x86_64 -M ?, qemu-i386 -h, ...
* man qemu [<font color="red">rc1</font>]
* man qemu [<font color="red">rc2</font>]
* qemu -monitor stdio ... (qemu) help
* qemu -monitor stdio ... (qemu) help
* qemu-img -h
* qemu-img -h
* qemu-io -h  
* qemu-io -h  
* qemu-nbd --help
* qemu-nbd --help
* qemu-doc.html [<font color="red">rc1</font>]
* qemu-doc.html [<font color="red">rc2</font>]
* qemu-tech.html [<font color="red">rc1</font>]
* qemu-tech.html [<font color="red">rc2</font>]


==Hosts==
==Hosts==
* Linux x86 (32 bit)
* Linux x86 (32 bit)
* Linux x86 (64 bit)
* Linux x86 (64 bit) [<font color="red">rc2</font>] (qemu hangs after some time) --[[User:Rowa|rowa]] 08:41, 16 February 2011 (UTC)
** Linux x86 on AMD-CPUs (QEMU 0.13. has a lot of bugs here) [<font color="green">rc0</font>]
** Linux x86 on AMD-CPUs (QEMU 0.13. has a lot of bugs here) [<font color="green">rc0</font>]
* Win32 [<font color="red">rc1</font>] (compile error --[[User:Rowa|rowa]] 16:44, 8 February 2011 (UTC))
* Win32 [<font color="red">rc1</font>] (compile error --[[User:Rowa|rowa]] 16:44, 8 February 2011 (UTC))

Revision as of 08:41, 16 February 2011

QEMU 0.14 Release Testing

Add yourself to volunteer for QEMU 0.14 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 ----rowa 19:04, 3 February 2011 (UTC)

  • http://wiki.qemu.org/Manual
  • qemu --help
  • qemu -cpu ?, qemu -M ?, qemu-system-x86_64 -M ?, qemu-i386 -h, ...
  • man qemu [rc2]
  • qemu -monitor stdio ... (qemu) help
  • qemu-img -h
  • qemu-io -h
  • qemu-nbd --help
  • qemu-doc.html [rc2]
  • qemu-tech.html [rc2]

Hosts

  • Linux x86 (32 bit)
  • Linux x86 (64 bit) [rc2] (qemu hangs after some time) --rowa 08:41, 16 February 2011 (UTC)
    • Linux x86 on AMD-CPUs (QEMU 0.13. has a lot of bugs here) [rc0]
  • Win32 [rc1] (compile error --rowa 16:44, 8 February 2011 (UTC))
  • BSD, MacOS, SunOS, others
  • eComstation (nice to have)

Targets

ARM, x86, s390, etc go here.

mips, mipsel

  • Debian guest on emulated MIPS Malta (little/big endian, 32/64 bit) (sweil)

x86 KVM

  • kvm-autotest run (aliguori?):
    • install Fedora guest
    • install Windows

Subsystems

Feature areas go here.

Block

  • Full qemu-io test suite (kwolf)
  • blkverify install and boot RHEL6 (stefanha)
    • qed [rc0, rc2]
    • qcow2 [rc0, rc2]
  • install and boot Windows 2003 Server (stefanha)
    • qed [rc0, rc2]
    • qcow2 [rc0]
  • qemu-img create manual testing (stefanha)
    • Want to add automated tests to qemu-img in the future!
  • qemu-nbd access to a qcow2 image (stefanha) [rc0, rc2]

Tracing

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

Character devices

  • Test unix/tcp socket chardev with isa/virtio serial backends (mdroth)

Networking

Monitor (HMP/QMP)

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

USB

Audio

Graphics

Migration

- live migration, block live migration [rc1, rc2] (yoshi)