* [Qemu-devel] Moving keymaps -> pc-bios/keymaps
@ 2009-05-28 8:15 Anthony Liguori
2009-05-28 8:32 ` Samuel Thibault
2009-05-28 9:31 ` Stefan Weil
0 siblings, 2 replies; 10+ messages in thread
From: Anthony Liguori @ 2009-05-28 8:15 UTC (permalink / raw)
To: qemu-devel@nongnu.org
Hi,
I've renamed keymaps -> pc-bios/keymaps. This is not a wonderful thing
but it has some advantages like enabling easier automated testing.
If anyone wants to take a stab at a more logical layout (potentially
including changing the install layout), I think that would be a great thing.
Regards,
Anthony Liguori
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Qemu-devel] Moving keymaps -> pc-bios/keymaps
2009-05-28 8:15 [Qemu-devel] Moving keymaps -> pc-bios/keymaps Anthony Liguori
@ 2009-05-28 8:32 ` Samuel Thibault
2009-05-28 8:37 ` Anthony Liguori
2009-05-28 9:31 ` Stefan Weil
1 sibling, 1 reply; 10+ messages in thread
From: Samuel Thibault @ 2009-05-28 8:32 UTC (permalink / raw)
To: Anthony Liguori; +Cc: qemu-devel@nongnu.org
Anthony Liguori, le Thu 28 May 2009 03:15:27 -0500, a écrit :
> I've renamed keymaps -> pc-bios/keymaps. This is not a wonderful thing
> but it has some advantages like enabling easier automated testing.
>
> If anyone wants to take a stab at a more logical layout (potentially
> including changing the install layout), I think that would be a great thing.
Could qemu perhaps just use xkb data?
Samuel
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Qemu-devel] Moving keymaps -> pc-bios/keymaps
2009-05-28 8:32 ` Samuel Thibault
@ 2009-05-28 8:37 ` Anthony Liguori
2009-05-28 8:44 ` Samuel Thibault
0 siblings, 1 reply; 10+ messages in thread
From: Anthony Liguori @ 2009-05-28 8:37 UTC (permalink / raw)
To: Samuel Thibault; +Cc: qemu-devel@nongnu.org
Samuel Thibault wrote:
> Anthony Liguori, le Thu 28 May 2009 03:15:27 -0500, a écrit :
>
>> I've renamed keymaps -> pc-bios/keymaps. This is not a wonderful thing
>> but it has some advantages like enabling easier automated testing.
>>
>> If anyone wants to take a stab at a more logical layout (potentially
>> including changing the install layout), I think that would be a great thing.
>>
>
> Could qemu perhaps just use xkb data?
>
We could but we would probably want to keep it in the tree for Windows
and non-X11 targets.
Regards,
Anthony Liguori
> Samuel
>
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Qemu-devel] Moving keymaps -> pc-bios/keymaps
2009-05-28 8:37 ` Anthony Liguori
@ 2009-05-28 8:44 ` Samuel Thibault
2009-05-28 9:29 ` Daniel P. Berrange
0 siblings, 1 reply; 10+ messages in thread
From: Samuel Thibault @ 2009-05-28 8:44 UTC (permalink / raw)
To: Anthony Liguori; +Cc: qemu-devel@nongnu.org
Anthony Liguori, le Thu 28 May 2009 03:37:44 -0500, a écrit :
> Samuel Thibault wrote:
> > Could qemu perhaps just use xkb data?
>
> We could but we would probably want to keep it in the tree for Windows
> and non-X11 targets.
Yes, of course. My idea was mostly to get keymaps for free :)
Samuel
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Qemu-devel] Moving keymaps -> pc-bios/keymaps
2009-05-28 8:44 ` Samuel Thibault
@ 2009-05-28 9:29 ` Daniel P. Berrange
0 siblings, 0 replies; 10+ messages in thread
From: Daniel P. Berrange @ 2009-05-28 9:29 UTC (permalink / raw)
To: Samuel Thibault; +Cc: Anthony Liguori, qemu-devel@nongnu.org
On Thu, May 28, 2009 at 10:44:48AM +0200, Samuel Thibault wrote:
> Anthony Liguori, le Thu 28 May 2009 03:37:44 -0500, a écrit :
> > Samuel Thibault wrote:
> > > Could qemu perhaps just use xkb data?
> >
> > We could but we would probably want to keep it in the tree for Windows
> > and non-X11 targets.
>
> Yes, of course. My idea was mostly to get keymaps for free :)
For VNC at least you're better off getting a VNC client that supports
the hardware scancode extension[1], avoiding the need for any of this
horrible keymap conversion in QEMU itself, leaving it entirely to the
guest OS where xkb (or equiv) is indeed used. Not sure what SDL does...
Regards,
Daniel
[1] eg gtk-vnc as found in vinagre, virt-manager, virt-viewer
--
|: Red Hat, Engineering, London -o- http://people.redhat.com/berrange/ :|
|: http://libvirt.org -o- http://virt-manager.org -o- http://ovirt.org :|
|: http://autobuild.org -o- http://search.cpan.org/~danberr/ :|
|: GnuPG: 7D3B9505 -o- F3C9 553F A1DA 4AC2 5648 23C1 B3DF F742 7D3B 9505 :|
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Qemu-devel] Moving keymaps -> pc-bios/keymaps
2009-05-28 8:15 [Qemu-devel] Moving keymaps -> pc-bios/keymaps Anthony Liguori
2009-05-28 8:32 ` Samuel Thibault
@ 2009-05-28 9:31 ` Stefan Weil
2009-05-28 9:42 ` Anthony Liguori
2009-05-28 12:59 ` Paul Brook
1 sibling, 2 replies; 10+ messages in thread
From: Stefan Weil @ 2009-05-28 9:31 UTC (permalink / raw)
To: Anthony Liguori; +Cc: qemu-devel@nongnu.org
Anthony Liguori schrieb:
> Hi,
>
> I've renamed keymaps -> pc-bios/keymaps. This is not a wonderful thing
> but it has some advantages like enabling easier automated testing.
>
> If anyone wants to take a stab at a more logical layout (potentially
> including changing the install layout), I think that would be a great thing.
>
> Regards,
>
> Anthony Liguori
Renaming pc-bios -> bios would be a little bit more logical,
because QEMU's PC-only versions are history.
For newcomers, it could also help to avoid confusion
(they would not expect openbios-* in directory pc-bios).
Regards
Stefan Weil
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Qemu-devel] Moving keymaps -> pc-bios/keymaps
2009-05-28 9:31 ` Stefan Weil
@ 2009-05-28 9:42 ` Anthony Liguori
2009-05-28 12:59 ` Paul Brook
1 sibling, 0 replies; 10+ messages in thread
From: Anthony Liguori @ 2009-05-28 9:42 UTC (permalink / raw)
To: Stefan Weil; +Cc: qemu-devel@nongnu.org
Stefan Weil wrote:
> Anthony Liguori schrieb:
>
>> Hi,
>>
>> I've renamed keymaps -> pc-bios/keymaps. This is not a wonderful thing
>> but it has some advantages like enabling easier automated testing.
>>
>> If anyone wants to take a stab at a more logical layout (potentially
>> including changing the install layout), I think that would be a great thing.
>>
>> Regards,
>>
>> Anthony Liguori
>>
>
>
> Renaming pc-bios -> bios would be a little bit more logical,
> because QEMU's PC-only versions are history.
>
This is a contentious topic which I purposefully avoided in order to
allow a more thorough flame^W debate about what would be appropriate.
Regards,
Anthony Liguori
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Qemu-devel] Moving keymaps -> pc-bios/keymaps
2009-05-28 9:31 ` Stefan Weil
2009-05-28 9:42 ` Anthony Liguori
@ 2009-05-28 12:59 ` Paul Brook
2009-05-30 11:30 ` Stuart Brady
1 sibling, 1 reply; 10+ messages in thread
From: Paul Brook @ 2009-05-28 12:59 UTC (permalink / raw)
To: qemu-devel; +Cc: Anthony Liguori
> > I've renamed keymaps -> pc-bios/keymaps. This is not a wonderful thing
> > but it has some advantages like enabling easier automated testing.
> >
> > If anyone wants to take a stab at a more logical layout (potentially
> > including changing the install layout), I think that would be a great
> > thing.
> >
> > Regards,
> >
> > Anthony Liguori
>
> Renaming pc-bios -> bios would be a little bit more logical,
> because QEMU's PC-only versions are history.
How about moving everything into a subdirectory:
data/ (installed as $prefix/share/qemu
images/ (or maybe bios/)
keymaps/
boards/ (doesn't exist yet)
Paul
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Qemu-devel] Moving keymaps -> pc-bios/keymaps
2009-05-28 12:59 ` Paul Brook
@ 2009-05-30 11:30 ` Stuart Brady
2009-05-30 12:15 ` Stuart Brady
0 siblings, 1 reply; 10+ messages in thread
From: Stuart Brady @ 2009-05-30 11:30 UTC (permalink / raw)
To: qemu-devel
On Thu, May 28, 2009 at 01:59:00PM +0100, Paul Brook wrote:
> How about moving everything into a subdirectory:
>
> data/ (installed as $prefix/share/qemu
> images/ (or maybe bios/)
Or images/firmware/, perhaps?
--
Stuart Brady
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Qemu-devel] Moving keymaps -> pc-bios/keymaps
2009-05-30 11:30 ` Stuart Brady
@ 2009-05-30 12:15 ` Stuart Brady
0 siblings, 0 replies; 10+ messages in thread
From: Stuart Brady @ 2009-05-30 12:15 UTC (permalink / raw)
To: qemu-devel
On Sat, May 30, 2009 at 12:30:56PM +0100, Stuart Brady wrote:
> On Thu, May 28, 2009 at 01:59:00PM +0100, Paul Brook wrote:
> > How about moving everything into a subdirectory:
> >
> > data/ (installed as $prefix/share/qemu
> > images/ (or maybe bios/)
>
> Or images/firmware/, perhaps?
Sorry...
data/firmware/
--
Stuart Brady
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2009-05-30 12:15 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-28 8:15 [Qemu-devel] Moving keymaps -> pc-bios/keymaps Anthony Liguori
2009-05-28 8:32 ` Samuel Thibault
2009-05-28 8:37 ` Anthony Liguori
2009-05-28 8:44 ` Samuel Thibault
2009-05-28 9:29 ` Daniel P. Berrange
2009-05-28 9:31 ` Stefan Weil
2009-05-28 9:42 ` Anthony Liguori
2009-05-28 12:59 ` Paul Brook
2009-05-30 11:30 ` Stuart Brady
2009-05-30 12:15 ` Stuart Brady
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).