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