qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] Why is the dummy device hw/testdev excluded in higher version of qemu?
@ 2013-03-05  9:27 Qiu, Shuang
  2013-03-05 15:42 ` Gleb Natapov
  0 siblings, 1 reply; 2+ messages in thread
From: Qiu, Shuang @ 2013-03-05  9:27 UTC (permalink / raw)
  To: qemu-devel@nongnu.org

[-- Attachment #1: Type: text/plain, Size: 929 bytes --]

Hello everyone,

I'm now doing regression tests on qemu 1.4.5. My test cases is written regarding 1.2.5, so I use testdev as a dummy device with a chardev specified to output system log.

The old command is like this:

qemu-system-x86_64 -device testdev,chardev=testlog -chardev file,id=testlog,path=log.out -serial stdio
-kernel test_kernel -cpu host --enable-kvm

When I now develop on qemu 1.4.5, I suddenly find the testdev is excluded from the source.

Now, when I perform the regression test, an error is issued:

qemu-system-x86_64 -device testdev,chardev=testlog -chardev file,id=testlog,path=log.out -serial stdio

-kernel test_kernel -cpu host --enable-kvm

qemu-system-x86_64: -device testdev,chardev=testlog: Parameter 'driver' expects

device type

Instead, I find pc-testdev is added. Any reason behind this? Why and when did testdev removed from the code?

Thanks and Best Regards!
Shuang

[-- Attachment #2: Type: text/html, Size: 5484 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-03-05 15:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-05  9:27 [Qemu-devel] Why is the dummy device hw/testdev excluded in higher version of qemu? Qiu, Shuang
2013-03-05 15:42 ` Gleb Natapov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).