Re: [Qemu-devel] [PATCH 3/4] hw: Add test device for unittests execution

2013-01-06 Thread Andreas Färber
Am 04.01.2013 09:16, schrieb Gerd Hoffmann: From: Lucas Meneghel Rodrigues l...@redhat.com Add a test device which supports the kvmctl ioports, so one can run the KVM unittest suite. Intended Usage: qemu-system-x86_64 -nographic \ -device pc-testdev \ -device

[Qemu-devel] [PATCH 3/4] hw: Add test device for unittests execution

2013-01-04 Thread Gerd Hoffmann
From: Lucas Meneghel Rodrigues l...@redhat.com Add a test device which supports the kvmctl ioports, so one can run the KVM unittest suite. Intended Usage: qemu-system-x86_64 -nographic \ -device pc-testdev \ -device isa-debug-exit,iobase=0xf4,iosize=0x04 \ -kernel

Re: [Qemu-devel] [PATCH 3/4] hw: Add test device for unittests execution

2013-01-04 Thread Stefan Weil
From: Lucas Meneghel Rodrigues l...@redhat.com Add a test device which supports the kvmctl ioports, so one can run the KVM unittest suite. Intended Usage: qemu-system-x86_64 -nographic \ -device pc-testdev \ -device isa-debug-exit,iobase=0xf4,iosize=0x04 \ -kernel

Re: [Qemu-devel] [PATCH 3/4] hw: Add test device for unittests execution

2013-01-04 Thread Alexander Graf
Am 04.01.2013 um 22:44 schrieb Stefan Weil s...@weilnetz.de: From: Lucas Meneghel Rodrigues l...@redhat.com Add a test device which supports the kvmctl ioports, so one can run the KVM unittest suite. Intended Usage: qemu-system-x86_64 -nographic \ -device pc-testdev \ -device