Planning/0.15/Testing: Difference between revisions
mNo edit summary |
|||
(10 intermediate revisions by 4 users not shown) | |||
Line 12: | Line 12: | ||
* http://wiki.qemu.org/Manual | * http://wiki.qemu.org/Manual | ||
* qemu --help | * qemu --help | ||
* qemu -cpu ?, qemu -M ?, qemu-system-x86_64 -M ?, qemu-i386 -h, ... | * ~/qemu -cpu ? [<font color="red">rc2</font>], [<font color="red">0.15.0</font>], [<font color="red">0.15.1</font>] | ||
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 | * man qemu | ||
* qemu -monitor stdio ... (qemu) help | * qemu -monitor stdio ... (qemu) help | ||
Line 18: | Line 21: | ||
* qemu-io -h | * qemu-io -h | ||
* qemu-nbd --help | * qemu-nbd --help | ||
* qemu-doc.html [<font color="red">rc0</font>] | * 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>] 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== | ||
Line 32: | Line 35: | ||
===x86 KVM=== | ===x86 KVM=== | ||
* kvm-autotest | * kvm-autotest | ||
===LM32=== | |||
* opcode testsuite [<font color="green">rc2</font>] | |||
* Milkymist emulation [<font color="green">rc2</font>] | |||
==Subsystems== | ==Subsystems== | ||
Line 37: | Line 44: | ||
===Block=== | ===Block=== | ||
* Full qemu-io test suite (stefanha) | * Full qemu-io test suite (stefanha) [<font color="green">rc0</font>] | ||
* blkverify install and boot RHEL6 (stefanha) | * blkverify install and boot RHEL6 (stefanha) | ||
** qed | ** qed | ||
Line 49: | Line 56: | ||
===Character devices=== | ===Character devices=== | ||
===Networking=== | |||
===Monitor (HMP/QMP)=== | ===Monitor (HMP/QMP)=== | ||
Line 59: | Line 67: | ||
===Migration=== | ===Migration=== | ||
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
- http://wiki.qemu.org/Manual
- qemu --help
- ~/qemu -cpu ? [rc2], [0.15.0], [0.15.1]
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