]> git.ipfire.org Git - thirdparty/qemu.git/shortlog
thirdparty/qemu.git
2007-06-22  thsIgnore PR flag in FPSCR when performing fmov, by Magnus...
2007-06-22  thsDocument FPSCR usage, by Magnus Damm.
2007-06-22  thsUse DREG() instead of XREG() wherever possible, by...
2007-06-22  thsEmulate more fpu opcodes, by Magnus Damm.
2007-06-22  thsUse correct data structures for stat syscalls, by Magnu...
2007-06-22  thsSetup stack properly, fixes wrong argc value problem...
2007-06-22  thsSet FD bit in SR to emulate kernel behaviour, by Magnus...
2007-06-22  thsAdd missing cpu_halted function, by Magnus Damm.
2007-06-22  balrogUse HAS_ARG instead of numeric value (patch by Balazs...
2007-06-22  balrogAdd USB HID keyboard.
2007-06-21  thsRevert workaround for -nographic segfault.
2007-06-21  thsFix segfault in -nographic mode, by Stefen Weil.
2007-06-21  thsHack to keep wine happy, by Alexander Graf.
2007-06-21  thsImplement set_robust_list, by Alexander Graf.
2007-06-21  thsImplement tgkill, by Alexander Graf.
2007-06-21  thsAdd alternate grab key, by Michael Mohr.
2007-06-21  balrogUnpause the emulation after shutdown request on SDL...
2007-06-18  thsAdd parallel memory mapped interface, by Herve Poussineau.
2007-06-18  thsFix a race condition and non-leaf imagesgrowing in...
2007-06-17  thsRemove cscope.* files on 'make clean', by George G...
2007-06-17  thsOption to drop LD_PRELOAD from emulated environment...
2007-06-17  thsAllow relative paths for the interpreter prefix in...
2007-06-13  balrogUse pixel_ops.h in PXA LCD screen drawing.
2007-06-12  thsFix alpha user build failure.
2007-06-12  thsRevert the Gallileo PCI mapping patch, it conflicts...
2007-06-12  thsChange 20Kc PRID to a later version.
2007-06-11  pbrookFix "blx lr" (Lauro Venancio).
2007-06-10  blueswir1 Fix Sparc64 prefetcha op
2007-06-10  balrogWacom PenPartner tablet (virtual USB device).
2007-06-10  blueswir1 Fix patch splitting lossage in vga.c
2007-06-10  blueswir1 Add hw/pixel_ops.h
2007-06-10  blueswir1 Attempt to fix incorrect colours on some BGR displays
2007-06-10  blueswir1 Merge TCX and VGA pixel operations
2007-06-10  thsMore PCI mapping/remapping for Gallileo.
2007-06-10  balrogFlush the debug log when qemu Aborts (patch by Herve...
2007-06-10  balrogUse the same offset for all STR and STM instructions...
2007-06-09  pbrookM68K watchpoint hacks.
2007-06-09  pbrookWorkaround dyngen problems with m68k conditional branch...
2007-06-09  pbrookM68K status register fixes.
2007-06-09  thsDon't try to use "vt" output in nographic mode.
2007-06-09  pbrookARM GDB semihosting fixes
2007-06-09  pbrookARM PL181 MMCI fixes.
2007-06-09  thsR5k has PX implemented.
2007-06-08  blueswir1 Fix incorrect target_ulong use in hw devices
2007-06-08  thsDon't refresh a graphical screen when it isn't displaye...
2007-06-07  pbrookFix return type.
2007-06-07  pbrookWindows build fixes.
2007-06-07  thsFix code formatting, by Herve Poussineau.
2007-06-07  thsUnbreak PCI config register, noticed by Stefan Weil.
2007-06-07  thsInitialize more GT64xxx registers on reset.
2007-06-07  thsFix some Malta PCI config bits.
2007-06-07  thsPCI device saving for GT64xxx.
2007-06-07  thsImplement some more Gallileo registers.
2007-06-07  thsFix comment.
2007-06-07  thsFix PCI irq mapping on Malta.
2007-06-07  thsFix firmware word endianness for Malta.
2007-06-06  thsMake the Malta bootloader handling a bit more transparent.
2007-06-06  thsFix formatting.
2007-06-06  thsMalta has no ISA bus.
2007-06-06  thsBig endian byte swap for serial mmapped interface.
2007-06-06  thsUse the correct PCI IDs for Malta.
2007-06-04  thsTake advantage of subpage support.
2007-06-04  pbrookAdd documentation for new ColdFire board.
2007-06-04  pbrookColdFire Ethernet support.
2007-06-03  thsFix typo.
2007-06-03  thsMove target-specific defines to the target directories.
2007-06-03  thsOne day we might support MIPS16...
2007-06-03  thsAdd comment.
2007-06-03  thsSome more regs_to_env/envs_to_regs cleanup.
2007-06-03  thsClean up of some target specifics in exec.c/cpu-exec.c.
2007-06-03  thsAvoid compiler warning.
2007-06-03  thsProper target format for qOffsets.
2007-06-03  thsFix typo in comment.
2007-06-03  thsAdd __mips__to mmap specialcase.
2007-06-03  pbrookFix off-by-one memory region sizes.
2007-06-03  thsIPC message translation.
2007-06-03  thsSemaphore structure mapping, by Stuart Anderson.
2007-06-03  thsDocumentation spelling fixes, by Mark Glines.
2007-06-03  thsSpelling fixes, by Stefan Weil.
2007-06-03  pbrookMCF5208 timer fix.
2007-06-03  pbrookImprove ColdFire CPU selection.
2007-06-03  pbrookMCF5208 emulation.
2007-06-03  pbrookLeave running timer alone if not reloading.
2007-06-02  pbrookClear SR_M on a hardware interrupt.
2007-06-02  thsCheck for R2 instructions, and throw RI if we don't...
2007-06-01  thsDelete leftover Status FPU flag check.
2007-06-01  thsUpdate some comments, 64bit FPU support is functional...
2007-06-01  thsMake sure hflags are updated for CP0_Status changes.
2007-06-01  blueswir1Forgot to update vl.h during latest Sparc64 target_ulon...
2007-06-01  blueswir1Constification
2007-06-01  blueswir1Force display update on palette change or loadvm
2007-06-01  blueswir1Enable 36-bit physical address space also on 32-bit...
2007-06-01  blueswir1Sparc64 linux-user build fix
2007-06-01  blueswir1Update Sparc dependencies
2007-06-01  thsUpdate TODO.
2007-06-01  thsAdd support for 5Kc/5Kf/20Kc, based on a patch by Aurel...
2007-06-01  thsGDB stub for MIPS64, by Jason Wessel.
2007-06-01  thslinux-user errno mapping, by Stuart Anderson.
2007-06-01  thsPatch for pipe() result handling, by Stuart Anderson.
2007-06-01  thsFix struct stat mapping for MIPS, by Stuart Anderson.
next