qemu
2007-11-05 j_mayerFix muls64 prototype to match the actual implementation.
2007-11-05 j_mayerCode used by the linux-user targets should not use...
2007-11-05 j_mayerNo functional changes: remove dead code and fix indenta...
2007-11-04 balrogZeroing ITR shouldn't ack irq zero.
2007-11-04 blueswir1 Change sysctrl register to 32 bits (original patch...
2007-11-04 j_mayerFix memory corruption: bdrv_read/write API has been...
2007-11-04 blueswir1 Fix Solaris breakage
2007-11-04 balrogAdd register mappings in DSP space (must be accessible...
2007-11-04 blueswir1 Constification
2007-11-04 blueswir1 Remove target dependent code
2007-11-04 balrogMake accesses with wrong width also work as apparently...
2007-11-04 j_mayerFix grackle (in fact MPC106) PCI host bridge header
2007-11-04 blueswir1 Fix debug statements
2007-11-04 j_mayerPowerPC 601 need specific callbacks for its BATs setup.
2007-11-04 j_mayerFor consistency, move muls64 / mulu64 prototypes to...
2007-11-04 j_mayerImprove PowerPC CPU state dump.
2007-11-04 j_mayerFix PowerMac NVRAM device.
2007-11-03 thsFix some compiler warnings.
2007-11-03 j_mayerFix PowerPC high BATs access: BAT number was incorrect.
2007-11-03 j_mayerPowerPC MMU and exception fixes:
2007-11-03 j_mayerFix incorrect PowerPC instruction fetch exception dump.
2007-11-03 balrogSplit I^2C controller out of hw/omap.c.
2007-11-03 balrogImplement OMAP on-chip RTC (Linux guest date/time now...
2007-11-03 balrogInitial OMAP I^2C controller implementation (communicat...
2007-11-03 balrogAdd OMAP Pulse-width Tone module.
2007-11-03 balrogImplement OMAP PWL (backlight) module.
2007-11-03 balrogThe PINT/DAV pin is active low in the chip spec, not...
2007-11-02 j_mayerDon't print any message when a priviledge exception...
2007-11-02 j_mayerFix PowerPC program exception that was broken by FPU...
2007-11-02 thsEFAULT - update __get_user() __put_user(), by Thayne...
2007-11-02 thsFix compiler warnings, by Stefan Weil.
2007-11-02 thsEFAULT - verify pages are in cache and are read/write...
2007-11-01 blueswir1 Fix slirp compilation failure when using a newer gcc
2007-11-01 thsAdd new files fir strace support, missed in earlier...
2007-11-01 thsMention userland strace support, and mipssim machine...
2007-11-01 thsStrace for userland emulation, by Stuart Anderson and...
2007-10-31 j_mayerFix CR ops with complement, thanks to Julian Seward...
2007-10-31 thsAdd copyright and license header.
2007-10-31 balrogCorrect the WBINVD intercept in SVM (Alexander Graf).
2007-10-31 balrogHandle 3.7 VNC clients authentication correctly (Dan...
2007-10-31 balrogSet boot sequence from command line (Dan Kenigsberg).
2007-10-31 balrogSupport multipart images as input to qemu-img (Salvador...
2007-10-31 balrogAdd gcc-3.4.6 to the list of gcc3 versions (Carlo Marce...
2007-10-31 balrogInvalidate TLBs when domains are changed (Matthew Warton).
2007-10-31 balrogOHCI USB isochronous transfers support (Arnon Gilboa).
2007-10-31 balrogUse a O_NONBLOCK pipe for iso completion signals for...
2007-10-31 balrogx86_64 support in cpu_gdb_read_registers(), by Goran...
2007-10-30 thsDeclare function before use, reduces compiler warning...
2007-10-30 balrogMiscellaneous VNC related fixes from Xen forwarded...
2007-10-30 balrogDo not make NETLINK socket connections possible (Alexan...
2007-10-29 j_mayerFix two PowerPC FPU emulation bugs (thanks to Aurelien...
2007-10-29 thsAdjust s390 addresses (the MSB is defined as "to be...
2007-10-29 balrogAdd a qemu_irq_invert() shortcut for inverting a signal.
2007-10-29 balrogAdd a TI TSC2102 chip (touchscreen/ADC/audio-CODEC...
2007-10-29 j_mayerFix PreP PCI IRQ mapping.
2007-10-29 j_mayerTemporary hack to avoid Qemu crash at PowerPC reset...
2007-10-29 j_mayerImplement PreP reset port.
2007-10-29 j_mayerPowerPC 601 / 620 / 970 need a 1MB firmware.
2007-10-29 thsPreliminary MIPS64R2 mode.
2007-10-29 thsFix logic bug which broke TLBL/TLBS handling somewhat.
2007-10-29 balrogImplement OMAP MicroWire controller.
2007-10-29 thsRestrict CP0_PerfCnt to legal values.
2007-10-28 j_mayer* sort the PowerPC target object files
2007-10-28 j_mayerGive an opaque to the m48t59 direct access routines...
2007-10-28 balrogAdd OMAP Shared GPIO module.
2007-10-28 thsImplement missing MIPS supervisor mode bits.
2007-10-28 balrogHandle MMC card insertion/removal/readonly signals.
2007-10-28 balrogAdd PalmT|E matrix keypad connected to OMAP GPIOs.
2007-10-28 balrogImplement OMAP1 MPU I/O module.
2007-10-28 blueswir1 Use shared ctpop64 helper
2007-10-28 j_mayerUse cpp to generate correct build dependencies for...
2007-10-28 j_mayerMake Alpha and PowerPC targets use shared helpers
2007-10-28 j_mayerAdd shared ctz32, cto32, ctz64, cto64,
2007-10-28 thsUse the shiny new clz helpers.
2007-10-28 thsLess debug noise from the mipsnet driver.
2007-10-28 j_mayerAlpha coding style and inlining fixes.
2007-10-28 j_mayerPowerPC coding style and inlining fixes.
2007-10-27 j_mayerPowerPC floating-point helper typo.
2007-10-27 j_mayerPowerPC float bugfix: 64 bits float mantissa is 52...
2007-10-27 j_mayerFix PowerPC FPSCR update and floating-point exception...
2007-10-27 j_mayerPowerPC user-mode fix: MSR is now entirelly set-up...
2007-10-27 j_mayerFix endianness bug for PowerPC stfiwx instruction.
2007-10-27 thsAdd sharable clz/clo inline functions and use them...
2007-10-26 thsThe other half of the mul64 rework. Sorry for the break...
2007-10-26 blueswir1 Add const etc. to places forgotten from the previous...
2007-10-26 blueswir1 Use const and static as needed, disable unused code
2007-10-26 blueswir1Make Slirp statistics gathering and output conditional...
2007-10-26 thsFix Windows build failure, by Stefan Weil.
2007-10-26 j_mayerFor consistency, align the address to the cache line...
2007-10-26 j_mayerBugfix in PowerPC dcbi instruction:
2007-10-26 j_mayerPretty dump for specific PowerPC instructions names.
2007-10-26 j_mayerMake PowerPC hypervisor resources able to compile,...
2007-10-26 j_mayerBugfix: PowerPC 64 slbia never invalidates the first...
2007-10-25 j_mayerFix PowerPC 64x64 bits multiplication overflow check.
2007-10-25 j_mayerUse host-utils for Alpha 64x64 bits multiplications.
2007-10-25 j_mayerUse host-utils for PowerPC 64 64x64 bits multiplications.
2007-10-25 j_mayerAdd PowerPC power-management state check callback.
2007-10-25 j_mayerImplement power-management for all defined PowerPC...
2007-10-25 thsRestore a more maintainable version of the 64bit multip...
2007-10-25 j_mayerUpdate PowerPC emulation status file.
next