summaryrefslogtreecommitdiffstats
path: root/vl.c
Commit message (Expand)AuthorAgeFilesLines
* Change the usb-serial product ID to a more widely recognised value (Samuel Th...balrog2008-01-191-1/+28
* PCI AC97 emulation by malc.balrog2008-01-141-0/+10
* USB-to-serial device (Samuel Thibault).balrog2008-01-141-27/+17Star
* Clean-up /tmp directory after -smb use (Mark Jonckheere).balrog2008-01-141-13/+21
* Change -drive parsing so that paths don't have to be double-escaped (Laurent ...balrog2008-01-141-46/+62
* Fix segfault caused by fall through, by Juergen Lock.ths2008-01-081-0/+1
* copyright updatebellard2008-01-061-2/+2
* Rearm timers in qemu_mod_timer when needed (Anders Melchiorsen).balrog2008-01-051-12/+14
* Initial support for SS-2 (Sun4c)blueswir12007-12-281-0/+1
* Initial support for Sun4d machines (SS-1000, SS-2000)blueswir12007-12-281-0/+2
* Add "cache" parameter to "-drive" (Laurent Vivier).balrog2007-12-241-4/+24
* Avoid the use of $ in format strings because it's system-specific - fixes dri...balrog2007-12-241-2/+6
* Use WIN32_LEAN_AND_MEAN, by Stefan Weil.ths2007-12-171-2/+2
* Fix compilation with Cygwin, by Herve Poussineau.ths2007-12-171-18/+18
* Fix miscellaneous minor things, by Andre Przywara.ths2007-12-171-1/+2
* qemu_put signedness fixes, by Andre Przywara.ths2007-12-171-6/+6
* Redundant timer rearm optimisation by Anders Melchiorsen.balrog2007-12-161-1/+11
* Work around a crash when timer signal occurs before main loop, original patch...balrog2007-12-161-5/+7
* Support alternative formats for MAC addresses, by Balazs Attila-Mihaly.balrog2007-12-161-11/+26
* Fix char* signedness, by Andre Przywara.ths2007-12-161-9/+10
* Fix wrong signedness, by Andre Przywara.ths2007-12-161-3/+3
* Add missing break just before execve, by Takashi Yoshii.balrog2007-12-121-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-251-0/+1
* Drop an unused variable (Samuel Thibault).balrog2007-11-251-1/+0Star
* 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/+1Star
* Fix a && -> & typo.balrog2007-11-181-1/+1
* Add statics and missing #includes for prototypes.pbrook2007-11-181-20/+19Star
* 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/+0Star
* 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