Age | Commit message (Expand) | Author | Files | Lines |
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 |
2007-02-22 | Allow gdbstub to connect over any serial device. | pbrook | 4 | -30/+32 |
2007-02-21 | Fix initialisation of serial/parallel ports, spotted by Stefan Weil. | ths | 1 | -3/+6 |
2007-02-21 | Allow arbitrary MIPS BIOS sizes between 0 and 4 MB, by Stefan Weil. | ths | 1 | -1/+1 |
2007-02-21 | Increase the number of multiplexed monitor devices. | ths | 1 | -1/+1 |
2007-02-20 | Replace TLSZ with TARGET_FMT_lx. | ths | 7 | -47/+40 |
2007-02-20 | 2nd serial port for Malta, by Jason Wessel. | ths | 1 | -0/+1 |
2007-02-20 | Record important changes. | ths | 1 | -0/+4 |
2007-02-20 | Change -tftp option to take a root directory, by Anthony Liguori. | ths | 3 | -10/+15 |
2007-02-20 | Add OACK support to slirp TFTP server, by Anthony Liguori. | ths | 2 | -0/+84 |
2007-02-20 | Add -bootp option for slirp, by Anthony Liguori. | ths | 4 | -0/+23 |