|
| From: | Anthony Liguori |
| Subject: | Re: [Qemu-devel] [PATCH v2 01/19] char: Fix initial reset |
| Date: | Thu, 05 Mar 2009 17:01:10 -0600 |
| User-agent: | Thunderbird 2.0.0.19 (X11/20090105) |
Jan Kiszka wrote:
Recent changes to the graphical console initialization broke the initial CHR_EVENT_RESET distribution. The reset BHs generated on char device initialization are now already consumed during machine init (ide init ... -> qemu_aio_wait -> qemu_bh_poll). Therefore, this patch moves the initial qemu_chr_reset calls into a separate funtion which is called after machine init.
Applied 1-8 to stable and the whole series to trunk. Thanks. The big term_printf -> monitor_printf() conversion was missing some calls but I fixed those.
Regards, Anthony Liguori
| [Prev in Thread] | Current Thread | [Next in Thread] |