mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
qemu-char: remove use of QEMUTimer in favor of glib idle function
qemu-char is now independent of the QEMU main loop. Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> Signed-off-by: Amit Shah <amit.shah@redhat.com> Message-id: 3cda0bbcfb94912df8a767983a52bb71a4a3231d.1362505276.git.amit.shah@redhat.com Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
8aa33cafc4
commit
9f939df955
2 changed files with 6 additions and 8 deletions
|
@ -71,7 +71,7 @@ struct CharDriverState {
|
|||
void (*chr_guest_open)(struct CharDriverState *chr);
|
||||
void (*chr_guest_close)(struct CharDriverState *chr);
|
||||
void *opaque;
|
||||
QEMUTimer *open_timer;
|
||||
int idle_tag;
|
||||
char *label;
|
||||
char *filename;
|
||||
int opened;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue