summaryrefslogtreecommitdiffstats
path: root/vl.c
Commit message (Expand)AuthorAgeFilesLines
* Make removing IOHandlers safe from within an IOHandler, by Anthony Liguori.ths2007-02-281-6/+22
* Allow gdbstub to connect over any serial device.pbrook2007-02-221-6/+7
* Increase the number of multiplexed monitor devices.ths2007-02-211-1/+1
* Change -tftp option to take a root directory, by Anthony Liguori.ths2007-02-201-1/+1
* Add -bootp option for slirp, by Anthony Liguori.ths2007-02-201-0/+6
* Don't require a disk image for network boot, by Ferenc Wagner.ths2007-02-191-0/+1
* -no-frame option for sdl, by Christian Laursen.ths2007-02-181-1/+8
* Monitor multiplexing, by Jason Wessel.ths2007-02-181-162/+279
* Parport EPP support for Linux, by Marko Kohtala.ths2007-02-181-3/+82
* Solaris tap device, by Sittichai Palingsong.ths2007-02-171-2/+150
* Clean up serial code for Win 32, by Kazu.ths2007-02-101-30/+33
* use ram allocation functionsbellard2007-02-091-12/+1Star
* gdbserver fixbellard2007-02-051-15/+8Star
* copyright updatebellard2007-02-051-2/+2
* 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-281-95/+55Star
* 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-161-0/+1
* ifname arg fixbellard2007-01-091-1/+3
* added cutils.cbellard2007-01-071-43/+0Star
* Revert -disk patch, as requested by Fabrice. The general idea of thisths2007-01-071-332/+42Star
* 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/+3Star
* 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