[Qemu-devel] [PATCH] Cocoa keyboard handling fixes

2005-12-26 Thread Joachim Henke
- don't pass undefined keycodes to the guest OS during KeyDown and KeyUp events (as it is already done for modifier key events) - fix a crash that occurs when pressing a dead key in the monitor (I already reported this on December 8th, please drop that old patch) - make HOME, END, and DELETE ke

[Qemu-devel] [PATCH] don't install keymaps with non-SDL builds

2005-12-26 Thread Joachim Henke
The separate keymaps are only used when QEMU is built with the SDL frontend. So we can avoid bloated installations of non-SDL (e.g. Cocoa) builds with this simple patch: Index: Makefile === RCS file: /sources/qemu/qemu/Makefile,v ret

Re: [Qemu-devel] LBA48

2005-12-26 Thread Natalia Portillo
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 It has nothing to do with the host filesystem, because, as you see, the kernel detects that the disk is 1Tb but is unable to handle it because LBA48 is not available. Apart from that I used qcow for the image (so it ocuppies 4Mb actually witho

Re: [Qemu-devel] Compilation error Qemu 0.8.0 on Debian/gcc3.4

2005-12-26 Thread Stuart Brady
On Sun, Dec 25, 2005 at 09:58:32PM +0100, Adrian Kiess wrote: > Thanks for that one. FWIW, binutils 2.16.1cvs20051214-1 just hit testing: ... binutils (2.16.1cvs20051206-1) unstable; urgency=low * New upstream CVS snapshot. * Fixes linking of qemu. Closes: #340328 ... HTH, -- Stuart Br