aboutsummaryrefslogtreecommitdiff
path: root/vl.h
AgeCommit message (Expand)Author
2007-10-26Make Slirp statistics gathering and output conditional to LOG_ENABLEDblueswir1
2007-10-17MIPSsim pseudo machine emulation.ths
2007-10-12Unify '-cpu ?' option.j_mayer
2007-10-09Don't route PIC interrupts through the local APIC if the local APICths
2007-10-08CRIS support in toplevel, by Edgar E. Iglesias.ths
2007-10-06 Implement user mode for timersblueswir1
2007-10-05New '-bios' option, used to select an alternate BIOS image from bios_dir.j_mayer
2007-09-30Fix compilation on Darwin platform, avoiding the use of gcc function attributesj_mayer
2007-09-29Stand-alone SCI/SCIF emulation code, by Magnus Damm.ths
2007-09-29Stand-alone TMU emulation code, by Magnus Damm.ths
2007-09-29Add R2D-PLUS support, by Magnus Damm.ths
2007-09-29always_inline gcc directive can be useful.j_mayer
2007-09-25Move ECC calculation to a more appropriate place.balrog
2007-09-20Make likely/unlikely accessible also in hw/.balrog
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2007-08-26Add a generic framework for VMware communication port, by Herve Poussineau.ths
2007-08-25VNC password authentication, by Daniel P. Berrange.ths
2007-08-25Refactor VNC server setup API, by Daniel P. Berrange.ths
2007-08-19Rework alarm timer infrastrucure, by Luca Tettamanti.ths
2007-08-16 Use qemu_irq for a reset signal between DMA and ESP/Lanceblueswir1
2007-07-31Parallels disk image support, by Alex Beregszaszi.ths
2007-07-29Basic OMAP310 support. Basic Palm Tungsten|E machine emulation.balrog
2007-07-27Optionally setup old style linux bootparams for -kernel, by Juergen Lock.balrog
2007-07-11New features for QEMU text console, by Stefan Weil.ths
2007-06-30ARM PL031 RTC emulation.pbrook
2007-06-25Add a 7 segments + led display, by Herve Poussineau.ths
2007-06-21Add alternate grab key, by Michael Mohr.ths
2007-06-18Add parallel memory mapped interface, by Herve Poussineau.ths
2007-06-08 Fix incorrect target_ulong use in hw devicesblueswir1
2007-06-08Don't refresh a graphical screen when it isn't displayed, by Herve Poussineau.ths
2007-06-06Use the correct PCI IDs for Malta.ths
2007-06-04ColdFire Ethernet support.pbrook
2007-06-03MCF5208 emulation.pbrook
2007-06-01Forgot to update vl.h during latest Sparc64 target_ulong fixblueswir1
2007-05-28SMBus support for MIPS Malta.ths
2007-05-27Improved sanity checking to -net optionsblueswir1
2007-05-27Use qemu_irqs between CPUs and interrupt controllerblueswir1
2007-05-27Use qemu_irq between interrupt controller and timersblueswir1
2007-05-27Use qemu_irqs between dma controllers and esp, lanceblueswir1
2007-05-26Split DMA controller in twoblueswir1
2007-05-24Change ptimer API to use 64-bit values, add save and load methodsblueswir1
2007-05-23m68k/ColdFire system emulation.pbrook
2007-05-23Add ptimer.c function declarations and makefile rule.pbrook
2007-05-23I2C/SMBus framework.pbrook
2007-05-19Use full 36-bit physical address space on SS10blueswir1
2007-05-09PCMCIA addresses are 26-bit, widen the address type from 16 to 32 bits.balrog
2007-05-01Set OpenBIOS variables in NVRAMblueswir1
2007-05-01-show-cursor switch to inhibit SDL hiding cursor.balrog
2007-04-30Add missing gpio_handler_t definition.balrog