Age | Commit message (Expand) | Author | Files | Lines |
2007-11-25 | Intel Mainstone II (ARM) machine by Armin Kuster. | balrog | 1 | -0/+1 |
2007-11-25 | Add input buffer to mux chr (patch by Tristan Gingold). | balrog | 1 | -3/+40 |
2007-11-24 | Gumstix Verdex (ARM) board support by Thorsten Zitterell. | balrog | 1 | -0/+1 |
2007-11-24 | Drop an unused variable (Samuel Thibault). | balrog | 1 | -1/+0 |
2007-11-19 | Mark hex_dump as unused to avoid compilation warnings. | j_mayer | 1 | -0/+1 |
2007-11-18 | Remove unused parameters from QEMUMachineInitFunc (Laurent Vivier) | blueswir1 | 1 | -2/+1 |
2007-11-18 | Fix a && -> & typo. | balrog | 1 | -1/+1 |
2007-11-18 | Add statics and missing #includes for prototypes. | pbrook | 1 | -20/+19 |
2007-11-17 | Break up vl.h. | pbrook | 1 | -1/+16 |
2007-11-17 | Don't compare '\0' against pointers. | balrog | 1 | -7/+7 |
2007-11-17 | Gumstix 'connex' board support by Thorsten Zitterell. | balrog | 1 | -1/+3 |
2007-11-15 | Init dumb display if no others available. | pbrook | 1 | -0/+2 |
2007-11-11 | removed warning | bellard | 1 | -1/+1 |
2007-11-11 | Add SPARCserver 600MP emulation (original patch by Robert Reif) | blueswir1 | 1 | -0/+1 |
2007-11-11 | More generic boot devices specification, allowing more devices to be specified | j_mayer | 1 | -41/+59 |
2007-11-11 | ARMv7 support. | pbrook | 1 | -3/+51 |
2007-11-10 | always use mktimegm | bellard | 1 | -1/+1 |
2007-11-10 | Add dummy m68k board. | pbrook | 1 | -0/+1 |
2007-11-08 | removed obsolete x86 code copy support | bellard | 1 | -21/+0 |
2007-11-07 | added -startdate option | bellard | 1 | -0/+39 |
2007-10-31 | Set boot sequence from command line (Dan Kenigsberg). | balrog | 1 | -14/+26 |
2007-10-26 | Make Slirp statistics gathering and output conditional to LOG_ENABLED | blueswir1 | 1 | -0/+4 |
2007-10-26 | Fix Windows build failure, by Stefan Weil. | ths | 1 | -3/+4 |
2007-10-21 | Support tap down script, by Wolfram Gloger. | ths | 1 | -24/+59 |
2007-10-17 | MIPSsim pseudo machine emulation. | ths | 1 | -0/+1 |
2007-10-12 | Unify '-cpu ?' option. | j_mayer | 1 | -8/+3 |
2007-10-08 | CRIS support in toplevel, by Edgar E. Iglesias. | ths | 1 | -0/+2 |
2007-10-05 | New '-bios' option, used to select an alternate BIOS image from bios_dir. | j_mayer | 1 | -0/+6 |
2007-10-04 | Remove redundant qemu_rearm_alarm_timer() in qemu_del_timer, patch by Dan Ken... | balrog | 1 | -2/+0 |
2007-10-04 | (int64_t)UINT64_MAX is -1 and should not be assigned to nearest_delta_us, pat... | balrog | 1 | -1/+1 |
2007-09-29 | Add R2D-PLUS support, by Magnus Damm. | ths | 1 | -0/+1 |
2007-09-17 | Prevent segfaulting when -clock is specified multiple times. | balrog | 1 | -1/+1 |
2007-09-17 | find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the... | ths | 1 | -83/+83 |
2007-09-16 | find -type f | xargs sed -i 's/[\t ]$//g' # on most files | ths | 1 | -180/+180 |
2007-09-16 | Add a local copy of hpet.h. | ths | 1 | -1/+6 |
2007-09-16 | Use UINT64_MAX instead of ULONG_LONG_MAX, suggested by Andreas Schwab. | ths | 1 | -1/+1 |
2007-09-13 | Move network related includes to vl.c to help SLIRP-less builds. | ths | 1 | -1/+5 |
2007-08-28 | Build fix for older GCCs. | ths | 1 | -1/+1 |
2007-08-26 | Let qemu work with latest bochsbios, by Bernhard Kauer. | ths | 1 | -1/+0 |
2007-08-26 | Fix typo in comment, by Andreas Faerber. | ths | 1 | -1/+1 |
2007-08-26 | Make dynticks conditional on __linux__. Spotted by Andreas Faerber. | ths | 1 | -5/+5 |
2007-08-25 | Refactor VNC server setup API, by Daniel P. Berrange. | ths | 1 | -1/+3 |
2007-08-25 | Avoid SEGV in IOHandler dispatch, by Daniel P. Berrange. | ths | 1 | -4/+2 |
2007-08-24 | De-noise startup. | ths | 1 | -2/+0 |
2007-08-24 | Add support for dynamic ticks, by Luca Tettamanti and Dan Kenigsberg. | ths | 1 | -8/+177 |
2007-08-24 | Implement -clock selection, by Luca Tettamanti. | ths | 1 | -0/+72 |
2007-08-23 | Suppress int<->pointer compiler warnings. | pbrook | 1 | -4/+4 |
2007-08-20 | Windows build fix, spotted by Herve Poussineau. | ths | 1 | -1/+1 |
2007-08-19 | Add -clock option, by Luca Tettamanti. | ths | 1 | -1/+56 |
2007-08-19 | Rework alarm timer infrastrucure, by Luca Tettamanti. | ths | 1 | -103/+186 |