To implement new QEMU Monitor Protocol:
1) define hmp method @ hmp.h
2) implement hmp method @ hmp.c
3) implement qmp method @ qmp.c
ex) (qemu) cpu-add 2
To implement new QEMU Monitor Protocol:
1) define hmp method @ hmp.h
2) implement hmp method @ hmp.c
3) implement qmp method @ qmp.c
ex) (qemu) cpu-add 2