927128222b
The https://gitlab.com/keycodemap/keycodemapdb/ repo contains a data file mapping between all the different scancode/keycode/keysym sets that are known, and a tool to auto-generate lookup tables for different combinations. It is used by GTK-VNC, SPICE-GTK and libvirt for mapping keys. Using it in QEMU will let us replace many hand written lookup tables with auto-generated tables from a master data source, reducing bugs. Adding new QKeyCodes will now only require the master table to be updated, all ~20 other tables will be automatically updated to follow. Signed-off-by: Daniel P. Berrange <berrange@redhat.com> Message-id: 20170929101201.21039-4-berrange@redhat.com [ kraxel: fix build ] [ kraxel: switch repo to qemu.git mirror ] Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
40 lines
1.2 KiB
Plaintext
40 lines
1.2 KiB
Plaintext
[submodule "roms/vgabios"]
|
|
path = roms/vgabios
|
|
url = git://git.qemu-project.org/vgabios.git/
|
|
[submodule "roms/seabios"]
|
|
path = roms/seabios
|
|
url = git://git.qemu-project.org/seabios.git/
|
|
[submodule "roms/SLOF"]
|
|
path = roms/SLOF
|
|
url = git://git.qemu-project.org/SLOF.git
|
|
[submodule "roms/ipxe"]
|
|
path = roms/ipxe
|
|
url = git://git.qemu-project.org/ipxe.git
|
|
[submodule "roms/openbios"]
|
|
path = roms/openbios
|
|
url = git://git.qemu-project.org/openbios.git
|
|
[submodule "roms/openhackware"]
|
|
path = roms/openhackware
|
|
url = git://git.qemu-project.org/openhackware.git
|
|
[submodule "roms/qemu-palcode"]
|
|
path = roms/qemu-palcode
|
|
url = git://github.com/rth7680/qemu-palcode.git
|
|
[submodule "roms/sgabios"]
|
|
path = roms/sgabios
|
|
url = git://git.qemu-project.org/sgabios.git
|
|
[submodule "dtc"]
|
|
path = dtc
|
|
url = git://git.qemu-project.org/dtc.git
|
|
[submodule "roms/u-boot"]
|
|
path = roms/u-boot
|
|
url = git://git.qemu-project.org/u-boot.git
|
|
[submodule "roms/skiboot"]
|
|
path = roms/skiboot
|
|
url = git://git.qemu.org/skiboot.git
|
|
[submodule "roms/QemuMacDrivers"]
|
|
path = roms/QemuMacDrivers
|
|
url = git://git.qemu.org/QemuMacDrivers.git
|
|
[submodule "ui/keycodemapdb"]
|
|
path = ui/keycodemapdb
|
|
url = git://git.qemu.org/keycodemapdb.git
|