From: "Daniel P. Berrange" <berrange@redhat.com>
To: Gerd Hoffmann <kraxel@redhat.com>
Cc: Owen Smith <owen.smith@citrix.com>,
sstabellini@kernel.org, anthony.perard@citrix.com,
xen-devel@lists.xenproject.org, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH 0/3 v4] xenfb: Enablement for Windows PV HID frontend
Date: Fri, 29 Sep 2017 11:33:25 +0100 [thread overview]
Message-ID: <20170929103325.GA11930@redhat.com> (raw)
In-Reply-To: <1506680812.6902.22.camel@redhat.com>
On Fri, Sep 29, 2017 at 12:26:52PM +0200, Gerd Hoffmann wrote:
> On Tue, 2017-09-26 at 14:43 +0000, Owen Smith wrote:
> > Improve the input device model in xenfb, by updating the
> > Qemu input handlers and adding a feature to allow for
> > raw (unscaled) absolute coordinates to be represented.
> >
> > By using a reverse mapping call, the Linux input.h #defines
> > are not pulled into xenfb, and so should remove the compiler
> > warnings reported.
>
> Reviewed-by: Gerd Hoffmann <kraxel@redhat.com>
>
> What is the plan with this? Merge through xen queue? I can merge it
> via ui queue too, but in that case I'd like to get an review from the
> xen guys.
>
> Note: conflicts with keycodemapdb patch series, might need a rebase
> depending on merge order.
I don't mind rebasing against this if it merges first.
Regards,
Daniel
--
|: https://berrange.com -o- https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org -o- https://fstop138.berrange.com :|
|: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
WARNING: multiple messages have this Message-ID (diff)
From: "Daniel P. Berrange" <berrange@redhat.com>
To: Gerd Hoffmann <kraxel@redhat.com>
Cc: anthony.perard@citrix.com, xen-devel@lists.xenproject.org,
sstabellini@kernel.org, Owen Smith <owen.smith@citrix.com>,
qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH 0/3 v4] xenfb: Enablement for Windows PV HID frontend
Date: Fri, 29 Sep 2017 11:33:25 +0100 [thread overview]
Message-ID: <20170929103325.GA11930@redhat.com> (raw)
In-Reply-To: <1506680812.6902.22.camel@redhat.com>
On Fri, Sep 29, 2017 at 12:26:52PM +0200, Gerd Hoffmann wrote:
> On Tue, 2017-09-26 at 14:43 +0000, Owen Smith wrote:
> > Improve the input device model in xenfb, by updating the
> > Qemu input handlers and adding a feature to allow for
> > raw (unscaled) absolute coordinates to be represented.
> >
> > By using a reverse mapping call, the Linux input.h #defines
> > are not pulled into xenfb, and so should remove the compiler
> > warnings reported.
>
> Reviewed-by: Gerd Hoffmann <kraxel@redhat.com>
>
> What is the plan with this? Merge through xen queue? I can merge it
> via ui queue too, but in that case I'd like to get an review from the
> xen guys.
>
> Note: conflicts with keycodemapdb patch series, might need a rebase
> depending on merge order.
I don't mind rebasing against this if it merges first.
Regards,
Daniel
--
|: https://berrange.com -o- https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org -o- https://fstop138.berrange.com :|
|: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel
next prev parent reply other threads:[~2017-09-29 10:33 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-26 14:43 [Qemu-devel] [PATCH 0/3 v4] xenfb: Enablement for Windows PV HID frontend Owen Smith
2017-09-26 14:43 ` Owen Smith
2017-09-26 14:43 ` [Qemu-devel] [PATCH 1/3 v4] ui/input: add qemu_input_qcode_to_linux Owen Smith
2017-09-26 14:43 ` Owen Smith
2017-09-26 14:43 ` [Qemu-devel] [PATCH 2/3 v4] xenfb: Use Input Handlers directly Owen Smith
2017-09-26 14:43 ` Owen Smith
2017-10-02 17:33 ` [Qemu-devel] " Anthony PERARD
2017-10-02 17:33 ` Anthony PERARD
2017-09-26 14:43 ` [Qemu-devel] [PATCH 3/3 v4] xenfb: Add [feature|request]-raw-pointer Owen Smith
2017-09-26 14:43 ` Owen Smith
2017-10-02 17:01 ` [Qemu-devel] " Anthony PERARD
2017-10-02 17:01 ` Anthony PERARD
2017-10-10 23:52 ` [Qemu-devel] " Stefano Stabellini
2017-10-10 23:52 ` Stefano Stabellini
2017-10-11 15:47 ` [Qemu-devel] " Anthony PERARD
2017-10-11 15:47 ` Anthony PERARD
2017-10-11 20:19 ` [Qemu-devel] " Stefano Stabellini
2017-10-11 20:19 ` Stefano Stabellini
2017-10-12 7:58 ` [Qemu-devel] [Xen-devel] " Paul Durrant
2017-10-12 7:58 ` Paul Durrant
2017-10-12 9:26 ` [Qemu-devel] [Xen-devel] " Gerd Hoffmann
2017-10-12 9:26 ` Gerd Hoffmann
2017-10-12 9:39 ` [Qemu-devel] [Xen-devel] " Paul Durrant
2017-10-12 9:39 ` Paul Durrant
2017-10-12 17:27 ` [Qemu-devel] [Xen-devel] " Stefano Stabellini
2017-10-12 17:27 ` Stefano Stabellini
2017-10-19 9:00 ` [Qemu-devel] [Xen-devel] " Owen Smith
2017-10-19 9:00 ` Owen Smith
2017-10-12 10:38 ` [Qemu-devel] " Anthony PERARD
2017-10-12 10:38 ` Anthony PERARD
2017-09-29 10:26 ` [Qemu-devel] [PATCH 0/3 v4] xenfb: Enablement for Windows PV HID frontend Gerd Hoffmann
2017-09-29 10:26 ` Gerd Hoffmann
2017-09-29 10:33 ` Daniel P. Berrange [this message]
2017-09-29 10:33 ` [Qemu-devel] " Daniel P. Berrange
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=20170929103325.GA11930@redhat.com \
--to=berrange@redhat.com \
--cc=anthony.perard@citrix.com \
--cc=kraxel@redhat.com \
--cc=owen.smith@citrix.com \
--cc=qemu-devel@nongnu.org \
--cc=sstabellini@kernel.org \
--cc=xen-devel@lists.xenproject.org \
/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.