summaryrefslogtreecommitdiff
path: root/vl.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-12Unify '-cpu ?' option.j_mayer1-8/+3
2007-10-08CRIS support in toplevel, by Edgar E. Iglesias.ths1-0/+2
2007-10-05New '-bios' option, used to select an alternate BIOS image from bios_dir.j_mayer1-0/+6
2007-10-04Remove redundant qemu_rearm_alarm_timer() in qemu_del_timer, patch by Dan Ken...balrog1-2/+0
2007-10-04(int64_t)UINT64_MAX is -1 and should not be assigned to nearest_delta_us, pat...balrog1-1/+1
2007-09-29Add R2D-PLUS support, by Magnus Damm.ths1-0/+1
2007-09-17Prevent segfaulting when -clock is specified multiple times.balrog1-1/+1
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-83/+83
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-180/+180
2007-09-16Add a local copy of hpet.h.ths1-1/+6
2007-09-16Use UINT64_MAX instead of ULONG_LONG_MAX, suggested by Andreas Schwab.ths1-1/+1
2007-09-13Move network related includes to vl.c to help SLIRP-less builds.ths1-1/+5
2007-08-28Build fix for older GCCs.ths1-1/+1
2007-08-26Let qemu work with latest bochsbios, by Bernhard Kauer.ths1-1/+0
2007-08-26Fix typo in comment, by Andreas Faerber.ths1-1/+1
2007-08-26Make dynticks conditional on __linux__. Spotted by Andreas Faerber.ths1-5/+5
2007-08-25Refactor VNC server setup API, by Daniel P. Berrange.ths1-1/+3
2007-08-25Avoid SEGV in IOHandler dispatch, by Daniel P. Berrange.ths1-4/+2
2007-08-24De-noise startup.ths1-2/+0
2007-08-24Add support for dynamic ticks, by Luca Tettamanti and Dan Kenigsberg.ths1-8/+177
2007-08-24Implement -clock selection, by Luca Tettamanti.ths1-0/+72
2007-08-23Suppress int<->pointer compiler warnings.pbrook1-4/+4
2007-08-20Windows build fix, spotted by Herve Poussineau.ths1-1/+1
2007-08-19Add -clock option, by Luca Tettamanti.ths1-1/+56
2007-08-19Rework alarm timer infrastrucure, by Luca Tettamanti.ths1-103/+186
2007-07-29Basic OMAP310 support. Basic Palm Tungsten|E machine emulation.balrog1-0/+1
2007-07-27Optionally setup old style linux bootparams for -kernel, by Juergen Lock.balrog1-0/+11
2007-07-11New features for QEMU text console, by Stefan Weil.ths1-3/+5
2007-07-02Retry interrupted open() calls (proposed by Yigael Felishman).balrog1-18/+24