qemu
2007-11-17 pbrookBreak up vl.h.
2007-11-17 pbrooksd.c build fix.
2007-11-17 pbrookFix int/float inconsistencies.
2007-11-17 balrogConvert SD cards code to use qemu_irq too.
2007-11-17 balrogConvert PXA2xx GPIOs and SCOOP GPIOs to a qemu_irq...
2007-11-17 balrogDon't compare '\0' against pointers.
2007-11-17 j_mayerFix collision in PowerPC instructions definitions.
2007-11-17 balrogGumstix 'connex' board support by Thorsten Zitterell.
2007-11-17 balrogShow usage and abort if an unknown option is passed...
2007-11-17 balrogCheck permissions for the last byte first in unaligned...
2007-11-17 blueswir1 Machine specific IOMMU version (Robert Reif)
2007-11-17 blueswir1 Remove unnecessary register masking (Robert Reif)
2007-11-17 blueswir1 Fix MXCC error register (Robert Reif)
2007-11-17 blueswir1 Add MXCC module reset register (Robert Reif)
2007-11-17 j_mayerMake the PowerPC MMU model, exception model and input...
2007-11-17 j_mayerAdd missing definition for number of input pins for...
2007-11-17 j_mayerRemove ppc64h CPUs definitions from the configure script.
2007-11-17 j_mayerResynchronize darwin-user target with linux-user:
2007-11-17 j_mayerAlways make all PowerPC exception definitions visible.
2007-11-16 thsFix NaN handling for MIPS and HPPA.
2007-11-16 j_mayerAlways make PowerPC hypervisor mode memory accesses...
2007-11-16 bellardsuppressed tgetx and tputx (initial patch by Thayne...
2007-11-15 pbrookInit dumb display if no others available.
2007-11-15 bellardforce correct ppc64 cpu
2007-11-15 bellardx86_64 fixes
2007-11-14 blueswir1Update OpenBIOS image to SVN revision 176. Changes:
2007-11-14 blueswir1Update OHW interface to version 3.
2007-11-14 j_mayerFix PowerPC targets compilation on 32 bits hosts:
2007-11-14 bellardx86_64 linux user emulation
2007-11-14 bellardprintf format fix
2007-11-14 bellardi386 TLS support
2007-11-14 bellardalways define TARGET_ABI32 if 32 bit user
2007-11-14 bellardfixed target_mmap() if host page size < TARGET_PAGE_SIZE
2007-11-14 bellardsuppressed page_unprotect_range() - fixed access_ok()
2007-11-14 bellardremoved obsolete test2 target
2007-11-14 bellardadded lock_user() in target_strlen()
2007-11-14 j_mayerFix invalid PowerPC 64 rldimi optimized case.
2007-11-14 thsIntroduce 4KEm configuration with fixed MMU mapping...
2007-11-14 j_mayerReorganize PowerPC instructions categories, add icbi...
2007-11-13 balrogFix signed/unsigned comparisons in OHCI host.
2007-11-13 balrogRevert an accidental change in previous commit.
2007-11-13 balrogPrevent cpsr_write/_read be put out of line in op.o...
2007-11-12 j_mayerAdd PVR and SPR definition for most embedded PowerPC...
2007-11-12 j_mayerPowerPC SPE extension fix: must always preserve GPR...
2007-11-12 bellardadded missing return
2007-11-12 bellardreduce verbosity
2007-11-12 j_mayerAllow use of SPE extension by all PowerPC targets,
2007-11-12 j_mayerMore PowerPC target -1 usage fixes (reservation address).
2007-11-12 j_mayerFix usage of the -1 constant in the PowerPC target...
2007-11-11 bellard64 bit cast for dirent64
2007-11-11 bellardfixed more invalid pointer usage
2007-11-11 bellarduser access fixes
2007-11-11 bellard64 bit compilation fixes
2007-11-11 bellardconsistent types for cpu_x86_fsave and cpu_x86_frstor
2007-11-11 bellardbetter to disable -Werror by default as 64 bit hosts...
2007-11-11 bellardupdate
2007-11-11 bellardoptions to enable or disable -Werror. Enable -Werror...
2007-11-11 bellardremoved warning
2007-11-11 bellardremoved warning
2007-11-11 bellardfixed FPU rounding init
2007-11-11 bellardremoved unused variable
2007-11-11 bellardfixed cast
2007-11-11 bellardremoved unused variables
2007-11-11 bellarduse correct printf format
2007-11-11 bellardfixed invalid constant
2007-11-11 bellardremoved unused code
2007-11-11 bellardremoved warnings - improved sparc32/64 signal frame...
2007-11-11 bellardremoved warning
2007-11-11 bellardsparc64_[get|set]_context are not meaningful in abi32...
2007-11-11 bellardbetter than nothing 64 bit support - added sign extensi...
2007-11-11 blueswir1 Add SPARCserver 600MP emulation (original patch by...
2007-11-11 bellardhex numbers must have a leading 0x
2007-11-11 bellardremoved invalid use of _INTC_ARRAY
2007-11-11 bellardsuppressed invalid TARGET_CMSG_FIRSTHDR macro
2007-11-11 bellardimproved cmsg handling - improved shm memory code
2007-11-11 bellardremoved warning
2007-11-11 bellarduse -fno-strict-aliasing
2007-11-11 bellardfixed invalid cast
2007-11-11 bellarduse correct types
2007-11-11 bellardprintf format fixes
2007-11-11 blueswir1 Fix Sun4u compile
2007-11-11 bellardremoved warnings - fixed arm stack copy bug
2007-11-11 bellardremoved warning
2007-11-11 bellardmove get_errno() inside do_fcntl()
2007-11-11 bellardno longer use get_errno for do_modify_ldt()
2007-11-11 pbrookFix format mismatch.
2007-11-11 bellardfixed error codes
2007-11-11 bellard-strace option
2007-11-11 j_mayerFix PowerPC boot device selection.
2007-11-11 bellardcompilation fixes
2007-11-11 pbrookFix msr_mask.
2007-11-11 bellardLinux user memory access API change (initial patch...
2007-11-11 bellardfixed invalid type
2007-11-11 pbrookmips_r4k warning fixes.
2007-11-11 pbrookblock-raw/kqemu fix.
2007-11-11 pbrookCleanup qemu-img.c.
2007-11-11 pbrookSplit block API from vl.h.
2007-11-11 j_mayerMore generic boot devices specification, allowing more...
2007-11-11 pbrookRemove duplicate i2c.o.
2007-11-11 j_mayerFix POWER abs & abso computation.
next