]> git.proxmox.com Git - qemu.git/history - bsd-user/main.c
report serial devices created with -device in the PIIX4 config space
[qemu.git] / bsd-user / main.c
2011-07-20 Blue SwirlMerge branch 'for-upstream' of git://git.linaro.org...
2011-07-01 Blue SwirlMerge branch 'ppc-next' of git://repo.or.cz/qemu/agraf
2011-06-28 Edgar E. Iglesiasuser: Fix -d debug logging for usermode emulation
2011-06-27 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.17' into staging
2011-06-27 Anthony LiguoriMerge remote-tracking branch 'riku/linux-user-for-upstr...
2011-06-27 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2011-06-26 Blue SwirlRemove exec-all.h include directives
2011-06-22 Anthony LiguoriMerge remote-tracking branch 'mst/for_anthony' into...
2011-06-15 Michael S. TsirkinMerge remote-tracking branch 'origin/master' into pci
2011-06-15 Blue SwirlMerge branch 'cocoa-for-upstream' of git://repo.or...
2011-06-15 Matthew FernandezCommand line support for altering the log file location
2011-05-14 Aurelien JarnoMerge branch 'ppc-next' of git://repo.or.cz/qemu/agraf
2011-05-12 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2011-05-08 Stefan WeilFix spelling in comments (intruction -> instruction)
2010-10-27 Michael S. TsirkinMerge branch 'pci' into for_anthony
2010-10-11 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-10-05 Anthony LiguoriMerge remote branch 'spice/submit.6' into staging
2010-10-05 Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-10-05 Stefan WeilAdd new user mode option -ignore-environment
2010-06-14 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-06-10 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-06-09 Paolo Bonzinirename CONFIG_QEMU_PREFIX
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-03-30 Blue SwirlFix i386-bsd-user build
2010-03-23 Juergen LockFix bsd-user broken by commit b5ec5ce0e39d6e7ea707d5604...
2009-11-07 Blue Swirluser: move CPU reset call to main.c for x86/PPC/Sparc
2009-10-21 Anthony LiguoriMerge commit 'linux-user/linux-user-for-upstream' into...
2009-10-18 Juergen Lockbsd-user: FreeBSD update
2009-09-27 Blue SwirlBSD user: implement GUEST_BASE
2009-08-15 Blue Swirlbsd-user: Add generic env variable handling
2009-07-16 Blue SwirlUpdate to a hopefully more future proof FSF address
2009-07-09 Isaku Yamahataconsolidate user cpu_{in, out}[bwl] into ioport-user.c
2009-04-11 blueswir1BSD user: initial support for i386 and x86_64 targets
2009-04-05 aurel32Add new command line option -singlestep for tcg single...
2009-03-07 blueswir1Fix BSD user: there is no NPTL
2009-02-28 blueswir1Flush stdout after printing usage()
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-11-22 blueswir1Fix BSD user compilation on other than OpenBSD
2008-11-16 blueswir1Use correct trap for syscalls on Sparc32
2008-10-26 blueswir1Preliminary BSD user emulator support