aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-04-06SD card emulation (initial implementation by Andrzei Zaborowski).pbrook10-8/+2084
2007-04-06Code provision for x86_64 and PowerPC 64 linux user mode support.j_mayer5-6/+82
2007-04-06Add alpha targets.j_mayer1-0/+4
2007-04-06Fix for PowerPC 64 rotates.j_mayer1-27/+35
2007-04-06Code provision for 64 bits linux user-mode targets support.j_mayer6-0/+1242
2007-04-05fix branch delay slot cornercases.ths2-3/+6
2007-04-05Fix rotr immediate ops, mask shift/rotate arguments to their allowedths3-48/+103
2007-04-05Handle EBase properly.ths1-1/+1
2007-04-05Fix disabling of the Cause register for R2.ths1-11/+11
2007-04-05Fix RDHWR handling. Code formatting. Don't use *_direct versions to raiseths2-92/+131
2007-04-0564bit MIPS FPUs have 32 registers.ths1-2/+1
2007-04-05Clear BEV and ERL for the fake bootloader.ths1-1/+4
2007-04-05Fix alpha target compilation on 32 bits hosts.j_mayer1-0/+6
2007-04-05Rules needed to compile linux user-mode alpha target.j_mayer3-1/+15
2007-04-05Temporary hack for alpha user-mode emulation.j_mayer1-0/+11
2007-04-05Documentation updateblueswir12-3/+4
2007-04-05Fix stdfq op (Aurelien Jarno)blueswir12-2/+16
2007-04-05Fix co-processor branch and store ops (Aurelien Jarno)blueswir11-9/+13
2007-04-05Fill in real SparcStation 10 valuesblueswir11-17/+17
2007-04-05Integrate Alpha target in Qemu core.j_mayer8-1/+92
2007-04-05Preliminary patch for Alpha Linux user mode emulation support.j_mayer4-5/+212
2007-04-05Definitions needed for Alpha linux user-mode emulation.j_mayer3-0/+761
2007-04-05Alpha CPU palcode emulation. Only usable in user mode for now withj_mayer1-0/+1099
2007-04-05Alpha architecture emulation core.j_mayer10-0/+5869
2007-04-05Infrastructure to support more than 2 MMU modes.j_mayer2-1/+48
2007-04-04Fix code formatting.ths1-66/+66
2007-04-04Change NIC registration to be consistent with other machines definitions.j_mayer1-4/+4
2007-04-04TARGET_FMT_ld may also be useful for debugging purposes.j_mayer1-0/+2
2007-04-04Add missing 64 bits memory accessors.j_mayer2-1/+34
2007-04-03i386 return APIC ID with cpuid, by Bernhard Kauer.ths3-1/+3
2007-04-03Fix Malta tty2 UART registers.ths1-10/+10
2007-04-02MIPS32R2 needs RDPGPR/WRPGPR instructions even when no shadow registersths1-2/+9
2007-04-02Fix guest x86/amd64 helper_fprem/helper_fprem1, by Julian Seward.ths1-27/+70
2007-04-02Build fix for 64bit machines. (This is still not correct mul/div handling.)ths1-6/+12
2007-04-02Qcow2: Release refcount table clusters after growing the refcount table,ths1-0/+5
2007-04-02Use __sFILE to typedef for _BSD.ths1-0/+4
2007-04-02Eepro100 emulation, by Stefan Weil.ths6-1/+2088
2007-04-02audio/ossaudio.c for OpenBSD, by Todd T. Fries.ths1-0/+5
2007-04-02ltr for x86_64 should check the upper descriptor type, by Bernhard Kauer.ths1-1/+4
2007-04-02ne2k buffer full bug fix, by Marcel Block.ths1-1/+1
2007-04-02Random bug fixes from code inspection, by Wang Cheng Yeh.ths3-5/+6
2007-04-02VMware SVGA II emulation, by Andrzej Zaborowski.ths9-8/+1327
2007-04-01Qcow2 corruption fix, by Juergen Keil.ths1-0/+1
2007-04-01Solaris 9/x86 support, by Ben Taylor.ths4-1/+46
2007-04-01Conditionalize more syscall implementations, by Mike Frysinger.ths1-2/+62
2007-04-01Single mode for PIC i8259, by Bernhard Kauer.ths1-3/+6
2007-04-01Improved initrd support for mips.ths8-33/+74
2007-04-01Fix off-by-one errorblueswir11-2/+2
2007-04-01Change Sparc uses of pic_set_irq to pic_set_irq_newblueswir16-35/+45
2007-04-01Add SparcStation-10 machineblueswir15-13/+78