Age | Commit message (Expand) | Author |
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 |
2007-09-16 | find -type f | xargs sed -i 's/[\t ]$//g' # on most files | ths |
2007-09-16 | Add a local copy of hpet.h. | ths |
2007-09-16 | Use UINT64_MAX instead of ULONG_LONG_MAX, suggested by Andreas Schwab. | ths |
2007-09-13 | Move network related includes to vl.c to help SLIRP-less builds. | ths |
2007-08-28 | Build fix for older GCCs. | ths |
2007-08-26 | Let qemu work with latest bochsbios, by Bernhard Kauer. | ths |
2007-08-26 | Fix typo in comment, by Andreas Faerber. | ths |
2007-08-26 | Make dynticks conditional on __linux__. Spotted by Andreas Faerber. | ths |
2007-08-25 | Refactor VNC server setup API, by Daniel P. Berrange. | ths |
2007-08-25 | Avoid SEGV in IOHandler dispatch, by Daniel P. Berrange. | ths |
2007-08-24 | De-noise startup. | ths |
2007-08-24 | Add support for dynamic ticks, by Luca Tettamanti and Dan Kenigsberg. | ths |
2007-08-24 | Implement -clock selection, by Luca Tettamanti. | ths |
2007-08-23 | Suppress int<->pointer compiler warnings. | pbrook |
2007-08-20 | Windows build fix, spotted by Herve Poussineau. | ths |
2007-08-19 | Add -clock option, by Luca Tettamanti. | ths |
2007-08-19 | Rework alarm timer infrastrucure, by Luca Tettamanti. | ths |
2007-07-29 | Basic OMAP310 support. Basic Palm Tungsten|E machine emulation. | balrog |
2007-07-27 | Optionally setup old style linux bootparams for -kernel, by Juergen Lock. | balrog |
2007-07-11 | New features for QEMU text console, by Stefan Weil. | ths |
2007-07-02 | Retry interrupted open() calls (proposed by Yigael Felishman). | balrog |
2007-07-02 | Fix qemu_can_send_packet(), makes DHCP with multiple nics work - patch by Jas... | balrog |
2007-07-02 | gdb stub support and loadvm should work together, patch by Jason Wessel | balrog |
2007-06-29 | Sanitize exit codes of help queries, this time for real. | ths |
2007-06-28 | Limit the use of qemu_chr_open_tty to __linux__ and __sun__, by Andreas | ths |
2007-06-28 | Fix segfault when printing the help text, spotted by Stefan Weil. | ths |
2007-06-25 | Enable serial (tty) support on Solaris host, by Marion Hakanson. | ths |
2007-06-24 | Reset ARM cp15.c1_sys to default values. Fix XScale cp15 accesses. | balrog |
2007-06-23 | Kfreebsd config, by Aurelien Jarno. | ths |
2007-06-23 | Return success for -M '?' query option. | ths |
2007-06-22 | Use HAS_ARG instead of numeric value (patch by Balazs Attila-Mihaly). | balrog |
2007-06-22 | Add USB HID keyboard. | balrog |
2007-06-21 | Fix segfault in -nographic mode, by Stefen Weil. | ths |
2007-06-21 | Add alternate grab key, by Michael Mohr. | ths |
2007-06-10 | Wacom PenPartner tablet (virtual USB device). | balrog |
2007-06-08 | Don't refresh a graphical screen when it isn't displayed, by Herve Poussineau. | ths |