summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-11-08removedbellard
2007-11-08removed unused codebellard
2007-11-08added -cpu option for x86 - fixed glibc hack in case the global variables are...bellard
2007-11-08added -cpu option for x86 (initial patch by Dan Kenigsberg)bellard
2007-11-07use config-host.h instead of config.hbellard
2007-11-07fixed QEMU_TOOL testsbellard
2007-11-07SDL and COCA are no longer target dependent - support for common code compila...bellard
2007-11-07compile common code oncebellard
2007-11-07 CPU specific boot mode (Robert Reif)blueswir1
2007-11-07removed tracesbellard
2007-11-07added -startdate optionbellard
2007-11-07moved declarationsbellard
2007-11-05Add -lpthread flag.ths
2007-11-05Fix muls64 prototype to match the actual implementation.j_mayer
2007-11-05Code used by the linux-user targets should not use vl.h.j_mayer
2007-11-05No functional changes: remove dead code and fix indentation & wrapping lines.j_mayer
2007-11-04Zeroing ITR shouldn't ack irq zero.balrog
2007-11-04 Change sysctrl register to 32 bits (original patch by Robert Reif)blueswir1
2007-11-04Fix memory corruption: bdrv_read/write API has been changed to takej_mayer
2007-11-04 Fix Solaris breakageblueswir1
2007-11-04Add register mappings in DSP space (must be accessible for MPU too).balrog
2007-11-04 Constificationblueswir1
2007-11-04 Remove target dependent codeblueswir1
2007-11-04Make accesses with wrong width also work as apparently real hardware allows t...balrog
2007-11-04Fix grackle (in fact MPC106) PCI host bridge headerj_mayer
2007-11-04 Fix debug statementsblueswir1
2007-11-04PowerPC 601 need specific callbacks for its BATs setup.j_mayer
2007-11-04For consistency, move muls64 / mulu64 prototypes to host-utils.hj_mayer
2007-11-04Improve PowerPC CPU state dump.j_mayer
2007-11-04Fix PowerMac NVRAM device.j_mayer
2007-11-03Fix some compiler warnings.ths
2007-11-03Fix PowerPC high BATs access: BAT number was incorrect.j_mayer
2007-11-03PowerPC MMU and exception fixes:j_mayer
2007-11-03Fix incorrect PowerPC instruction fetch exception dump.j_mayer
2007-11-03Split I^2C controller out of hw/omap.c.balrog
2007-11-03Implement OMAP on-chip RTC (Linux guest date/time now matches with host).balrog
2007-11-03Initial OMAP I^2C controller implementation (communication not tested).balrog
2007-11-03Add OMAP Pulse-width Tone module.balrog
2007-11-03Implement OMAP PWL (backlight) module.balrog
2007-11-03The PINT/DAV pin is active low in the chip spec, not inverted on the board.balrog
2007-11-02Don't print any message when a priviledge exception occurs on mfpvrj_mayer
2007-11-02Fix PowerPC program exception that was broken by FPU exception patchesj_mayer
2007-11-02EFAULT - update __get_user() __put_user(), by Thayne Harbaugh.ths
2007-11-02Fix compiler warnings, by Stefan Weil.ths
2007-11-02EFAULT - verify pages are in cache and are read/write, by Thayne Harbaugh.ths
2007-11-01 Fix slirp compilation failure when using a newer gccblueswir1
2007-11-01Add new files fir strace support, missed in earlier commit.ths
2007-11-01Mention userland strace support, and mipssim machine emulation.ths
2007-11-01Strace for userland emulation, by Stuart Anderson and Thayne Harbaugh.ths
2007-10-31Fix CR ops with complement, thanks to Julian Seward for testingj_mayer