qemu
2007-11-11 pbrookCleanup qemu-img.c.
2007-11-11 pbrookSplit block API from vl.h.
2007-11-11 j_mayerMore generic boot devices specification, allowing more...
2007-11-11 pbrookRemove duplicate i2c.o.
2007-11-11 j_mayerFix POWER abs & abso computation.
2007-11-11 j_mayerOptimize PowerPC overflow flag computation in most...
2007-11-11 thsFix typo.
2007-11-11 pbrookARMv7 support.
2007-11-10 j_mayerAllow selection of PowerPC CPU giving a PVR.
2007-11-10 bellardalways use mktimegm
2007-11-10 pbrookFix Makefile dependencies.
2007-11-10 pbrookFix build failure.
2007-11-10 pbrookAdd dummy m68k board.
2007-11-10 pbrookFix m68k FP register debug dumps.
2007-11-10 pbrookUpdate ARM disassembler.
2007-11-10 pbrookFix 64-bit host printf format mismatches.
2007-11-10 bellardexported display init functions to common code
2007-11-10 bellardadded cpu_model parameter to cpu_init()
2007-11-10 blueswir1 More Sparc64 CPU definitions
2007-11-09 thsUse FORCE_RET, scrap RETURN which was implemented in...
2007-11-09 blueswir1 More CPU definitions
2007-11-09 thsFix typo, spotted by Samuel Thibault.
2007-11-09 thsMove kernel loader parameters from the cpu state to...
2007-11-08 thsClean out the N32 macros from target-mips, and introduc...
2007-11-08 thsMore .cvsignore.
2007-11-08 thsFormatting fix.
2007-11-08 ths.cvsignore dependency files.
2007-11-08 thsRevert "Last AIO Patch" as requested by Fabrice, it...
2007-11-08 bellardremoved obsolete x86 code copy support
2007-11-08 bellardremoved
2007-11-08 bellardremoved unused code
2007-11-08 bellardadded -cpu option for x86 - fixed glibc hack in case...
2007-11-08 bellardadded -cpu option for x86 (initial patch by Dan Kenigsberg)
2007-11-07 bellarduse config-host.h instead of config.h
2007-11-07 bellardfixed QEMU_TOOL tests
2007-11-07 bellardSDL and COCA are no longer target dependent - support...
2007-11-07 bellardcompile common code once
2007-11-07 blueswir1 CPU specific boot mode (Robert Reif)
2007-11-07 bellardremoved traces
2007-11-07 bellardadded -startdate option
2007-11-07 bellardmoved declarations
2007-11-05 thsAdd -lpthread flag.
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.
next