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