summaryrefslogtreecommitdiff
path: root/vl.c
AgeCommit message (Expand)AuthorFilesLines
2007-07-29Basic OMAP310 support. Basic Palm Tungsten|E machine emulation.balrog1-0/+1
2007-07-27Optionally setup old style linux bootparams for -kernel, by Juergen Lock.balrog1-0/+11
2007-07-11New features for QEMU text console, by Stefan Weil.ths1-3/+5
2007-07-02Retry interrupted open() calls (proposed by Yigael Felishman).balrog1-18/+24
2007-07-02Fix qemu_can_send_packet(), makes DHCP with multiple nics work - patch by Jas...balrog1-3/+3
2007-07-02gdb stub support and loadvm should work together, patch by Jason Wesselbalrog1-1/+2
2007-06-29Sanitize exit codes of help queries, this time for real.ths1-8/+8
2007-06-28Limit the use of qemu_chr_open_tty to __linux__ and __sun__, by Andreasths1-1/+3
2007-06-28Fix segfault when printing the help text, spotted by Stefan Weil.ths1-4/+4
2007-06-25Enable serial (tty) support on Solaris host, by Marion Hakanson.ths1-14/+15
2007-06-24Reset ARM cp15.c1_sys to default values. Fix XScale cp15 accesses.balrog1-0/+2
2007-06-23Kfreebsd config, by Aurelien Jarno.ths1-1/+3
2007-06-23Return success for -M '?' query option.ths1-1/+1
2007-06-22Use HAS_ARG instead of numeric value (patch by Balazs Attila-Mihaly).balrog1-4/+4
2007-06-22Add USB HID keyboard.balrog1-1/+3
2007-06-21Fix segfault in -nographic mode, by Stefen Weil.ths1-1/+30
2007-06-21Add alternate grab key, by Michael Mohr.ths1-0/+7
2007-06-10Wacom PenPartner tablet (virtual USB device).balrog1-0/+2
2007-06-08Don't refresh a graphical screen when it isn't displayed, by Herve Poussineau.ths1-35/+10
2007-06-03MCF5208 emulation.pbrook1-0/+1
2007-05-28Fix tap device counting.pbrook1-1/+1
2007-05-27Improved sanity checking to -net optionsblueswir11-0/+18
2007-05-26M68k system mode semihosting.pbrook1-1/+1
2007-05-24Commit NAND image changes on "commit all" or "commit mtd".balrog1-0/+2
2007-05-24Savevm/loadvm bits for ARM core, the PXA2xx peripherals and Spitz hardware.balrog1-1/+132
2007-05-23m68k/ColdFire system emulation.pbrook1-0/+2
2007-05-23Add periodic timer implementation.pbrook1-2/+6
2007-05-18Fix sysrq support from the monitor mux (originally by Jason Wessel).balrog1-2/+1
2007-05-13Windows: redirect serial port to console, by Herve Poussineau.ths1-1/+9
2007-05-03Remove obsolete variables that came with VMware svga by mistake.balrog1-4/+0
2007-05-01Set OpenBIOS variables in NVRAMblueswir11-0/+21
2007-05-01-show-cursor switch to inhibit SDL hiding cursor.balrog1-0/+6
2007-04-30Spitz PDA, example PXA270 machine (four similar models).balrog1-0/+6
2007-04-30NAND Flash memory emulation and ECC calculation helpers for use by NAND contr...balrog1-0/+21
2007-04-30Add remaining PXA2xx on-chip peripherals except I2C master.balrog1-2/+19
2007-04-30Remove repeated code and enable encrypted SD cards and USB sticks images.balrog1-14/+24
2007-04-30PCMCIA bus support. Parts of CF-ATA command set. Hitachi DSCM microdrive emul...balrog1-0/+42
2007-04-28Fix typo, by Linus Nordberg.ths1-1/+1
2007-04-24Evaluation boards for PowerPC 405EP.j_mayer1-0/+2
2007-04-24Add -pflash option to register parallel flash bloc devices.j_mayer1-1/+33
2007-04-21TCX 24 bit model supportblueswir11-1/+2
2007-04-18Fix compiler warning.ths1-1/+4
2007-04-18Win32 Tap inferface PPC Guest issue, by Ely Soto.ths1-3/+18
2007-04-16Acer Pica 61 machine, by Herve Poussineau.ths1-0/+1
2007-04-06SD card emulation (initial implementation by Andrzei Zaborowski).pbrook1-1/+22
2007-04-05Integrate Alpha target in Qemu core.j_mayer1-0/+2
2007-04-02VMware SVGA II emulation, by Andrzej Zaborowski.ths1-0/+13
2007-04-01Add SparcStation-10 machineblueswir11-0/+1
2007-04-01Reorganise Sun4m to allow other machine typesblueswir11-1/+1
2007-03-25qemu_create_pidfile implementation for Win32, based on a patch byths1-24/+1