From: Samuel Thibault <samuel.thibault@eu.citrix.com>
To: Jean Guyader <jean.guyader@eu.citrix.com>
Cc: Ian Pratt <Ian.Pratt@eu.citrix.com>,
xen-devel@lists.xensource.com,
Keir Fraser <keir.fraser@eu.citrix.com>,
Kamala Narasimhan <Kamala.Narasimhan@citrix.com>
Subject: Re: Re: [PATCH] Pass-through a graphic card
Date: Fri, 9 May 2008 12:32:55 +0100 [thread overview]
Message-ID: <20080509113255.GP4786@implementation.uk.xensource.com> (raw)
In-Reply-To: <482432F7.202@eu.citrix.com>
Jean Guyader, le Fri 09 May 2008 12:18:15 +0100, a écrit :
> +#define EVENT_MAX 10
> +#define EVENT_PATH "/dev/input/event"
> +
> +struct dom0_driver
> +{
> + int event_fds[EVENT_MAX];
> + int mouse_button_state;
> +};
Dynamically allocate event_fds instead of having a fixed limit? (I have
already 8 input devices on my laptop ;) )
Samuel
next prev parent reply other threads:[~2008-05-09 11:32 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-05-09 11:11 [PATCH] Pass-through a graphic card Jean Guyader
2008-05-09 11:18 ` Jean Guyader
2008-05-09 11:32 ` Samuel Thibault [this message]
2008-05-09 11:27 ` Samuel Thibault
2008-05-09 13:56 ` Jean Guyader
2008-05-09 14:02 ` Daniel P. Berrange
2008-05-09 14:25 ` Daniel P. Berrange
2008-05-09 15:47 ` Jean Guyader
2008-05-15 10:11 ` Jean Guyader
2008-05-15 11:13 ` Samuel Thibault
2008-05-15 11:17 ` Jean Guyader
2008-05-16 8:59 ` Jean Guyader
2008-05-16 17:15 ` Samuel Thibault
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=20080509113255.GP4786@implementation.uk.xensource.com \
--to=samuel.thibault@eu.citrix.com \
--cc=Ian.Pratt@eu.citrix.com \
--cc=Kamala.Narasimhan@citrix.com \
--cc=jean.guyader@eu.citrix.com \
--cc=keir.fraser@eu.citrix.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.