Age | Commit message (Expand) | Author |
2007-12-24 | Add "cache" parameter to "-drive" (Laurent Vivier). | balrog |
2007-12-24 | Avoid the use of $ in format strings because it's system-specific - fixes dri... | balrog |
2007-12-17 | Use WIN32_LEAN_AND_MEAN, by Stefan Weil. | ths |
2007-12-17 | Fix compilation with Cygwin, by Herve Poussineau. | ths |
2007-12-17 | Fix miscellaneous minor things, by Andre Przywara. | ths |
2007-12-16 | qemu_put signedness fixes, by Andre Przywara. | ths |
2007-12-16 | Redundant timer rearm optimisation by Anders Melchiorsen. | balrog |
2007-12-16 | Work around a crash when timer signal occurs before main loop, original patch... | balrog |
2007-12-16 | Support alternative formats for MAC addresses, by Balazs Attila-Mihaly. | balrog |
2007-12-16 | Fix char* signedness, by Andre Przywara. | ths |
2007-12-16 | Fix wrong signedness, by Andre Przywara. | ths |
2007-12-11 | Add missing break just before execve, by Takashi Yoshii. | balrog |
2007-12-10 | Add SPARCstation 20 machine type (Robert Reif) | blueswir1 |
2007-12-06 | Give emulated drives more monitor-friendly name strings. | balrog |
2007-12-04 | Always create an SD bdrv, so that PXA and OMAP boards can boot with | balrog |
2007-12-03 | Ensure a SIGALRM results in a break out from the cpu loop. | balrog |
2007-12-02 | Add -drive parameter, by Laurent Vivier. | ths |
2007-11-25 | Intel Mainstone II (ARM) machine by Armin Kuster. | balrog |
2007-11-25 | Add input buffer to mux chr (patch by Tristan Gingold). | balrog |
2007-11-24 | Gumstix Verdex (ARM) board support by Thorsten Zitterell. | balrog |
2007-11-24 | Drop an unused variable (Samuel Thibault). | balrog |
2007-11-19 | Mark hex_dump as unused to avoid compilation warnings. | j_mayer |
2007-11-18 | Remove unused parameters from QEMUMachineInitFunc (Laurent Vivier) | blueswir1 |
2007-11-18 | Fix a && -> & typo. | balrog |
2007-11-18 | Add statics and missing #includes for prototypes. | pbrook |
2007-11-17 | Break up vl.h. | pbrook |
2007-11-17 | Don't compare '\0' against pointers. | balrog |
2007-11-17 | Gumstix 'connex' board support by Thorsten Zitterell. | balrog |
2007-11-15 | Init dumb display if no others available. | pbrook |
2007-11-11 | removed warning | bellard |
2007-11-11 | Add SPARCserver 600MP emulation (original patch by Robert Reif) | blueswir1 |
2007-11-11 | More generic boot devices specification, allowing more devices to be specified | j_mayer |
2007-11-11 | ARMv7 support. | pbrook |
2007-11-10 | always use mktimegm | bellard |
2007-11-10 | Add dummy m68k board. | pbrook |
2007-11-08 | removed obsolete x86 code copy support | bellard |
2007-11-07 | added -startdate option | bellard |
2007-10-31 | Set boot sequence from command line (Dan Kenigsberg). | balrog |
2007-10-26 | Make Slirp statistics gathering and output conditional to LOG_ENABLED | blueswir1 |
2007-10-26 | Fix Windows build failure, by Stefan Weil. | ths |
2007-10-21 | Support tap down script, by Wolfram Gloger. | ths |
2007-10-17 | MIPSsim pseudo machine emulation. | ths |
2007-10-12 | Unify '-cpu ?' option. | j_mayer |
2007-10-08 | CRIS support in toplevel, by Edgar E. Iglesias. | ths |
2007-10-05 | New '-bios' option, used to select an alternate BIOS image from bios_dir. | j_mayer |
2007-10-04 | Remove redundant qemu_rearm_alarm_timer() in qemu_del_timer, patch by Dan Ken... | balrog |
2007-10-04 | (int64_t)UINT64_MAX is -1 and should not be assigned to nearest_delta_us, pat... | balrog |
2007-09-29 | Add R2D-PLUS support, by Magnus Damm. | ths |
2007-09-17 | Prevent segfaulting when -clock is specified multiple times. | balrog |
2007-09-17 | find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the... | ths |