summaryrefslogtreecommitdiffstats
path: root/vl.c
Commit message (Expand)AuthorAgeFilesLines
* Fix wrong signedness, by Andre Przywara.ths2007-12-161-3/+3
* Add missing break just before execve, by Takashi Yoshii.balrog2007-12-111-1/+1
* Add SPARCstation 20 machine type (Robert Reif)blueswir12007-12-101-0/+1
* Give emulated drives more monitor-friendly name strings.balrog2007-12-061-1/+9
* Always create an SD bdrv, so that PXA and OMAP boards can boot withbalrog2007-12-041-3/+8
* Ensure a SIGALRM results in a break out from the cpu loop.balrog2007-12-031-14/+20
* Add -drive parameter, by Laurent Vivier.ths2007-12-021-194/+461
* Intel Mainstone II (ARM) machine by Armin Kuster.balrog2007-11-251-0/+1
* Add input buffer to mux chr (patch by Tristan Gingold).balrog2007-11-251-3/+40
* Gumstix Verdex (ARM) board support by Thorsten Zitterell.balrog2007-11-241-0/+1
* Drop an unused variable (Samuel Thibault).balrog2007-11-241-1/+0
* Mark hex_dump as unused to avoid compilation warnings.j_mayer2007-11-191-0/+1
* Remove unused parameters from QEMUMachineInitFunc (Laurent Vivier)blueswir12007-11-181-2/+1
* Fix a && -> & typo.balrog2007-11-181-1/+1
* Add statics and missing #includes for prototypes.pbrook2007-11-181-20/+19
* Break up vl.h.pbrook2007-11-171-1/+16
* Don't compare '\0' against pointers.balrog2007-11-171-7/+7
* Gumstix 'connex' board support by Thorsten Zitterell.balrog2007-11-171-1/+3
* Init dumb display if no others available.pbrook2007-11-151-0/+2
* removed warningbellard2007-11-111-1/+1
* Add SPARCserver 600MP emulation (original patch by Robert Reif)blueswir12007-11-111-0/+1
* More generic boot devices specification, allowing more devices to be specifiedj_mayer2007-11-111-41/+59
* ARMv7 support.pbrook2007-11-111-3/+51
* always use mktimegmbellard2007-11-101-1/+1
* Add dummy m68k board.pbrook2007-11-101-0/+1
* removed obsolete x86 code copy supportbellard2007-11-081-21/+0
* added -startdate optionbellard2007-11-071-0/+39
* Set boot sequence from command line (Dan Kenigsberg).balrog2007-10-311-14/+26
* Make Slirp statistics gathering and output conditional to LOG_ENABLEDblueswir12007-10-261-0/+4
* Fix Windows build failure, by Stefan Weil.ths2007-10-261-3/+4
* Support tap down script, by Wolfram Gloger.ths2007-10-211-24/+59
* MIPSsim pseudo machine emulation.ths2007-10-171-0/+1
* Unify '-cpu ?' option.j_mayer2007-10-121-8/+3
* CRIS support in toplevel, by Edgar E. Iglesias.ths2007-10-081-0/+2
* New '-bios' option, used to select an alternate BIOS image from bios_dir.j_mayer2007-10-051-0/+6
* Remove redundant qemu_rearm_alarm_timer() in qemu_del_timer, patch by Dan Ken...balrog2007-10-041-2/+0
* (int64_t)UINT64_MAX is -1 and should not be assigned to nearest_delta_us, pat...balrog2007-10-041-1/+1
* Add R2D-PLUS support, by Magnus Damm.ths2007-09-291-0/+1
* Prevent segfaulting when -clock is specified multiple times.balrog2007-09-171-1/+1
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-83/+83
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-180/+180
* Add a local copy of hpet.h.ths2007-09-161-1/+6
* Use UINT64_MAX instead of ULONG_LONG_MAX, suggested by Andreas Schwab.ths2007-09-161-1/+1
* Move network related includes to vl.c to help SLIRP-less builds.ths2007-09-131-1/+5
* Build fix for older GCCs.ths2007-08-281-1/+1
* Let qemu work with latest bochsbios, by Bernhard Kauer.ths2007-08-261-1/+0
* Fix typo in comment, by Andreas Faerber.ths2007-08-261-1/+1
* Make dynticks conditional on __linux__. Spotted by Andreas Faerber.ths2007-08-261-5/+5
* Refactor VNC server setup API, by Daniel P. Berrange.ths2007-08-251-1/+3
* Avoid SEGV in IOHandler dispatch, by Daniel P. Berrange.ths2007-08-251-4/+2
OpenPOWER on IntegriCloud