summaryrefslogtreecommitdiff
path: root/vl.c
AgeCommit message (Expand)AuthorFilesLines
2007-03-17Better ioport debugging output.ths1-4/+4
2007-03-11SMP half-idle fix.pbrook1-5/+8
2007-03-08Fix typo in help output.pbrook1-1/+3
2007-03-08Implement --cpu for ARM.pbrook1-2/+1
2007-03-05New -cpu options: choose CPU model for emulated target.j_mayer1-1/+17
2007-02-28Make removing IOHandlers safe from within an IOHandler, by Anthony Liguori.ths1-6/+22
2007-02-22Allow gdbstub to connect over any serial device.pbrook1-6/+7
2007-02-21Increase the number of multiplexed monitor devices.ths1-1/+1
2007-02-20Change -tftp option to take a root directory, by Anthony Liguori.ths1-1/+1
2007-02-20Add -bootp option for slirp, by Anthony Liguori.ths1-0/+6
2007-02-19Don't require a disk image for network boot, by Ferenc Wagner.ths1-0/+1
2007-02-18-no-frame option for sdl, by Christian Laursen.ths1-1/+8
2007-02-18Monitor multiplexing, by Jason Wessel.ths1-162/+279
2007-02-17Parport EPP support for Linux, by Marko Kohtala.ths1-3/+82
2007-02-17Solaris tap device, by Sittichai Palingsong.ths1-2/+150
2007-02-10Clean up serial code for Win 32, by Kazu.ths1-30/+33
2007-02-08use ram allocation functionsbellard1-12/+1
2007-02-05gdbserver fixbellard1-15/+8
2007-02-05copyright updatebellard1-2/+2
2007-02-02Mingw build fix, by Johannes Schindelin.ths1-2/+4
2007-02-02script=no for the TUN/TAP net option, by Jean-Christian de Rivazths1-1/+2
2007-01-28Use standard character device interface for gdbstub.pbrook1-8/+15
2007-01-28Add nodelay option for TCP character devices.pbrook1-0/+13
2007-01-27Rearrange char event handlers to fix CHR_EVENT_RESET.pbrook1-95/+55
2007-01-27Accept --foo as an alias for -foo.pbrook1-0/+3
2007-01-27Accept -help.pbrook1-0/+1
2007-01-21Don't resume guest when gdb connection terminates and -S specified.pbrook1-3/+3
2007-01-20Add ARM Angel semihosting to system emulation.pbrook1-0/+8
2007-01-15MIPS Malta system and devices support, by Aurelien Jarno and Stefan Weil.ths1-0/+1
2007-01-09ifname arg fixbellard1-1/+3
2007-01-07added cutils.cbellard1-43/+0
2007-01-07Revert -disk patch, as requested by Fabrice. The general idea of thisths1-332/+42
2007-01-05Reinitialize monitor upon reconnect, by Anthony Liguori.ths1-0/+28
2007-01-05Add -boot n option for x86 using PXE, by Anthony Liguori.ths1-2/+24
2007-01-05Add -option-rom option to allow loading of PCI option ROMs, by Anthony Liguori.ths1-0/+22
2007-01-05Dynamic handling of guest mice, by Lonnie Mendez.ths1-11/+124
2006-12-24Fix SCSI cdrom boot, thanks Blue Swirl.ths1-0/+31
2006-12-23Null character instead of numeric null.ths1-2/+2
2006-12-23Solaris SMBD hacks (Ben Taylor).pbrook1-2/+7
2006-12-22Windows build fix, namespace cleanup, fix error message, by Stefan Weil.ths1-19/+23
2006-12-22Support for unidirectional pipes, by Ed Swierk.ths1-6/+17
2006-12-22Fix -cdrom breakage.ths1-5/+5
2006-12-22SCSI emulation improvements, by Chuck Brazie.ths1-44/+303
2006-12-22Daemonize option, by Anthony Liguori.ths1-0/+82
2006-12-22Unix domain socket support for VNC, by Anthony Liguori.ths1-7/+3
2006-12-21Run monitor over unix domain sockets, by Anthony Liguori.ths1-19/+96
2006-12-11Implement -no-quit option, by Xavier Gnata.ths1-2/+15
2006-11-01Remove FD on close.pbrook1-0/+5
2006-10-02no-reboot optionbellard1-1/+12
2006-09-24added SMM supportbellard1-1/+4