- gdb stub support and loadvm should work together, patch by Jason Wessel - Fix qemu_can_send_packet(), makes DHCP with multiple nics work - patch by Jason Wessel. - E100 savevm/loadvm support, patch by Jason Wessel. - Remove unaligned accesses in ia64_apply_fixes(). - Make sure that the static variables are not optimized away in GOTO_TB. (patch by Andreas Schwab) - Retry interrupted open() calls (proposed by Yigael Felishman). Linux open(2) doesn't list EINTR, but FreeBSD's open(2) does. - Fix loadvm - Fix Sparc64 movr - Fix 64 bit ELF file symbol lookup - Fix Sparc64 page size - sparc: Fix wrong number of clean/saveable windows, match Linux startup register values - sparc: Use unsigned 32-bit load for ld/lduw - sparc: Report normalised CWP values to userland and GDB, not internal representation - Save state in Sparc64 return op - sparc: Fix retry and done ops, trap handling - Documentation update for MIPS. - Fix PPCEMB for 32bit hosts. - sparc: More alignment checks - Impement Galilleo ISD register. - Sparc64 update - Remove superfluous gt64xxx_pci_mapping calls. - Reduce variable shadowing, by Stefan Weil. - New features for QEMU text console, by Stefan Weil. - Ensure signals are properly masked for new SDL Audio threads, by Andrzej Zaborowski. - Improve handling of gdb's single-step / continue arguments. - Fix crash in set registers in PPC gdb-stub, by Jason Wessel. - Thumb shifter carry flag fixes. - arm: Various reg offset shift typos. - Fix memory corruption after OHCI reset, by Ed Swierk. - pxa2xx: Update TNF bit in I2C status register, original patch by Juergen Lock. - arm: Optionally setup old style linux bootparams for -kernel, by Juergen Lock. - Word-reads from spitz NAND controller, patch by Juergen Lock. - Basic OMAP310 support. Basic Palm Tungsten|E machine emulation. - Fix MIPS cache configuration, by Aurelien Jarno. - Fix XScale MMU's extended small pages. - sd: Re-add clearing of the APP_CMD flag that somehow got lost. - Fix OMAP pic handling of simultaneous interrupts. - OMAP DMA input signals must be level-triggered. - Add OMAP MMC/SD host controller. - i386: Initialize old_exception, by Bernhard Kauer. - Fix i8259 initialization, by Bernhard Kauer. - Cirrus transparent BITBLT (w/o color expand), by Hitoshi Osada. - Parallels disk image support, by Alex Beregszaszi. - Implement ACPI specs 3.0, 4.7.2.5, by Michael Hanselmann. - Special-case iWMMXt register transfer insns, which are in ARM LDC2/STC2 class. - Move Spitz microdrive from first to second PCMCIA slot where it belongs. - Fix rtl8139 checksum calculation, by Tim Deegan.