Re: [Qemu-devel] [PATCH 1/4] console: a few cleanups

2012-01-17 Thread Stefan Weil
Am 18.01.2012 01:49, schrieb Anthony Liguori: On Jan 17, 2012 12:16 AM, "Stefan Weil" > wrote: > > Am 16.01.2012 23:36, schrieb Anthony Liguori: > >> We don't do anything with the list of registered DisplayState so get rid of it. >> That's one less list to deal with d

Re: [Qemu-devel] [PATCH 1/4] console: a few cleanups

2012-01-17 Thread Anthony Liguori
On Jan 17, 2012 12:16 AM, "Stefan Weil" wrote: > > Am 16.01.2012 23:36, schrieb Anthony Liguori: > >> We don't do anything with the list of registered DisplayState so get rid of it. >> That's one less list to deal with down the road. >> >> Also pass DisplayState to the callbacks in DisplayState so

Re: [Qemu-devel] [PATCH 1/4] console: a few cleanups

2012-01-16 Thread Stefan Weil
Am 16.01.2012 23:36, schrieb Anthony Liguori: We don't do anything with the list of registered DisplayState so get rid of it. That's one less list to deal with down the road. Also pass DisplayState to the callbacks in DisplayState so users can avoid global state references. Signed-off-by: Antho

[Qemu-devel] [PATCH 1/4] console: a few cleanups

2012-01-16 Thread Anthony Liguori
We don't do anything with the list of registered DisplayState so get rid of it. That's one less list to deal with down the road. Also pass DisplayState to the callbacks in DisplayState so users can avoid global state references. Signed-off-by: Anthony Liguori --- console.c |9 +++--