Add qemu 2.4.0
[kvmfornfv.git] / qemu / stubs / chr-testdev.c
1 #include "qemu-common.h"
2 #include "sysemu/char.h"
3
4 CharDriverState *chr_testdev_init(void)
5 {
6     return 0;
7 }