summaryrefslogtreecommitdiffstats
path: root/vl.c
Commit message (Expand)AuthorAgeFilesLines
* Mingw build fix, by Johannes Schindelin.ths2007-02-021-2/+4
* script=no for the TUN/TAP net option, by Jean-Christian de Rivazths2007-02-021-1/+2
* Use standard character device interface for gdbstub.pbrook2007-01-281-8/+15
* Add nodelay option for TCP character devices.pbrook2007-01-281-0/+13
* Rearrange char event handlers to fix CHR_EVENT_RESET.pbrook2007-01-271-95/+55
* Accept --foo as an alias for -foo.pbrook2007-01-271-0/+3
* Accept -help.pbrook2007-01-271-0/+1
* Don't resume guest when gdb connection terminates and -S specified.pbrook2007-01-211-3/+3
* Add ARM Angel semihosting to system emulation.pbrook2007-01-201-0/+8
* MIPS Malta system and devices support, by Aurelien Jarno and Stefan Weil.ths2007-01-151-0/+1
* ifname arg fixbellard2007-01-091-1/+3
* added cutils.cbellard2007-01-071-43/+0
* Revert -disk patch, as requested by Fabrice. The general idea of thisths2007-01-071-332/+42
* Reinitialize monitor upon reconnect, by Anthony Liguori.ths2007-01-051-0/+28
* Add -boot n option for x86 using PXE, by Anthony Liguori.ths2007-01-051-2/+24
* Add -option-rom option to allow loading of PCI option ROMs, by Anthony Liguori.ths2007-01-051-0/+22
* Dynamic handling of guest mice, by Lonnie Mendez.ths2007-01-051-11/+124
* Fix SCSI cdrom boot, thanks Blue Swirl.ths2006-12-241-0/+31
* Null character instead of numeric null.ths2006-12-231-2/+2
* Solaris SMBD hacks (Ben Taylor).pbrook2006-12-231-2/+7
* Windows build fix, namespace cleanup, fix error message, by Stefan Weil.ths2006-12-221-19/+23
* Support for unidirectional pipes, by Ed Swierk.ths2006-12-221-6/+17
* Fix -cdrom breakage.ths2006-12-221-5/+5
* SCSI emulation improvements, by Chuck Brazie.ths2006-12-221-44/+303
* Daemonize option, by Anthony Liguori.ths2006-12-221-0/+82
* Unix domain socket support for VNC, by Anthony Liguori.ths2006-12-221-7/+3
* Run monitor over unix domain sockets, by Anthony Liguori.ths2006-12-211-19/+96
* Implement -no-quit option, by Xavier Gnata.ths2006-12-111-2/+15
* Remove FD on close.pbrook2006-11-011-0/+5
* no-reboot optionbellard2006-10-021-1/+12
* added SMM supportbellard2006-09-241-1/+4
* Add ARM RealView Emulation Baseboard.pbrook2006-09-231-0/+1
* Avoid (repeatedly) trying to read stdin after it has closed.pbrook2006-09-101-0/+5
* two stop bits supportbellard2006-09-091-1/+3
* allow disabling of serial or parallel devices (Stefan Weil)bellard2006-09-031-8/+10
* Flush IO requests before savevm (original patch by Blue Swirl).pbrook2006-09-031-0/+6
* win32 tap poll suppression (kazu)bellard2006-08-191-3/+0
* -L helpbellard2006-08-171-1/+1
* win32 compilation fixbellard2006-08-171-0/+10
* copyright updatebellard2006-08-071-2/+2
* use zlib to compress ram snapshots - correctly save qemu clockbellard2006-08-061-29/+226
* fixed blocking io emulationbellard2006-08-061-1/+5
* multiple snapshot supportbellard2006-08-051-72/+478
* async file I/O APIbellard2006-08-011-2/+77
* usb destroy API change (Lonnie Mendez)bellard2006-07-191-0/+3
* Defer timer initialization until after commandline processing.pbrook2006-07-151-2/+3
* generate CRLF instead of LFbellard2006-07-141-2/+2
* win32 compilation - force process affinity on win32 as a workaround for SMP i...bellard2006-07-141-0/+20
* new clock logic: cpu ticks and virtual clocks are no longer proportional - ad...bellard2006-07-131-162/+140
* telnet protocol and more consistent syntax (Jason Wessel)bellard2006-06-271-58/+150
OpenPOWER on IntegriCloud