]> Git Repo - qemu.git/commit
char: Convert qemu_chr_info() to QObject
authorLuiz Capitulino <[email protected]>
Thu, 10 Dec 2009 19:16:08 +0000 (17:16 -0200)
committerAnthony Liguori <[email protected]>
Sat, 12 Dec 2009 13:59:49 +0000 (07:59 -0600)
commit588b38320134edee4a569f60ed88c9848961d6ee
treec8483cf34d82d4271cba8fd2428c76de472df08e
parent218a536a7a7c6d3679d5eca0103f32fd11fbfaf0
char: Convert qemu_chr_info() to QObject

Each device is represented by a QDict. The returned QObject is a QList
of all devices.

This commit should not change user output.

Signed-off-by: Luiz Capitulino <[email protected]>
Signed-off-by: Anthony Liguori <[email protected]>
monitor.c
qemu-char.c
qemu-char.h
This page took 0.020892 seconds and 4 git commands to generate.