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 > > 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=0

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" : >> From: Lucas Meneghel Rodrigues >> >> 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

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

2013-01-04 Thread Stefan Weil
> From: Lucas Meneghel Rodrigues > > 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 /path/to/kvm/un

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

2013-01-04 Thread Gerd Hoffmann
From: Lucas Meneghel Rodrigues 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 /path/to/kvm/unittests/msr.flat W