aboutsummaryrefslogtreecommitdiffstats
path: root/vl.c
AgeCommit message (Expand)AuthorFilesLines
2008-01-14USB-to-serial device (Samuel Thibault).balrog1-27/+17
2008-01-14Clean-up /tmp directory after -smb use (Mark Jonckheere).balrog1-13/+21
2008-01-14Change -drive parsing so that paths don't have to be double-escaped (Laurent ...balrog1-46/+62
2008-01-08Fix segfault caused by fall through, by Juergen Lock.ths1-0/+1
2008-01-06copyright updatebellard1-2/+2
2008-01-05Rearm timers in qemu_mod_timer when needed (Anders Melchiorsen).balrog1-12/+14
2007-12-28 Initial support for SS-2 (Sun4c)blueswir11-0/+1
2007-12-28 Initial support for Sun4d machines (SS-1000, SS-2000)blueswir11-0/+2
2007-12-24Add "cache" parameter to "-drive" (Laurent Vivier).balrog1-4/+24
2007-12-24Avoid the use of $ in format strings because it's system-specific - fixes dri...balrog1-2/+6
2007-12-17Use WIN32_LEAN_AND_MEAN, by Stefan Weil.ths1-2/+2
2007-12-17Fix compilation with Cygwin, by Herve Poussineau.ths1-18/+18
2007-12-17Fix miscellaneous minor things, by Andre Przywara.ths1-1/+2
2007-12-16qemu_put signedness fixes, by Andre Przywara.ths1-6/+6
2007-12-16Redundant timer rearm optimisation by Anders Melchiorsen.balrog1-1/+11
2007-12-16Work around a crash when timer signal occurs before main loop, original patch...balrog1-5/+7
2007-12-16Support alternative formats for MAC addresses, by Balazs Attila-Mihaly.balrog1-11/+26
2007-12-16Fix char* signedness, by Andre Przywara.ths1-9/+10
2007-12-16Fix wrong signedness, by Andre Przywara.ths1-3/+3
2007-12-11Add missing break just before execve, by Takashi Yoshii.balrog1-1/+1
2007-12-10 Add SPARCstation 20 machine type (Robert Reif)blueswir11-0/+1
2007-12-06Give emulated drives more monitor-friendly name strings.balrog1-1/+9
2007-12-04Always create an SD bdrv, so that PXA and OMAP boards can boot withbalrog1-3/+8
2007-12-03Ensure a SIGALRM results in a break out from the cpu loop.balrog1-14/+20
2007-12-02Add -drive parameter, by Laurent Vivier.ths1-194/+461
2007-11-25Intel Mainstone II (ARM) machine by Armin Kuster.balrog1-0/+1
2007-11-25Add input buffer to mux chr (patch by Tristan Gingold).balrog1-3/+40
2007-11-24Gumstix Verdex (ARM) board support by Thorsten Zitterell.balrog1-0/+1
2007-11-24Drop an unused variable (Samuel Thibault).balrog1-1/+0
2007-11-19Mark hex_dump as unused to avoid compilation warnings.j_mayer1-0/+1
2007-11-18 Remove unused parameters from QEMUMachineInitFunc (Laurent Vivier)blueswir11-2/+1
2007-11-18Fix a && -> & typo.balrog1-1/+1
2007-11-18Add statics and missing #includes for prototypes.pbrook1-20/+19
2007-11-17Break up vl.h.pbrook1-1/+16
2007-11-17Don't compare '\0' against pointers.balrog1-7/+7
2007-11-17Gumstix 'connex' board support by Thorsten Zitterell.balrog1-1/+3
2007-11-15Init dumb display if no others available.pbrook1-0/+2
2007-11-11removed warningbellard1-1/+1
2007-11-11 Add SPARCserver 600MP emulation (original patch by Robert Reif)blueswir11-0/+1
2007-11-11More generic boot devices specification, allowing more devices to be specifiedj_mayer1-41/+59
2007-11-11ARMv7 support.pbrook1-3/+51
2007-11-10always use mktimegmbellard1-1/+1
2007-11-10Add dummy m68k board.pbrook1-0/+1
2007-11-08removed obsolete x86 code copy supportbellard1-21/+0
2007-11-07added -startdate optionbellard1-0/+39
2007-10-31Set boot sequence from command line (Dan Kenigsberg).balrog1-14/+26
2007-10-26Make Slirp statistics gathering and output conditional to LOG_ENABLEDblueswir11-0/+4
2007-10-26Fix Windows build failure, by Stefan Weil.ths1-3/+4
2007-10-21Support tap down script, by Wolfram Gloger.ths1-24/+59
2007-10-17MIPSsim pseudo machine emulation.ths1-0/+1