qemu
2007-07-13 thsDelete mention of /dev/hda as an alias t o \\PysicalDri...
2007-07-12 thsFix crash in set registers in PPC gdb-stub, by Jason...
2007-07-12 thsTkill support, by Stuart Anderson.
2007-07-12 thsSigio fd passing, by Alexander Graf.
2007-07-12 thsSpelling fix, by Stuart Brady.
2007-07-12 thsImprove handling of gdb's single-step / continue arguments.
2007-07-12 thsFix configure for cygwin, by Tristan Gingold.
2007-07-12 thsMore documentation bits, from Stefan Weil.
2007-07-12 thsNicer script formatting, by Ben Taylor.
2007-07-12 thsDisable dead code.
2007-07-11 thsDisplay SDL configuration error, idea by Ben Taylor.
2007-07-11 thsEnsure signals are properly masked for new SDL Audio...
2007-07-11 thsNew features for QEMU text console, by Stefan Weil.
2007-07-11 thsSpelling fix, by Stefan Weil.
2007-07-11 thsSpelling fixes, by Stefan Weil.
2007-07-11 thsReduce variable shadowing, by Stefan Weil.
2007-07-11 thsRemove superfluous gt64xxx_pci_mapping calls.
2007-07-11 thsSpelling fix, spotted by Stefan Weil.
2007-07-11 blueswir1 Sparc64 update
2007-07-11 thsImpement Galilleo ISD register.
2007-07-11 blueswir1 More alignment checks
2007-07-11 thsFix PPCEMB for 32bit hosts.
2007-07-11 thsSilence compiler warnings.
2007-07-11 thsUpdate TODO list.
2007-07-11 thsDocumentation update for MIPS.
2007-07-08 blueswir1 Fix retry and done ops, trap handling
2007-07-08 blueswir1 Save state in Sparc64 return op
2007-07-08 blueswir1 Fix Sparc64 stat system call
2007-07-07 blueswir1 Report normalised CWP values to userland and GDB,...
2007-07-07 blueswir1 Use unsigned 32-bit load for ld/lduw
2007-07-07 blueswir1 Fix wrong number of clean/saveable windows, match...
2007-07-07 blueswir1 Deliver page faults to program
2007-07-07 blueswir1 Page align brk result like real Linux
2007-07-07 blueswir1 Fix Sparc64 page size
2007-07-05 blueswir1 Fix 64 bit ELF file symbol lookup
2007-07-04 blueswir1 Fix Sparc64 movr
2007-07-03 blueswir1 Fix loadvm
2007-07-02 balrogRetry interrupted open() calls (proposed by Yigael...
2007-07-02 balrogRemove unaligned accesses in ia64_apply_fixes().
2007-07-02 balrogE100 savevm/loadvm support, patch by Jason Wessel.
2007-07-02 balrogFix qemu_can_send_packet(), makes DHCP with multiple...
2007-07-02 balroggdb stub support and loadvm should work together, patch...
2007-07-01 pbrookFix bogus fopen mode.
2007-06-30 pbrookARM PL031 RTC emulation.
2007-06-30 pbrookPL110 versatile register hack fix (Adam Lackorzynski).
2007-06-30 pbrookAllow changing log filename.
2007-06-29 thsSanitize exit codes of help queries, this time for...
2007-06-28 blueswir1 Fix Lance on 32-bit hosts
2007-06-28 thsLimit the use of qemu_chr_open_tty to __linux__ and...
2007-06-28 thsSimplify round/ceil/floor implementation, spotted by...
2007-06-28 thsFix segfault when printing the help text, spotted by...
2007-06-28 blueswir1Update Sparc32 and Sparc64 OpenBIOS image to SVN revisi...
2007-06-27 thsFix computation for ceil, floor and round instructions.
2007-06-27 thsFix environ termination, by Andreas Schwab.
2007-06-26 thsImplement recip1/recip2/rsqrt1/rsqrt2.
2007-06-26 balrogFix writes to pages containing watchpoints for the...
2007-06-26 thsDR6 single step exception status bit, by Juergen Keil.
2007-06-25 blueswir1 Rename variables and rearrange code to please gcc...
2007-06-25 blueswir1 Drop unused parameters
2007-06-25 thsMIPS64 improvements, based on a patch by Aurelien Jarno.
2007-06-25 thsHandle endianness of double floats, by Magnus Damm.
2007-06-25 thsInsufficient input validation in NE2000 card, written...
2007-06-25 thsEnable serial (tty) support on Solaris host, by Marion...
2007-06-25 thsUpdate Changelog.
2007-06-25 thsImplement ^W in readline.c, by Michal Hanselmann.
2007-06-25 thsAdd a 7 segments + led display, by Herve Poussineau.
2007-06-24 balrogMake touchscreen calibration values better match the...
2007-06-24 balrogReset ARM cp15.c1_sys to default values. Fix XScale...
2007-06-23 thsFix division by zero handling, by Joris van Rantwijk.
2007-06-23 thsHandle MIPS64 SEGBITS value correctly.
2007-06-23 thsKfreebsd config, by Aurelien Jarno.
2007-06-23 thsSpelling fixes, by Aurelien Jarno.
2007-06-23 thsReturn success for -M '?' query option.
2007-06-22 thsAllow emulation of 32bit targets in the MIPS64 capable...
2007-06-22 thsFix write to K0 bits in Config0, by Aurelien Jarno.
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...
next