Age | Commit message (Expand) | Author |
2007-10-31 | Fix CR ops with complement, thanks to Julian Seward for testing | j_mayer |
2007-10-31 | Add copyright and license header. | ths |
2007-10-31 | Correct the WBINVD intercept in SVM (Alexander Graf). | balrog |
2007-10-31 | Handle 3.7 VNC clients authentication correctly (Dan Kenigsberg). | balrog |
2007-10-31 | Set boot sequence from command line (Dan Kenigsberg). | balrog |
2007-10-31 | Support multipart images as input to qemu-img (Salvador Fandino). | balrog |
2007-10-31 | Add gcc-3.4.6 to the list of gcc3 versions (Carlo Marcelo Arenas Belon). | balrog |
2007-10-31 | Invalidate TLBs when domains are changed (Matthew Warton). | balrog |
2007-10-31 | OHCI USB isochronous transfers support (Arnon Gilboa). | balrog |
2007-10-31 | Use a O_NONBLOCK pipe for iso completion signals for thread-safety, by Arnon ... | balrog |
2007-10-31 | x86_64 support in cpu_gdb_read_registers(), by Goran Weinholt. | balrog |
2007-10-30 | Declare function before use, reduces compiler warning noise. | ths |
2007-10-30 | Miscellaneous VNC related fixes from Xen forwarded by Matthew Kent. | balrog |
2007-10-30 | Do not make NETLINK socket connections possible (Alexander Graf). | balrog |
2007-10-29 | Fix two PowerPC FPU emulation bugs (thanks to Aurelien Jarno) | j_mayer |
2007-10-29 | Adjust s390 addresses (the MSB is defined as "to be ignored"). | ths |
2007-10-29 | Add a qemu_irq_invert() shortcut for inverting a signal. | balrog |
2007-10-29 | Add a TI TSC2102 chip (touchscreen/ADC/audio-CODEC controller). | balrog |
2007-10-29 | Fix PreP PCI IRQ mapping. | j_mayer |
2007-10-29 | Temporary hack to avoid Qemu crash at PowerPC reset time. | j_mayer |
2007-10-29 | Implement PreP reset port. | j_mayer |
2007-10-29 | PowerPC 601 / 620 / 970 need a 1MB firmware. | j_mayer |
2007-10-29 | Preliminary MIPS64R2 mode. | ths |
2007-10-29 | Fix logic bug which broke TLBL/TLBS handling somewhat. | ths |
2007-10-29 | Implement OMAP MicroWire controller. | balrog |
2007-10-29 | Restrict CP0_PerfCnt to legal values. | ths |
2007-10-28 | * sort the PowerPC target object files | j_mayer |
2007-10-28 | Give an opaque to the m48t59 direct access routines to make it easier | j_mayer |
2007-10-28 | Add OMAP Shared GPIO module. | balrog |
2007-10-28 | Implement missing MIPS supervisor mode bits. | ths |
2007-10-28 | Handle MMC card insertion/removal/readonly signals. | balrog |
2007-10-28 | Add PalmT|E matrix keypad connected to OMAP GPIOs. | balrog |
2007-10-28 | Implement OMAP1 MPU I/O module. | balrog |
2007-10-28 | Use shared ctpop64 helper | blueswir1 |
2007-10-28 | Use cpp to generate correct build dependencies for target objects | j_mayer |
2007-10-28 | Make Alpha and PowerPC targets use shared helpers | j_mayer |
2007-10-28 | Add shared ctz32, cto32, ctz64, cto64, | j_mayer |
2007-10-28 | Use the shiny new clz helpers. | ths |
2007-10-28 | Less debug noise from the mipsnet driver. | ths |
2007-10-28 | Alpha coding style and inlining fixes. | j_mayer |
2007-10-28 | PowerPC coding style and inlining fixes. | j_mayer |
2007-10-27 | PowerPC floating-point helper typo. | j_mayer |
2007-10-27 | PowerPC float bugfix: 64 bits float mantissa is 52 bits long. | j_mayer |
2007-10-27 | Fix PowerPC FPSCR update and floating-point exception generation | j_mayer |
2007-10-27 | PowerPC user-mode fix: MSR is now entirelly set-up in the cpu_reset routine. | j_mayer |
2007-10-27 | Fix endianness bug for PowerPC stfiwx instruction. | j_mayer |
2007-10-27 | Add sharable clz/clo inline functions and use them for the mips target. | ths |
2007-10-26 | The other half of the mul64 rework. Sorry for the breakage, I committed | ths |
2007-10-26 | Add const etc. to places forgotten from the previous commit | blueswir1 |
2007-10-26 | Use const and static as needed, disable unused code | blueswir1 |