summaryrefslogtreecommitdiffstats
path: root/vl.c
Commit message (Expand)AuthorAgeFilesLines
* remove target ifdefs from vl.caurel322008-05-041-619/+0
* Set default console sizeaurel322008-05-041-3/+3
* Describe the format= option in the --help output. List the acceptedaurel322008-04-291-3/+14
* Fix wrong type in printf(), introduced in revision 4265aurel322008-04-281-2/+2
* add format= to drive options (CVE-2008-2004)aurel322008-04-281-2/+11
* Fix a regression introduced by my previous commit, ram_size is nowaurel322008-04-271-2/+2
* Use correct types to enable > 2G support, based on a patch fromaurel322008-04-271-14/+36
* IO ports registration errors are fatal errors.balrog2008-04-261-7/+5
* Errors while registering ioports are not fatal (Glauber Costa).balrog2008-04-261-5/+7
* ARM: Marvell 88w8618 / MusicPal emulation (Jan Kiszka).balrog2008-04-241-0/+1
* RAM usage information in machine definition.balrog2008-04-241-2/+20
* Revert "Use correct types to enable > 2G support" (r4238), it isaurel322008-04-221-36/+14
* Use correct types to enable > 2G support, based on a patch fromaurel322008-04-221-14/+36
* Nokia N800 machine support (ARM).balrog2008-04-141-0/+1
* Stop before shutdownaurel322008-04-111-1/+13
* Braille device supportaurel322008-04-081-1/+11
* MIPS Magnum R4000 machineaurel322008-04-071-2/+2
* Fix single stepping wrt pending interruptsaurel322008-04-041-2/+2
* Remove fixed length commandline buffers.pbrook2008-03-261-36/+29
* Put tap fd into nonblocking mode.pbrook2008-03-241-0/+1
* SCI fixesaurel322008-03-181-1/+22
* Slowdown SDL while minimizedaurel322008-03-131-1/+5
* Let the USB tablet reach the far bottom and right pixelsaurel322008-03-101-1/+1
* Be consistent in -clock parameter. Display also the list of availableaurel322008-03-091-5/+5
* Fix some functions declared () rather than (void) (Ian Jackson)blueswir12008-03-091-1/+1
* Add more machine definitionsblueswir12008-03-051-0/+5
* Unify RTCs that use host time, fix M48t59 alarm.balrog2008-02-171-3/+42
* Add an ncurses UI.balrog2008-02-101-1/+25
* Remove unused boolean_t, should fix building for Solaris.balrog2008-02-101-1/+1
* Do not set RTC frequency if already set (Aurelien Jarno).balrog2008-02-031-1/+4
* reverted -translation option supportbellard2008-02-011-24/+2
* Add option to disable TB cache, by Herve Poussineau.ths2008-01-231-1/+24
* Change the usb-serial product ID to a more widely recognised value (Samuel Th...balrog2008-01-191-1/+28
* PCI AC97 emulation by malc.balrog2008-01-141-0/+10
* USB-to-serial device (Samuel Thibault).balrog2008-01-141-27/+17
* Clean-up /tmp directory after -smb use (Mark Jonckheere).balrog2008-01-141-13/+21
* Change -drive parsing so that paths don't have to be double-escaped (Laurent ...balrog2008-01-141-46/+62
* Fix segfault caused by fall through, by Juergen Lock.ths2008-01-081-0/+1
* copyright updatebellard2008-01-061-2/+2
* Rearm timers in qemu_mod_timer when needed (Anders Melchiorsen).balrog2008-01-051-12/+14
* Initial support for SS-2 (Sun4c)blueswir12007-12-281-0/+1
* Initial support for Sun4d machines (SS-1000, SS-2000)blueswir12007-12-281-0/+2
* Add "cache" parameter to "-drive" (Laurent Vivier).balrog2007-12-241-4/+24
* Avoid the use of $ in format strings because it's system-specific - fixes dri...balrog2007-12-241-2/+6
* Use WIN32_LEAN_AND_MEAN, by Stefan Weil.ths2007-12-171-2/+2
* Fix compilation with Cygwin, by Herve Poussineau.ths2007-12-171-18/+18
* Fix miscellaneous minor things, by Andre Przywara.ths2007-12-171-1/+2
* qemu_put signedness fixes, by Andre Przywara.ths2007-12-161-6/+6
* Redundant timer rearm optimisation by Anders Melchiorsen.balrog2007-12-161-1/+11
* Work around a crash when timer signal occurs before main loop, original patch...balrog2007-12-161-5/+7
OpenPOWER on IntegriCloud