aboutsummaryrefslogtreecommitdiff
path: root/vl.c
AgeCommit message (Expand)Author
2008-02-17Unify RTCs that use host time, fix M48t59 alarm.balrog
2008-02-10Add an ncurses UI.balrog
2008-02-10Remove unused boolean_t, should fix building for Solaris.balrog
2008-02-03Do not set RTC frequency if already set (Aurelien Jarno).balrog
2008-02-01reverted -translation option supportbellard
2008-01-23Add option to disable TB cache, by Herve Poussineau.ths
2008-01-19Change the usb-serial product ID to a more widely recognised value (Samuel Th...balrog
2008-01-14PCI AC97 emulation by malc.balrog
2008-01-14USB-to-serial device (Samuel Thibault).balrog
2008-01-14Clean-up /tmp directory after -smb use (Mark Jonckheere).balrog
2008-01-14Change -drive parsing so that paths don't have to be double-escaped (Laurent ...balrog
2008-01-08Fix segfault caused by fall through, by Juergen Lock.ths
2008-01-06copyright updatebellard
2008-01-05Rearm timers in qemu_mod_timer when needed (Anders Melchiorsen).balrog
2007-12-28 Initial support for SS-2 (Sun4c)blueswir1
2007-12-28 Initial support for Sun4d machines (SS-1000, SS-2000)blueswir1
2007-12-24Add "cache" parameter to "-drive" (Laurent Vivier).balrog
2007-12-24Avoid the use of $ in format strings because it's system-specific - fixes dri...balrog
2007-12-17Use WIN32_LEAN_AND_MEAN, by Stefan Weil.ths
2007-12-17Fix compilation with Cygwin, by Herve Poussineau.ths
2007-12-17Fix miscellaneous minor things, by Andre Przywara.ths
2007-12-16qemu_put signedness fixes, by Andre Przywara.ths
2007-12-16Redundant timer rearm optimisation by Anders Melchiorsen.balrog
2007-12-16Work around a crash when timer signal occurs before main loop, original patch...balrog
2007-12-16Support alternative formats for MAC addresses, by Balazs Attila-Mihaly.balrog
2007-12-16Fix char* signedness, by Andre Przywara.ths
2007-12-16Fix wrong signedness, by Andre Przywara.ths
2007-12-11Add missing break just before execve, by Takashi Yoshii.balrog
2007-12-10 Add SPARCstation 20 machine type (Robert Reif)blueswir1
2007-12-06Give emulated drives more monitor-friendly name strings.balrog
2007-12-04Always create an SD bdrv, so that PXA and OMAP boards can boot withbalrog
2007-12-03Ensure a SIGALRM results in a break out from the cpu loop.balrog
2007-12-02Add -drive parameter, by Laurent Vivier.ths
2007-11-25Intel Mainstone II (ARM) machine by Armin Kuster.balrog
2007-11-25Add input buffer to mux chr (patch by Tristan Gingold).balrog
2007-11-24Gumstix Verdex (ARM) board support by Thorsten Zitterell.balrog
2007-11-24Drop an unused variable (Samuel Thibault).balrog
2007-11-19Mark hex_dump as unused to avoid compilation warnings.j_mayer
2007-11-18 Remove unused parameters from QEMUMachineInitFunc (Laurent Vivier)blueswir1
2007-11-18Fix a && -> & typo.balrog
2007-11-18Add statics and missing #includes for prototypes.pbrook
2007-11-17Break up vl.h.pbrook
2007-11-17Don't compare '\0' against pointers.balrog
2007-11-17Gumstix 'connex' board support by Thorsten Zitterell.balrog
2007-11-15Init dumb display if no others available.pbrook
2007-11-11removed warningbellard
2007-11-11 Add SPARCserver 600MP emulation (original patch by Robert Reif)blueswir1
2007-11-11More generic boot devices specification, allowing more devices to be specifiedj_mayer
2007-11-11ARMv7 support.pbrook
2007-11-10always use mktimegmbellard