Add "cache" parameter to "-drive" (Laurent Vivier).
[qemu] / vl.c
2007-12-24 balrogAdd "cache" parameter to "-drive" (Laurent Vivier).
2007-12-24 balrogAvoid the use of $ in format strings because it's syste...
2007-12-17 thsUse WIN32_LEAN_AND_MEAN, by Stefan Weil.
2007-12-17 thsFix compilation with Cygwin, by Herve Poussineau.
2007-12-17 thsFix miscellaneous minor things, by Andre Przywara.
2007-12-16 thsqemu_put signedness fixes, by Andre Przywara.
2007-12-16 balrogRedundant timer rearm optimisation by Anders Melchiorsen.
2007-12-16 balrogWork around a crash when timer signal occurs before...
2007-12-16 balrogSupport alternative formats for MAC addresses, by Balaz...
2007-12-16 thsFix char* signedness, by Andre Przywara.
2007-12-16 thsFix wrong signedness, by Andre Przywara.
2007-12-11 balrogAdd missing break just before execve, by Takashi Yoshii.
2007-12-10 blueswir1 Add SPARCstation 20 machine type (Robert Reif)
2007-12-06 balrogGive emulated drives more monitor-friendly name strings.
2007-12-04 balrogAlways create an SD bdrv, so that PXA and OMAP boards...
2007-12-03 balrogEnsure a SIGALRM results in a break out from the cpu...
2007-12-02 thsAdd -drive parameter, by Laurent Vivier.
2007-11-25 balrogIntel Mainstone II (ARM) machine by Armin Kuster.
2007-11-25 balrogAdd input buffer to mux chr (patch by Tristan Gingold).
2007-11-24 balrogGumstix Verdex (ARM) board support by Thorsten Zitterell.
2007-11-24 balrogDrop an unused variable (Samuel Thibault).
2007-11-19 j_mayerMark hex_dump as unused to avoid compilation warnings.
2007-11-18 blueswir1 Remove unused parameters from QEMUMachineInitFunc...
2007-11-18 balrogFix a && -> & typo.
2007-11-18 pbrookAdd statics and missing #includes for prototypes.
2007-11-17 pbrookBreak up vl.h.
2007-11-17 balrogDon't compare '\0' against pointers.
2007-11-17 balrogGumstix 'connex' board support by Thorsten Zitterell.
2007-11-15 pbrookInit dumb display if no others available.
2007-11-11 bellardremoved warning
2007-11-11 blueswir1 Add SPARCserver 600MP emulation (original patch by...
2007-11-11 j_mayerMore generic boot devices specification, allowing more...
2007-11-11 pbrookARMv7 support.
2007-11-10 bellardalways use mktimegm
2007-11-10 pbrookAdd dummy m68k board.
2007-11-08 bellardremoved obsolete x86 code copy support
2007-11-07 bellardadded -startdate option
2007-10-31 balrogSet boot sequence from command line (Dan Kenigsberg).
2007-10-26 blueswir1Make Slirp statistics gathering and output conditional...
2007-10-26 thsFix Windows build failure, by Stefan Weil.
2007-10-21 thsSupport tap down script, by Wolfram Gloger.
2007-10-17 thsMIPSsim pseudo machine emulation.
2007-10-12 j_mayerUnify '-cpu ?' option.
2007-10-08 thsCRIS support in toplevel, by Edgar E. Iglesias.
2007-10-05 j_mayerNew '-bios' option, used to select an alternate BIOS...
2007-10-04 balrogRemove redundant qemu_rearm_alarm_timer() in qemu_del_t...
2007-10-04 balrog(int64_t)UINT64_MAX is -1 and should not be assigned...
2007-09-29 thsAdd R2D-PLUS support, by Magnus Damm.
2007-09-17 balrogPrevent segfaulting when -clock is specified multiple...
2007-09-17 thsfind -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again...
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-09-16 thsAdd a local copy of hpet.h.
2007-09-16 thsUse UINT64_MAX instead of ULONG_LONG_MAX, suggested...
2007-09-13 thsMove network related includes to vl.c to help SLIRP...
2007-08-28 thsBuild fix for older GCCs.
2007-08-26 thsLet qemu work with latest bochsbios, by Bernhard Kauer.
2007-08-26 thsFix typo in comment, by Andreas Faerber.
2007-08-26 thsMake dynticks conditional on __linux__. Spotted by...
2007-08-25 thsRefactor VNC server setup API, by Daniel P. Berrange.
2007-08-25 thsAvoid SEGV in IOHandler dispatch, by Daniel P. Berrange.
2007-08-24 thsDe-noise startup.
2007-08-24 thsAdd support for dynamic ticks, by Luca Tettamanti and...
2007-08-24 thsImplement -clock selection, by Luca Tettamanti.
2007-08-23 pbrookSuppress int<->pointer compiler warnings.
2007-08-20 thsWindows build fix, spotted by Herve Poussineau.
2007-08-19 thsAdd -clock option, by Luca Tettamanti.
2007-08-19 thsRework alarm timer infrastrucure, by Luca Tettamanti.
2007-07-29 balrogBasic OMAP310 support. Basic Palm Tungsten|E machine...
2007-07-27 balrogOptionally setup old style linux bootparams for -kernel...
2007-07-11 thsNew features for QEMU text console, by Stefan Weil.
2007-07-02 balrogRetry interrupted open() calls (proposed by Yigael...
2007-07-02 balrogFix qemu_can_send_packet(), makes DHCP with multiple...
2007-07-02 balroggdb stub support and loadvm should work together, patch...
2007-06-29 thsSanitize exit codes of help queries, this time for...
2007-06-28 thsLimit the use of qemu_chr_open_tty to __linux__ and...
2007-06-28 thsFix segfault when printing the help text, spotted by...
2007-06-25 thsEnable serial (tty) support on Solaris host, by Marion...
2007-06-24 balrogReset ARM cp15.c1_sys to default values. Fix XScale...
2007-06-23 thsKfreebsd config, by Aurelien Jarno.
2007-06-23 thsReturn success for -M '?' query option.
2007-06-22 balrogUse HAS_ARG instead of numeric value (patch by Balazs...
2007-06-22 balrogAdd USB HID keyboard.
2007-06-21 thsFix segfault in -nographic mode, by Stefen Weil.
2007-06-21 thsAdd alternate grab key, by Michael Mohr.
2007-06-10 balrogWacom PenPartner tablet (virtual USB device).
2007-06-08 thsDon't refresh a graphical screen when it isn't displaye...
2007-06-03 pbrookMCF5208 emulation.
2007-05-28 pbrookFix tap device counting.
2007-05-27 blueswir1Improved sanity checking to -net options
2007-05-26 pbrookM68k system mode semihosting.
2007-05-24 balrogCommit NAND image changes on "commit all" or "commit...
2007-05-24 balrogSavevm/loadvm bits for ARM core, the PXA2xx peripherals...
2007-05-23 pbrookm68k/ColdFire system emulation.
2007-05-23 pbrookAdd periodic timer implementation.
2007-05-18 balrogFix sysrq support from the monitor mux (originally...
2007-05-13 thsWindows: redirect serial port to console, by Herve...
2007-05-03 balrogRemove obsolete variables that came with VMware svga...
2007-05-01 blueswir1Set OpenBIOS variables in NVRAM
2007-05-01 balrog-show-cursor switch to inhibit SDL hiding cursor.
2007-04-30 balrogSpitz PDA, example PXA270 machine (four similar models).
next