diff options
| author | Thomas Huth <thuth@redhat.com> | 2016-06-16 09:53:53 +0200 |
|---|---|---|
| committer | Kevin Wolf <kwolf@redhat.com> | 2016-06-16 15:19:55 +0200 |
| commit | 48bea965724fafd51b395f4c0b5a0c173de46c2b (patch) | |
| tree | 0135749a2b7659abd11493a87401da8960a263dc | |
| parent | ccb9dc10129954d0bcd7814298ed445e684d5a2a (diff) | |
| download | focaccia-qemu-48bea965724fafd51b395f4c0b5a0c173de46c2b.tar.gz focaccia-qemu-48bea965724fafd51b395f4c0b5a0c173de46c2b.zip | |
doc: Fix mailing list address in tests/qemu-iotests/README
The address of the mailing list is qemu-devel@nongnu.org instead of qemu-devel@savannah.nongnu.org. And while we're at it, also mention the qemu-block mailing list here. Signed-off-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
| -rw-r--r-- | tests/qemu-iotests/README | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/qemu-iotests/README b/tests/qemu-iotests/README index 4ccfdd1cc0..6079b401ae 100644 --- a/tests/qemu-iotests/README +++ b/tests/qemu-iotests/README @@ -17,4 +17,5 @@ additional options to test further image formats or I/O methods. * Feedback and patches Please send improvements to the test suite, general feedback or just -reports of failing tests cases to qemu-devel@savannah.nongnu.org. +reports of failing tests cases to qemu-devel@nongnu.org with a CC: +to qemu-block@nongnu.org. |