| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Set boot sequence from command line (Dan Kenigsberg). | balrog | 2007-10-31 | 1 | -14/+26 |
* | Make Slirp statistics gathering and output conditional to LOG_ENABLED | blueswir1 | 2007-10-26 | 1 | -0/+4 |
* | Fix Windows build failure, by Stefan Weil. | ths | 2007-10-26 | 1 | -3/+4 |
* | Support tap down script, by Wolfram Gloger. | ths | 2007-10-21 | 1 | -24/+59 |
* | MIPSsim pseudo machine emulation. | ths | 2007-10-17 | 1 | -0/+1 |
* | Unify '-cpu ?' option. | j_mayer | 2007-10-12 | 1 | -8/+3 |
* | CRIS support in toplevel, by Edgar E. Iglesias. | ths | 2007-10-08 | 1 | -0/+2 |
* | New '-bios' option, used to select an alternate BIOS image from bios_dir. | j_mayer | 2007-10-05 | 1 | -0/+6 |
* | Remove redundant qemu_rearm_alarm_timer() in qemu_del_timer, patch by Dan Ken... | balrog | 2007-10-04 | 1 | -2/+0 |
* | (int64_t)UINT64_MAX is -1 and should not be assigned to nearest_delta_us, pat... | balrog | 2007-10-04 | 1 | -1/+1 |
* | Add R2D-PLUS support, by Magnus Damm. | ths | 2007-09-29 | 1 | -0/+1 |
* | Prevent segfaulting when -clock is specified multiple times. | balrog | 2007-09-17 | 1 | -1/+1 |
* | find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the... | ths | 2007-09-17 | 1 | -83/+83 |
* | find -type f | xargs sed -i 's/[\t ]$//g' # on most files | ths | 2007-09-16 | 1 | -180/+180 |
* | Add a local copy of hpet.h. | ths | 2007-09-16 | 1 | -1/+6 |
* | Use UINT64_MAX instead of ULONG_LONG_MAX, suggested by Andreas Schwab. | ths | 2007-09-16 | 1 | -1/+1 |
* | Move network related includes to vl.c to help SLIRP-less builds. | ths | 2007-09-13 | 1 | -1/+5 |
* | Build fix for older GCCs. | ths | 2007-08-28 | 1 | -1/+1 |
* | Let qemu work with latest bochsbios, by Bernhard Kauer. | ths | 2007-08-26 | 1 | -1/+0 |
* | Fix typo in comment, by Andreas Faerber. | ths | 2007-08-26 | 1 | -1/+1 |
* | Make dynticks conditional on __linux__. Spotted by Andreas Faerber. | ths | 2007-08-26 | 1 | -5/+5 |
* | Refactor VNC server setup API, by Daniel P. Berrange. | ths | 2007-08-25 | 1 | -1/+3 |
* | Avoid SEGV in IOHandler dispatch, by Daniel P. Berrange. | ths | 2007-08-25 | 1 | -4/+2 |
* | De-noise startup. | ths | 2007-08-24 | 1 | -2/+0 |
* | Add support for dynamic ticks, by Luca Tettamanti and Dan Kenigsberg. | ths | 2007-08-24 | 1 | -8/+177 |
* | Implement -clock selection, by Luca Tettamanti. | ths | 2007-08-24 | 1 | -0/+72 |
* | Suppress int<->pointer compiler warnings. | pbrook | 2007-08-23 | 1 | -4/+4 |
* | Windows build fix, spotted by Herve Poussineau. | ths | 2007-08-20 | 1 | -1/+1 |
* | Add -clock option, by Luca Tettamanti. | ths | 2007-08-19 | 1 | -1/+56 |
* | Rework alarm timer infrastrucure, by Luca Tettamanti. | ths | 2007-08-19 | 1 | -103/+186 |
* | Basic OMAP310 support. Basic Palm Tungsten|E machine emulation. | balrog | 2007-07-29 | 1 | -0/+1 |
* | Optionally setup old style linux bootparams for -kernel, by Juergen Lock. | balrog | 2007-07-27 | 1 | -0/+11 |
* | New features for QEMU text console, by Stefan Weil. | ths | 2007-07-11 | 1 | -3/+5 |
* | Retry interrupted open() calls (proposed by Yigael Felishman). | balrog | 2007-07-02 | 1 | -18/+24 |