Age | Commit message (Expand) | Author | Files | Lines |
2007-04-05 | Fix rotr immediate ops, mask shift/rotate arguments to their allowed | ths | 3 | -48/+103 |
2007-04-05 | Handle EBase properly. | ths | 1 | -1/+1 |
2007-04-05 | Fix disabling of the Cause register for R2. | ths | 1 | -11/+11 |
2007-04-05 | Fix RDHWR handling. Code formatting. Don't use *_direct versions to raise | ths | 2 | -92/+131 |
2007-04-05 | 64bit MIPS FPUs have 32 registers. | ths | 1 | -2/+1 |
2007-04-05 | Clear BEV and ERL for the fake bootloader. | ths | 1 | -1/+4 |
2007-04-05 | Fix alpha target compilation on 32 bits hosts. | j_mayer | 1 | -0/+6 |
2007-04-05 | Rules needed to compile linux user-mode alpha target. | j_mayer | 3 | -1/+15 |
2007-04-05 | Temporary hack for alpha user-mode emulation. | j_mayer | 1 | -0/+11 |
2007-04-05 | Documentation update | blueswir1 | 2 | -3/+4 |
2007-04-05 | Fix stdfq op (Aurelien Jarno) | blueswir1 | 2 | -2/+16 |
2007-04-05 | Fix co-processor branch and store ops (Aurelien Jarno) | blueswir1 | 1 | -9/+13 |
2007-04-05 | Fill in real SparcStation 10 values | blueswir1 | 1 | -17/+17 |
2007-04-05 | Integrate Alpha target in Qemu core. | j_mayer | 8 | -1/+92 |
2007-04-05 | Preliminary patch for Alpha Linux user mode emulation support. | j_mayer | 4 | -5/+212 |
2007-04-05 | Definitions needed for Alpha linux user-mode emulation. | j_mayer | 3 | -0/+761 |
2007-04-05 | Alpha CPU palcode emulation. Only usable in user mode for now with | j_mayer | 1 | -0/+1099 |
2007-04-05 | Alpha architecture emulation core. | j_mayer | 10 | -0/+5869 |
2007-04-05 | Infrastructure to support more than 2 MMU modes. | j_mayer | 2 | -1/+48 |
2007-04-04 | Fix code formatting. | ths | 1 | -66/+66 |
2007-04-04 | Change NIC registration to be consistent with other machines definitions. | j_mayer | 1 | -4/+4 |
2007-04-04 | TARGET_FMT_ld may also be useful for debugging purposes. | j_mayer | 1 | -0/+2 |
2007-04-04 | Add missing 64 bits memory accessors. | j_mayer | 2 | -1/+34 |
2007-04-03 | i386 return APIC ID with cpuid, by Bernhard Kauer. | ths | 3 | -1/+3 |
2007-04-03 | Fix Malta tty2 UART registers. | ths | 1 | -10/+10 |
2007-04-02 | MIPS32R2 needs RDPGPR/WRPGPR instructions even when no shadow registers | ths | 1 | -2/+9 |
2007-04-02 | Fix guest x86/amd64 helper_fprem/helper_fprem1, by Julian Seward. | ths | 1 | -27/+70 |
2007-04-02 | Build fix for 64bit machines. (This is still not correct mul/div handling.) | ths | 1 | -6/+12 |
2007-04-02 | Qcow2: Release refcount table clusters after growing the refcount table, | ths | 1 | -0/+5 |
2007-04-02 | Use __sFILE to typedef for _BSD. | ths | 1 | -0/+4 |
2007-04-02 | Eepro100 emulation, by Stefan Weil. | ths | 6 | -1/+2088 |
2007-04-02 | audio/ossaudio.c for OpenBSD, by Todd T. Fries. | ths | 1 | -0/+5 |
2007-04-02 | ltr for x86_64 should check the upper descriptor type, by Bernhard Kauer. | ths | 1 | -1/+4 |
2007-04-02 | ne2k buffer full bug fix, by Marcel Block. | ths | 1 | -1/+1 |
2007-04-02 | Random bug fixes from code inspection, by Wang Cheng Yeh. | ths | 3 | -5/+6 |
2007-04-02 | VMware SVGA II emulation, by Andrzej Zaborowski. | ths | 9 | -8/+1327 |
2007-04-01 | Qcow2 corruption fix, by Juergen Keil. | ths | 1 | -0/+1 |
2007-04-01 | Solaris 9/x86 support, by Ben Taylor. | ths | 4 | -1/+46 |
2007-04-01 | Conditionalize more syscall implementations, by Mike Frysinger. | ths | 1 | -2/+62 |
2007-04-01 | Single mode for PIC i8259, by Bernhard Kauer. | ths | 1 | -3/+6 |
2007-04-01 | Improved initrd support for mips. | ths | 8 | -33/+74 |
2007-04-01 | Fix off-by-one error | blueswir1 | 1 | -2/+2 |
2007-04-01 | Change Sparc uses of pic_set_irq to pic_set_irq_new | blueswir1 | 6 | -35/+45 |
2007-04-01 | Add SparcStation-10 machine | blueswir1 | 5 | -13/+78 |
2007-04-01 | Reorganise Sun4m to allow other machine types | blueswir1 | 3 | -64/+135 |
2007-04-01 | Fix Sparc shift ops (Aurelien Jarno) | blueswir1 | 2 | -9/+17 |
2007-04-01 | Fix Sparc lda/ldda/sta/stda asi handling, fault on misaligned register ldd/st... | blueswir1 | 3 | -2/+40 |
2007-04-01 | Fix Sparc co-processor ops (Aurelien Jarno) | blueswir1 | 2 | -1/+27 |
2007-04-01 | Fix Sparc ASR handling (Aurelien Jarno) | blueswir1 | 1 | -4/+24 |
2007-04-01 | Actually enable 64bit configuration. | ths | 10 | -42/+39 |