]> git.proxmox.com Git - qemu.git/history - vl.c
MIPSsim pseudo machine emulation.
[qemu.git] / vl.c
2007-10-17 thsMIPSsim pseudo machine emulation.
2007-10-12 j_mayerUnify '-cpu ?' option.
2007-10-08 thsCRIS support in toplevel, by Edgar E. Iglesias.
2007-10-05 j_mayerNew '-bios' option, used to select an alternate BIOS...
2007-10-04 balrogRemove redundant qemu_rearm_alarm_timer() in qemu_del_t...
2007-10-04 balrog(int64_t)UINT64_MAX is -1 and should not be assigned...
2007-09-29 thsAdd R2D-PLUS support, by Magnus Damm.
2007-09-17 balrogPrevent segfaulting when -clock is specified multiple...
2007-09-17 thsfind -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again...
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-09-16 thsAdd a local copy of hpet.h.
2007-09-16 thsUse UINT64_MAX instead of ULONG_LONG_MAX, suggested...
2007-09-13 thsMove network related includes to vl.c to help SLIRP...
2007-08-28 thsBuild fix for older GCCs.
2007-08-26 thsLet qemu work with latest bochsbios, by Bernhard Kauer.
2007-08-26 thsFix typo in comment, by Andreas Faerber.
2007-08-26 thsMake dynticks conditional on __linux__. Spotted by...
2007-08-25 thsRefactor VNC server setup API, by Daniel P. Berrange.
2007-08-25 thsAvoid SEGV in IOHandler dispatch, by Daniel P. Berrange.
2007-08-24 thsDe-noise startup.
2007-08-24 thsAdd support for dynamic ticks, by Luca Tettamanti and...
2007-08-24 thsImplement -clock selection, by Luca Tettamanti.
2007-08-23 pbrookSuppress int<->pointer compiler warnings.
2007-08-20 thsWindows build fix, spotted by Herve Poussineau.
2007-08-19 thsAdd -clock option, by Luca Tettamanti.
2007-08-19 thsRework alarm timer infrastrucure, by Luca Tettamanti.
2007-07-29 balrogBasic OMAP310 support. Basic Palm Tungsten|E machine...
2007-07-27 balrogOptionally setup old style linux bootparams for -kernel...
2007-07-11 thsNew features for QEMU text console, by Stefan Weil.
2007-07-02 balrogRetry interrupted open() calls (proposed by Yigael...
2007-07-02 balrogFix qemu_can_send_packet(), makes DHCP with multiple...
2007-07-02 balroggdb stub support and loadvm should work together, patch...
2007-06-29 thsSanitize exit codes of help queries, this time for...
2007-06-28 thsLimit the use of qemu_chr_open_tty to __linux__ and...
2007-06-28 thsFix segfault when printing the help text, spotted by...
2007-06-25 thsEnable serial (tty) support on Solaris host, by Marion...
2007-06-24 balrogReset ARM cp15.c1_sys to default values. Fix XScale...
2007-06-23 thsKfreebsd config, by Aurelien Jarno.
2007-06-23 thsReturn success for -M '?' query option.
2007-06-22 balrogUse HAS_ARG instead of numeric value (patch by Balazs...
2007-06-22 balrogAdd USB HID keyboard.
2007-06-21 thsFix segfault in -nographic mode, by Stefen Weil.
2007-06-21 thsAdd alternate grab key, by Michael Mohr.
2007-06-10 balrogWacom PenPartner tablet (virtual USB device).
2007-06-08 thsDon't refresh a graphical screen when it isn't displaye...
2007-06-03 pbrookMCF5208 emulation.
2007-05-28 pbrookFix tap device counting.
2007-05-27 blueswir1Improved sanity checking to -net options
2007-05-26 pbrookM68k system mode semihosting.
2007-05-24 balrogCommit NAND image changes on "commit all" or "commit...
2007-05-24 balrogSavevm/loadvm bits for ARM core, the PXA2xx peripherals...
2007-05-23 pbrookm68k/ColdFire system emulation.
2007-05-23 pbrookAdd periodic timer implementation.
2007-05-18 balrogFix sysrq support from the monitor mux (originally...
2007-05-13 thsWindows: redirect serial port to console, by Herve...
2007-05-03 balrogRemove obsolete variables that came with VMware svga...
2007-05-01 blueswir1Set OpenBIOS variables in NVRAM
2007-05-01 balrog-show-cursor switch to inhibit SDL hiding cursor.
2007-04-30 balrogSpitz PDA, example PXA270 machine (four similar models).
2007-04-30 balrogNAND Flash memory emulation and ECC calculation helpers...
2007-04-30 balrogAdd remaining PXA2xx on-chip peripherals except I2C...
2007-04-30 balrogRemove repeated code and enable encrypted SD cards...
2007-04-30 balrogPCMCIA bus support. Parts of CF-ATA command set. Hitach...
2007-04-28 thsFix typo, by Linus Nordberg.
2007-04-24 j_mayerEvaluation boards for PowerPC 405EP.
2007-04-24 j_mayerAdd -pflash option to register parallel flash bloc...
2007-04-21 blueswir1TCX 24 bit model support
2007-04-18 thsFix compiler warning.
2007-04-18 thsWin32 Tap inferface PPC Guest issue, by Ely Soto.
2007-04-16 thsAcer Pica 61 machine, by Herve Poussineau.
2007-04-06 pbrookSD card emulation (initial implementation by Andrzei...
2007-04-05 j_mayerIntegrate Alpha target in Qemu core.
2007-04-02 thsVMware SVGA II emulation, by Andrzej Zaborowski.
2007-04-01 blueswir1Add SparcStation-10 machine
2007-04-01 blueswir1Reorganise Sun4m to allow other machine types
2007-03-25 thsqemu_create_pidfile implementation for Win32, based...
2007-03-25 thsFix segfault with -nographic, by Enache Adrian.
2007-03-25 thsWindows sockets like to be different. Inspired by a...
2007-03-25 blueswir1Sparc32/64 CPU selection
2007-03-22 thsWin32 build fix. FIXME: This disables locking of the...
2007-03-19 thsClose file descriptors when execing network tap setup...
2007-03-19 thsImprove -pidfile option, by Anthony Liguori.
2007-03-19 thsAdd -name option, by Anthony Liguori.
2007-03-18 thsMIPS -cpu selection support, by Herve Poussineau.
2007-03-17 thsBetter ioport debugging output.
2007-03-11 pbrookSMP half-idle fix.
2007-03-08 pbrookFix typo in help output.
2007-03-08 pbrookImplement --cpu for ARM.
2007-03-05 j_mayerNew -cpu options: choose CPU model for emulated target.
2007-02-28 thsMake removing IOHandlers safe from within an IOHandler...
2007-02-22 pbrookAllow gdbstub to connect over any serial device.
2007-02-21 thsIncrease the number of multiplexed monitor devices.
2007-02-20 thsChange -tftp option to take a root directory, by Anthon...
2007-02-20 thsAdd -bootp option for slirp, by Anthony Liguori.
2007-02-19 thsDon't require a disk image for network boot, by Ferenc...
2007-02-18 ths-no-frame option for sdl, by Christian Laursen.
2007-02-18 thsMonitor multiplexing, by Jason Wessel.
2007-02-17 thsParport EPP support for Linux, by Marko Kohtala.
2007-02-17 thsSolaris tap device, by Sittichai Palingsong.
2007-02-10 thsClean up serial code for Win 32, by Kazu.
next