summaryrefslogtreecommitdiffstats
path: root/vl.c
Commit message (Expand)AuthorAgeFilesLines
* qemu_create_pidfile implementation for Win32, based on a patch byths2007-03-251-24/+1Star
* Fix segfault with -nographic, by Enache Adrian.ths2007-03-251-0/+1
* Windows sockets like to be different. Inspired by a patch from Alex Consul.ths2007-03-251-0/+8
* Sparc32/64 CPU selectionblueswir12007-03-251-0/+2
* Win32 build fix. FIXME: This disables locking of the pidfile, aths2007-03-221-0/+3
* Close file descriptors when execing network tap setup script, byths2007-03-191-0/+8
* Improve -pidfile option, by Anthony Liguori.ths2007-03-191-44/+37Star
* Add -name option, by Anthony Liguori.ths2007-03-191-1/+8
* MIPS -cpu selection support, by Herve Poussineau.ths2007-03-181-0/+2
* Better ioport debugging output.ths2007-03-171-4/+4
* SMP half-idle fix.pbrook2007-03-111-5/+8
* Fix typo in help output.pbrook2007-03-081-1/+3
* Implement --cpu for ARM.pbrook2007-03-081-2/+1Star
* New -cpu options: choose CPU model for emulated target.j_mayer2007-03-051-1/+17
* 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