summaryrefslogtreecommitdiff
path: root/vl.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-03Bail out if -append or -initrd is specified without -kernel, byths1-0/+10
2008-07-01Remove duplicate device index calculations.pbrook1-2/+9
2008-07-01Implement resolution switching in common console code.pbrook1-1/+1
2008-06-30Spelling fixes, spotted by Stuart Brady.ths1-4/+4
2008-06-29Add missing file. Fix spelling errors.pbrook1-1/+1
2008-06-29Add instruction counter.pbrook1-31/+225
2008-06-20Add an opaque parameter to boot_set API, move function to monitor.cblueswir11-8/+0
2008-06-18Make save function optionalaurel321-0/+4
2008-06-13ISA version of CS4231Amalc1-0/+10
2008-06-11using strncpy is *always* a bad ideabellard1-3/+2
2008-05-28variable dynamic translation buffer sizebellard1-1/+13
2008-05-15Always process real timers regardless of singlestep mode (Jason Wessel).edgar_igl1-2/+1
2008-05-12removed unused codebellard1-5/+0
2008-05-12Debugger single step without interrupts (Jason Wessel).edgar_igl1-0/+2
2008-05-10Fix argument description for -loadvm optionaurel321-1/+1
2008-05-05Revert commit r4342 and r4343, wasn't intended to be committedaurel321-1/+0
2008-05-05qemu: generate signals on tap I/Oaurel321-0/+1
2008-05-05Put Pseudo-TTY in rawmode for char devicesaurel321-12/+62
2008-05-04Allow bootdevice change from the monitoraurel321-0/+8
2008-05-04remove target ifdefs from vl.caurel321-619/+0
2008-05-04Set default console sizeaurel321-3/+3
2008-04-29Describe the format= option in the --help output. List the acceptedaurel321-3/+14
2008-04-28Fix wrong type in printf(), introduced in revision 4265aurel321-2/+2
2008-04-28add format= to drive options (CVE-2008-2004)aurel321-2/+11
2008-04-27Fix a regression introduced by my previous commit, ram_size is nowaurel321-2/+2
2008-04-27Use correct types to enable > 2G support, based on a patch fromaurel321-14/+36
2008-04-26IO ports registration errors are fatal errors.balrog1-7/+5
2008-04-26Errors while registering ioports are not fatal (Glauber Costa).balrog1-5/+7
2008-04-24ARM: Marvell 88w8618 / MusicPal emulation (Jan Kiszka).balrog1-0/+1
2008-04-24RAM usage information in machine definition.balrog1-2/+20
2008-04-22Revert "Use correct types to enable > 2G support" (r4238), it isaurel321-36/+14
2008-04-22Use correct types to enable > 2G support, based on a patch fromaurel321-14/+36
2008-04-14Nokia N800 machine support (ARM).balrog1-0/+1
2008-04-11Stop before shutdownaurel321-1/+13
2008-04-08Braille device supportaurel321-1/+11
2008-04-07MIPS Magnum R4000 machineaurel321-2/+2
2008-04-04Fix single stepping wrt pending interruptsaurel321-2/+2
2008-03-26Remove fixed length commandline buffers.pbrook1-36/+29
2008-03-24Put tap fd into nonblocking mode.pbrook1-0/+1
2008-03-18SCI fixesaurel321-1/+22
2008-03-13Slowdown SDL while minimizedaurel321-1/+5
2008-03-10Let the USB tablet reach the far bottom and right pixelsaurel321-1/+1
2008-03-09Be consistent in -clock parameter. Display also the list of availableaurel321-5/+5
2008-03-09 Fix some functions declared () rather than (void) (Ian Jackson)blueswir11-1/+1
2008-03-05 Add more machine definitionsblueswir11-0/+5
2008-02-17Unify RTCs that use host time, fix M48t59 alarm.balrog1-3/+42
2008-02-10Add an ncurses UI.balrog1-1/+25
2008-02-10Remove unused boolean_t, should fix building for Solaris.balrog1-1/+1
2008-02-03Do not set RTC frequency if already set (Aurelien Jarno).balrog1-1/+4
2008-02-01reverted -translation option supportbellard1-24/+2