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