Age | Commit message (Expand) | Author | Files | Lines |
2007-03-19 | Solaris needs -lrt, spotted by Ben Taylor. | ths | 1 | -1/+1 |
2007-03-19 | Support -cpu selection for mips usermode emulation. Fix segfault when | ths | 1 | -2/+10 |
2007-03-19 | Add -cpu option for linux user emulation. | j_mayer | 1 | -11/+23 |
2007-03-18 | Disable compiler options dangerous for op compilation. | ths | 2 | -19/+16 |
2007-03-18 | A VGA card for the Malta board. | ths | 2 | -0/+5 |
2007-03-18 | Fix BD flag handling, cause register contents, implement some more bits | ths | 4 | -13/+28 |
2007-03-18 | As icbi is not a priviledge instruction and is treated as a load by the MMU | j_mayer | 6 | -55/+83 |
2007-03-18 | MIPS -cpu selection support, by Herve Poussineau. | ths | 10 | -34/+137 |
2007-03-17 | OHCI USB PXA support (Andrzej Zaborowski). | pbrook | 6 | -37/+123 |
2007-03-17 | Note FPU enable/disable issue. | ths | 1 | -0/+2 |
2007-03-17 | Remove useless static specifier. | ths | 1 | -1/+1 |
2007-03-17 | Better ioport debugging output. | ths | 2 | -4/+6 |
2007-03-17 | Better way to select -lrt, by Andrzei Zaborowski. | ths | 3 | -6/+10 |
2007-03-17 | Don't fail for "revert to poweron defaults" IDE command, by Carlo | ths | 1 | -0/+2 |
2007-03-17 | Allow disabling IDE block mode, by Carlo Marcelo Arenas Belon. | ths | 1 | -3/+3 |
2007-03-17 | Add PowerPC 64 target for tests. | j_mayer | 1 | -1/+1 |
2007-03-17 | Make it safe to use 64 bits GPR and/or 64 bits host registers. | j_mayer | 9 | -613/+3019 |
2007-03-17 | ARM register index+writeback fix (Lauro Ramos Venancio). | pbrook | 1 | -6/+21 |
2007-03-17 | Usermode recv syscall fix. | pbrook | 1 | -2/+2 |
2007-03-16 | Watchpoint support (previous commit got eaten by Savannah server crash). | pbrook | 6 | -0/+186 |
2007-03-15 | Align stack when loading bFLT binaries. | pbrook | 1 | -0/+7 |
2007-03-11 | SMP half-idle fix. | pbrook | 1 | -5/+8 |
2007-03-11 | ARM reabbot support (orginal patch by Aurelien Jarno). | pbrook | 4 | -23/+57 |
2007-03-08 | Fix typo in help output. | pbrook | 3 | -1/+14 |
2007-03-08 | Implement --cpu for ARM. | pbrook | 8 | -44/+49 |
2007-03-07 | Great PowerPC emulation code resynchronisation and improvments: | j_mayer | 19 | -2556/+7631 |
2007-03-06 | Simple u-boot image loading support. | pbrook | 4 | -12/+261 |
2007-03-06 | Fix GT-64xxx PCI mapping, by Aurelien Jarno. | ths | 1 | -5/+11 |
2007-03-06 | Fix typo in PCI bridge code. | ths | 1 | -1/+1 |
2007-03-06 | Fix unportable bitfields use which broke pcnet for big endian hosts. | ths | 1 | -269/+339 |
2007-03-05 | New -cpu options: choose CPU model for emulated target. | j_mayer | 13 | -55/+75 |
2007-03-04 | 64bit->win32 cross build fix. | pbrook | 2 | -56/+56 |
2007-03-03 | Fix configure typo, by Juergen Lock. | ths | 1 | -1/+1 |
2007-03-02 | MIPS Userland TLS register emulation, by Daniel Jacobowitz. | ths | 6 | -2/+39 |
2007-03-02 | Fix wrong interrupt number for the second serial interface. | ths | 1 | -1/+1 |
2007-02-28 | MIPS FPU dynamic activation, part 1, by Herve Poussineau. | ths | 10 | -130/+95 |
2007-02-28 | Mention ds1225y support. | ths | 1 | -0/+1 |
2007-02-28 | Make removing IOHandlers safe from within an IOHandler, by Anthony Liguori. | ths | 1 | -6/+22 |
2007-02-28 | DS1225Y nvram device, by Herve Poussineau. | ths | 4 | -1/+127 |
2007-02-28 | Fix CPU chaining in linux-user emulation, by Gwenole Beauchesne. | ths | 3 | -2/+15 |
2007-02-28 | 24C01 / 24C02 EEPROM emulation for Malta, by Stefan Weil. | ths | 1 | -4/+125 |
2007-02-28 | iDocument ARM RealView board (Andrzej Zaborowski). | pbrook | 1 | -0/+24 |
2007-02-27 | Compiler check for byteswap.h instead of hardcoded path. | pbrook | 1 | -2/+8 |
2007-02-27 | Include LDFLAGS when linking system emulator. | pbrook | 1 | -1/+1 |
2007-02-27 | Fix mips FPU emulation, 32 bit data types are allowed to use odd registers. | ths | 2 | -30/+17 |
2007-02-27 | Honor $cross_prefix when searching for suitable gcc. | pbrook | 1 | -2/+2 |
2007-02-27 | Fix "make install prefix=/somewhere". | pbrook | 1 | -22/+22 |
2007-02-23 | Add Erwan Velu as contributor for the tftp boot patches. | ths | 1 | -1/+1 |
2007-02-22 | Revert host_info changes, and don't fail if sysctl is unknown when we | ths | 1 | -1/+11 |
2007-02-22 | Basic USB device resume (root hub only), by Lonnie Mendez. | ths | 1 | -0/+23 |