From: Samuel Thibault <samuel.thibault@eu.citrix.com>
To: Markus Armbruster <armbru@redhat.com>
Cc: xen-devel@lists.xensource.com
Subject: Re: kbdif
Date: Thu, 14 Feb 2008 10:06:35 +0000 [thread overview]
Message-ID: <20080214100635.GA4356@implementation.uk.xensource.com> (raw)
In-Reply-To: <87hcgcaq03.fsf@pike.pond.sub.org>
Markus Armbruster, le Thu 14 Feb 2008 09:42:04 +0100, a écrit :
> Samuel Thibault <samuel.thibault@eu.citrix.com> writes:
> > Is there a reason for requiring fb and kbd to be initialised "in
> > parallel"? I mean, hw/xenfb.c requires the kbd to be created, then
> > the fb to be created, then the kbd to be initialized, then the fb to be
> > initialized, then the kbd to be connected, then the fb to be connected.
> >
> > I would have thought that creating/initializing/connecting kbd first and
> > then eventually fb would be allowed.
>
> Any problems with this execution order?
Yes: in the code I'm currently writing I have
kbd_dev = init_kbdfront(nodename);
fb_dev = init_fbfront(nodename, width, height, etc.);
And this can't work currently, I instead have to run init_kbdfront and
init_fbfront in threads so as to get them running in parallel.
Samuel
prev parent reply other threads:[~2008-02-14 10:06 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-02-13 17:41 kbdif Samuel Thibault
2008-02-13 18:14 ` kbdif Markus Armbruster
2008-02-13 18:23 ` kbdif Samuel Thibault
2008-02-14 8:42 ` kbdif Markus Armbruster
2008-02-14 10:06 ` Samuel Thibault [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080214100635.GA4356@implementation.uk.xensource.com \
--to=samuel.thibault@eu.citrix.com \
--cc=armbru@redhat.com \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.