]> git.proxmox.com Git - mirror_qemu.git/history - linux-user/main.c
rename CONFIG_QEMU_PREFIX
[mirror_qemu.git] / linux-user / main.c
2010-06-09 Paolo Bonzinirename CONFIG_QEMU_PREFIX
2010-06-09 Nathan Froydlinux-user: honor low bit of entry PC for MIPS
2010-06-03 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-05-29 Paul BrookPre-allocate guest address space
2010-05-28 Richard Hendersonalpha-linux-user: Fill in SI_CODE for SIGSEGV.
2010-05-24 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-05-24 Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-05-21 Richard Hendersontcg: Initialize the prologue after GUEST_BASE is fixed.
2010-05-21 Richard Hendersonalpha-linux-user: Fix sigprocmask.
2010-05-21 Richard Hendersonalpha-linux-user: Fix siginfo.si_addr for SIGSEGV and...
2010-05-18 takasi-y@ops.dti... linux-user: rlimit conversion between host and target.
2010-05-03 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into HEAD
2010-04-27 Richard Hendersontarget-alpha: Fix load-locked/store-conditional.
2010-04-27 Richard Hendersontarget-alpha: Implement rs/rc properly.
2010-04-25 Richard Hendersonlinux-user: Fix Sparc64 syscall returns.
2010-04-14 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-04-08 Aurelien Jarnolinux-user: switch default ppc64 CPU to 970fx from 970
2010-03-29 Blue SwirlCompile qemu-timer only once
2010-03-27 Richard Hendersonlinux-user: Use RLIMIT_STACK for default stack size.
2010-03-17 Anthony LiguoriMerge remote branch 'markus/qerror' into staging
2010-03-12 Richard Hendersonlinux-user: Fix mmap_find_vma returning invalid addresses.
2010-02-28 Richard Hendersonalpha-linux-user: Implement signals.
2010-02-23 Richard Hendersontarget-alpha: Reduce internal processor registers for...
2010-02-22 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2010-02-22 john cooperAdd cpu model configuration support..
2010-01-06 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2009-12-23 Aurelien Jarnolinux-user: fix build with gcc-4.1
2009-12-21 Alexander GrafPPC: Make DCR uint32_t
2009-12-21 Aurelien JarnoPPC64: Fix alternate timebase
2009-12-21 Alexander GrafPPC64: Fix timebase
2009-12-19 Riku Voipiolinux-user: Fix mmap_lock ordering
2009-12-11 Paul BrookFix ARM userspace strex implementation.
2009-11-24 Paul BrookAdd missing break.
2009-11-22 Paul BrookARM atomic ops rewrite
2009-11-22 Aurelien Jarnotarget-mips: rename CP0_LLAddr into lladdr
2009-11-07 Blue Swirluser: move CPU reset call to main.c for x86/PPC/Sparc
2009-10-01 Anthony LiguoriRevert "Get rid of _t suffix"
2009-10-01 malcGet rid of _t suffix
2009-09-13 Blue SwirlRevert "Fix Sparc/Linux host breakage by df70204db53e36...
2009-09-13 Blue SwirlFix Sparc/Linux host breakage by df70204db53e3611af986f...
2009-09-12 Kirill A. ShutemovFix text relocations in linux-user targets
2009-08-16 Blue SwirlReplace local ADDRX/PADDRX macros with TARGET_FMT_lx/plx
2009-08-04 Igor KovalenkoSparc64: replace tsptr with helper routine
2009-08-03 Nathan Froydlinux-user: handle POWERPC_EXCP_STCX
2009-07-27 Juan Quintelarename USE_NPTL to CONFIG_USE_NPTL
2009-07-17 Paul BrookUserspace guest address offsetting
2009-07-16 Blue SwirlUpdate to a hopefully more future proof FSF address
2009-07-15 malcAvoid SIGSEGV when dumping cpu state without enabled...
2009-07-09 Isaku Yamahataconsolidate user cpu_{in, out}[bwl] into ioport-user.c
2009-07-09 Anthony LiguoriMerge commit 'linux-user/linux-user-for-upstream' into...
2009-07-09 Paul BrookMIPS atomic instructions
2009-07-09 Paul BrookFix MIPS sys_clone
2009-07-08 Arnaud Patardlinux-user: increment MAX_ARG_PAGES
2009-06-16 Mika Westerberglinux-user: implemented ELF coredump support for ARM...
2009-05-26 Edgar E. Iglesiasmicroblaze: linux-user support.
2009-05-15 Nathan Froydlinux-user: ppc signal handling
2009-05-13 Blue SwirlReplace gcc variadic macro extension with C99 version
2009-04-21 pbrookMIPS signal handling fixes.
2009-04-21 pbrookMIPS: Raise SIGSEGV, not SIGILL when an access faults.
2009-04-15 aurel32linux-user: add support for passing contents of argv0
2009-04-09 pbrookEnable generic accepts-anything cpu by default for...
2009-04-07 pbrookAdd --with-pkgversion.
2009-04-05 aurel32Add new command line option -singlestep for tcg single...
2009-03-07 aurel32Use a dedicated function to request exit from execution...
2009-03-07 pbrookThe _exit syscall is used for both thread termination...
2009-02-28 blueswir1Flush stdout after printing usage()
2009-02-09 aurel32Fix crash caused by missing command line arguments
2009-01-30 aurel32linux-user: identify running binary in /proc/self/exe
2009-01-30 aurel32linux-user: Add generic env variable handling
2009-01-20 blueswir1Fix user emulator breakage, based on patch by Riku...
2009-01-15 aliguoriConvert references to logfile/loglevel to use qemu_log...
2009-01-14 aurel32Get rid of user_mode_only
2009-01-05 blueswir1Fix more FSF addresses
2008-12-18 aurel32User-mode GDB stub improvements - handle fork
2008-12-10 malcIntroduce and use cache-utils.[ch]
2008-11-18 aliguorix86: Debug register emulation (Jan Kiszka)
2008-11-14 aurel32ppc-linux-user: handle EXCP_DEBUG
2008-11-10 balroguse target_mmap() to allocate idt, gdt and ldt (Kirill...
2008-10-26 blueswir1Fix undeclared symbol warnings from sparse
2008-10-08 edgar_iglCRIS: linux-user ERP compensation not needed anymore.
2008-10-02 blueswir1Make CPULogItem tables const
2008-09-15 aurel32qemu sh4 nptl support
2008-09-07 aurel32alpha: only print debug information to the log file
2008-09-06 blueswir1Fix most warnings that would be caused by gcc flag...
2008-08-30 blueswir1Fix some warnings that would be generated by gcc -Wredu...
2008-08-30 blueswir1Add correct stack bias if a 64 bit stack is used
2008-08-27 blueswir1Fix Sparc64 window handling problems detected by Vince...
2008-08-20 malcFix tswap size
2008-08-17 blueswir1Fix some warnings that would be generated by gcc -Wmiss...
2008-07-29 balrogUnswap qemu-arm data and prefetch abort addresses ...
2008-06-27 thsMore efficient target register / TC accesses.
2008-06-15 blueswir1Fix Sparc32plus & Sparc64 debug output
2008-06-09 pbrookUse qemu_mallocz to allocate new thread state. Remove...
2008-06-07 pbrookMultithreaded locking fixes.
2008-06-07 blueswir1Allow NWINDOWS selection (CPU feature with model specif...
2008-05-31 pbrookMake signal queues per thread.
2008-05-29 pbrookImplement ARM magic kernel page and TLS register.
2008-05-28 bellardvariable dynamic translation buffer size
2008-05-27 edgar_iglCRIS: Use $eda to instead of debug1 (removed) for fault...
2008-05-12 bellard2.6 kernels make int 5 a trap gate
next