Re: [Qemu-devel] [PATCH] tests: Add tests for fdsets

2012-12-08 Thread Stefan Hajnoczi
On Thu, Dec 6, 2012 at 2:17 PM, Kevin Wolf wrote: > Am 04.12.2012 16:31, schrieb Stefan Hajnoczi: >> On Wed, Nov 14, 2012 at 05:53:16PM -0500, Corey Bryant wrote: >>> >>> Signed-off-by: Corey Bryant >>> --- >>> tests/qemu-iotests/044| 129 >>> ++ >

Re: [Qemu-devel] [PATCH] tests: Add tests for fdsets

2012-12-06 Thread Kevin Wolf
Am 04.12.2012 16:31, schrieb Stefan Hajnoczi: > On Wed, Nov 14, 2012 at 05:53:16PM -0500, Corey Bryant wrote: >> >> Signed-off-by: Corey Bryant >> --- >> tests/qemu-iotests/044| 129 >> ++ >> tests/qemu-iotests/044.out| 5 ++ >> tests/qemu-io

Re: [Qemu-devel] [PATCH] tests: Add tests for fdsets

2012-12-04 Thread Stefan Hajnoczi
On Wed, Nov 14, 2012 at 05:53:16PM -0500, Corey Bryant wrote: > > Signed-off-by: Corey Bryant > --- > tests/qemu-iotests/044| 129 > ++ > tests/qemu-iotests/044.out| 5 ++ > tests/qemu-iotests/group | 1 + > tests/qemu-iotests/iotests

Re: [Qemu-devel] [PATCH] tests: Add tests for fdsets

2012-12-03 Thread Kevin Wolf
Am 14.11.2012 23:53, schrieb Corey Bryant: > Signed-off-by: Corey Bryant > --- > tests/qemu-iotests/044| 129 > ++ > tests/qemu-iotests/044.out| 5 ++ > tests/qemu-iotests/group | 1 + > tests/qemu-iotests/iotests.py | 12 > 4 fi

[Qemu-devel] [PATCH] tests: Add tests for fdsets

2012-11-14 Thread Corey Bryant
Signed-off-by: Corey Bryant --- tests/qemu-iotests/044| 129 ++ tests/qemu-iotests/044.out| 5 ++ tests/qemu-iotests/group | 1 + tests/qemu-iotests/iotests.py | 12 4 files changed, 147 insertions(+) create mode 100755 tests/qe