diff options
author | Juergen Lock <nox@FreeBSD.org> | 2007-02-03 22:15:28 +0000 |
---|---|---|
committer | Juergen Lock <nox@FreeBSD.org> | 2007-02-03 22:15:28 +0000 |
commit | 3c8cb897addc08050792496f38816f597c58b016 (patch) | |
tree | 2f5bf8b3743e458b4a0012b1e8274e0a11a64232 /emulators/qemu/files/patch-x_keymap.c | |
parent | Unbreak: add proper handling of configuration file. (diff) |
Update to 2007-02-03 snapshot:
- Fix `could not open hard disk image '/dev/ad0'' (e.g.) when open(2)
fails with EPERM instead of EACCES for ro devices.
- PIIX4 support, by Aurelien Jarno.
- Gallileo GT64xxx support, by Aurelien Jarno.
- MIPS Malta system and devices support, by Aurelien Jarno and Stefan Weil.
- ARM ELF loader.
- Improved console handling, thanks Stefan Weil.
- Disable Malta floppy controller for now, by Aurelien Jarno.
- Big endian support for Gallileo, by Aurelien Jarno.
- Add more ATAPI CDROM DMA support, by Juergen Keil.
- Add ARM Angel semihosting to system emulation.
- Don't resume guest when gdb connection terminates and -S specified.
- mips: Implementing dmfc/dmtc.
- Fix DMA timeouts on FreeBSD, by Carlo Marcelo Arenas Belon.
- New multiple snapshot support for VMDK, by Igor Lvovsky.
- Add support for 82371FB (Step A1) and Improved support for 82371SB
(Function 1), by Carlo Marcelo Arenas Belon.
- Accept -help.
- Accept --foo as an alias for -foo.
- Add nodelay option for TCP character devices.
- Use standard character device interface for gdbstub.
- GDB hosted syscalls.
- Upgrade the apic version_id, by Don Laor.
- Save some vm space for the regular program loading zone, by
Pierre d'Herbemont
- script=no for the TUN/TAP net option, by Jean-Christian de Rivaz
- Sparc arm/mips/sparc register patch, by Martin Bochnig.
- PIIX4 SMBus host, EEPROM device emulation, by Ed Swierk.
- sem* and msg* for qemu, by Kirill Shutemov.
- And some more bugfixes.
Approved by: miwi (mentor, implicit)
Diffstat (limited to 'emulators/qemu/files/patch-x_keymap.c')
-rw-r--r-- | emulators/qemu/files/patch-x_keymap.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/emulators/qemu/files/patch-x_keymap.c b/emulators/qemu/files/patch-x_keymap.c new file mode 100644 index 000000000000..30b0454208c1 --- /dev/null +++ b/emulators/qemu/files/patch-x_keymap.c @@ -0,0 +1,14 @@ +Index: qemu/x_keymap.c +@@ -41,9 +41,9 @@ + 0xb5, /* 112 Divide */ + 0xb8, /* 113 Alt-R */ + 0xc6, /* 114 Break */ +- 0x0, /* 115 */ +- 0x0, /* 116 */ +- 0x0, /* 117 */ ++ 0xdb, /* 115 left windows key */ ++ 0xdc, /* 116 right windows key */ ++ 0xdd, /* 117 right menu key */ + 0x0, /* 118 */ + 0x0, /* 119 */ + 0x0, /* 120 */ |