Age | Commit message (Expand) | Author | Files | Lines |
2008-03-09 | Fix some functions declared () rather than (void) (Ian Jackson) | blueswir1 | 1 | -1/+1 |
2008-03-05 | Add more machine definitions | blueswir1 | 1 | -0/+5 |
2008-02-17 | Unify RTCs that use host time, fix M48t59 alarm. | balrog | 1 | -3/+42 |
2008-02-10 | Add an ncurses UI. | balrog | 1 | -1/+25 |
2008-02-10 | Remove unused boolean_t, should fix building for Solaris. | balrog | 1 | -1/+1 |
2008-02-03 | Do not set RTC frequency if already set (Aurelien Jarno). | balrog | 1 | -1/+4 |
2008-02-01 | reverted -translation option support | bellard | 1 | -24/+2 |
2008-01-23 | Add option to disable TB cache, by Herve Poussineau. | ths | 1 | -1/+24 |
2008-01-19 | Change the usb-serial product ID to a more widely recognised value (Samuel Th... | balrog | 1 | -1/+28 |
2008-01-14 | PCI AC97 emulation by malc. | balrog | 1 | -0/+10 |
2008-01-14 | USB-to-serial device (Samuel Thibault). | balrog | 1 | -27/+17 |
2008-01-14 | Clean-up /tmp directory after -smb use (Mark Jonckheere). | balrog | 1 | -13/+21 |
2008-01-14 | Change -drive parsing so that paths don't have to be double-escaped (Laurent ... | balrog | 1 | -46/+62 |
2008-01-08 | Fix segfault caused by fall through, by Juergen Lock. | ths | 1 | -0/+1 |
2008-01-06 | copyright update | bellard | 1 | -2/+2 |
2008-01-05 | Rearm timers in qemu_mod_timer when needed (Anders Melchiorsen). | balrog | 1 | -12/+14 |
2007-12-28 | Initial support for SS-2 (Sun4c) | blueswir1 | 1 | -0/+1 |
2007-12-28 | Initial support for Sun4d machines (SS-1000, SS-2000) | blueswir1 | 1 | -0/+2 |
2007-12-24 | Add "cache" parameter to "-drive" (Laurent Vivier). | balrog | 1 | -4/+24 |
2007-12-24 | Avoid the use of $ in format strings because it's system-specific - fixes dri... | balrog | 1 | -2/+6 |
2007-12-17 | Use WIN32_LEAN_AND_MEAN, by Stefan Weil. | ths | 1 | -2/+2 |
2007-12-17 | Fix compilation with Cygwin, by Herve Poussineau. | ths | 1 | -18/+18 |
2007-12-17 | Fix miscellaneous minor things, by Andre Przywara. | ths | 1 | -1/+2 |
2007-12-16 | qemu_put signedness fixes, by Andre Przywara. | ths | 1 | -6/+6 |
2007-12-16 | Redundant timer rearm optimisation by Anders Melchiorsen. | balrog | 1 | -1/+11 |
2007-12-16 | Work around a crash when timer signal occurs before main loop, original patch... | balrog | 1 | -5/+7 |
2007-12-16 | Support alternative formats for MAC addresses, by Balazs Attila-Mihaly. | balrog | 1 | -11/+26 |
2007-12-16 | Fix char* signedness, by Andre Przywara. | ths | 1 | -9/+10 |
2007-12-16 | Fix wrong signedness, by Andre Przywara. | ths | 1 | -3/+3 |
2007-12-11 | Add missing break just before execve, by Takashi Yoshii. | balrog | 1 | -1/+1 |
2007-12-10 | Add SPARCstation 20 machine type (Robert Reif) | blueswir1 | 1 | -0/+1 |
2007-12-06 | Give emulated drives more monitor-friendly name strings. | balrog | 1 | -1/+9 |
2007-12-04 | Always create an SD bdrv, so that PXA and OMAP boards can boot with | balrog | 1 | -3/+8 |
2007-12-03 | Ensure a SIGALRM results in a break out from the cpu loop. | balrog | 1 | -14/+20 |
2007-12-02 | Add -drive parameter, by Laurent Vivier. | ths | 1 | -194/+461 |
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 |