aboutsummaryrefslogtreecommitdiffstats
path: root/vl.c
AgeCommit message (Expand)AuthorFilesLines
2008-04-26IO ports registration errors are fatal errors.balrog1-7/+5
2008-04-26Errors while registering ioports are not fatal (Glauber Costa).balrog1-5/+7
2008-04-24ARM: Marvell 88w8618 / MusicPal emulation (Jan Kiszka).balrog1-0/+1
2008-04-24RAM usage information in machine definition.balrog1-2/+20
2008-04-22Revert "Use correct types to enable > 2G support" (r4238), it isaurel321-36/+14
2008-04-22Use correct types to enable > 2G support, based on a patch fromaurel321-14/+36
2008-04-14Nokia N800 machine support (ARM).balrog1-0/+1
2008-04-11Stop before shutdownaurel321-1/+13
2008-04-08Braille device supportaurel321-1/+11
2008-04-07MIPS Magnum R4000 machineaurel321-2/+2
2008-04-04Fix single stepping wrt pending interruptsaurel321-2/+2
2008-03-26Remove fixed length commandline buffers.pbrook1-36/+29
2008-03-24Put tap fd into nonblocking mode.pbrook1-0/+1
2008-03-18SCI fixesaurel321-1/+22
2008-03-13Slowdown SDL while minimizedaurel321-1/+5
2008-03-10Let the USB tablet reach the far bottom and right pixelsaurel321-1/+1
2008-03-09Be consistent in -clock parameter. Display also the list of availableaurel321-5/+5
2008-03-09 Fix some functions declared () rather than (void) (Ian Jackson)blueswir11-1/+1
2008-03-05 Add more machine definitionsblueswir11-0/+5
2008-02-17Unify RTCs that use host time, fix M48t59 alarm.balrog1-3/+42
2008-02-10Add an ncurses UI.balrog1-1/+25
2008-02-10Remove unused boolean_t, should fix building for Solaris.balrog1-1/+1
2008-02-03Do not set RTC frequency if already set (Aurelien Jarno).balrog1-1/+4
2008-02-01reverted -translation option supportbellard1-24/+2
2008-01-23Add option to disable TB cache, by Herve Poussineau.ths1-1/+24
2008-01-19Change the usb-serial product ID to a more widely recognised value (Samuel Th...balrog1-1/+28
2008-01-14PCI AC97 emulation by malc.balrog1-0/+10
2008-01-14USB-to-serial device (Samuel Thibault).balrog1-27/+17
2008-01-14Clean-up /tmp directory after -smb use (Mark Jonckheere).balrog1-13/+21
2008-01-14Change -drive parsing so that paths don't have to be double-escaped (Laurent ...balrog1-46/+62
2008-01-08Fix segfault caused by fall through, by Juergen Lock.ths1-0/+1
2008-01-06copyright updatebellard1-2/+2
2008-01-05Rearm timers in qemu_mod_timer when needed (Anders Melchiorsen).balrog1-12/+14
2007-12-28 Initial support for SS-2 (Sun4c)blueswir11-0/+1
2007-12-28 Initial support for Sun4d machines (SS-1000, SS-2000)blueswir11-0/+2
2007-12-24Add "cache" parameter to "-drive" (Laurent Vivier).balrog1-4/+24
2007-12-24Avoid the use of $ in format strings because it's system-specific - fixes dri...balrog1-2/+6
2007-12-17Use WIN32_LEAN_AND_MEAN, by Stefan Weil.ths1-2/+2
2007-12-17Fix compilation with Cygwin, by Herve Poussineau.ths1-18/+18
2007-12-17Fix miscellaneous minor things, by Andre Przywara.ths1-1/+2
2007-12-16qemu_put signedness fixes, by Andre Przywara.ths1-6/+6
2007-12-16Redundant timer rearm optimisation by Anders Melchiorsen.balrog1-1/+11
2007-12-16Work around a crash when timer signal occurs before main loop, original patch...balrog1-5/+7
2007-12-16Support alternative formats for MAC addresses, by Balazs Attila-Mihaly.balrog1-11/+26
2007-12-16Fix char* signedness, by Andre Przywara.ths1-9/+10
2007-12-16Fix wrong signedness, by Andre Przywara.ths1-3/+3
2007-12-11Add missing break just before execve, by Takashi Yoshii.balrog1-1/+1
2007-12-10 Add SPARCstation 20 machine type (Robert Reif)blueswir11-0/+1
2007-12-06Give emulated drives more monitor-friendly name strings.balrog1-1/+9
2007-12-04Always create an SD bdrv, so that PXA and OMAP boards can boot withbalrog1-3/+8