- 74e9115 Fix PowerMac NVRAM device. by j_mayer · 17 years ago
- f3e3285 Fix some compiler warnings. by ths · 17 years ago
- 2e13d23 Fix PowerPC high BATs access: BAT number was incorrect. by j_mayer · 17 years ago
- faadf50 PowerPC MMU and exception fixes: by j_mayer · 17 years ago
- f10c315 Fix incorrect PowerPC instruction fetch exception dump. by j_mayer · 17 years ago
- 0264592 Split I^2C controller out of hw/omap.c. by balrog · 17 years ago
- 5c1c390 Implement OMAP on-chip RTC (Linux guest date/time now matches with host). by balrog · 17 years ago
- 4a2c8ac Initial OMAP I^2C controller implementation (communication not tested). by balrog · 17 years ago
- f34c417 Add OMAP Pulse-width Tone module. by balrog · 17 years ago
- 66450b1 Implement OMAP PWL (backlight) module. by balrog · 17 years ago
- 7fc42b4 The PINT/DAV pin is active low in the chip spec, not inverted on the board. by balrog · 17 years ago
- 9fceefa Don't print any message when a priviledge exception occurs on mfpvr by j_mayer · 17 years ago
- 5b52b99 Fix PowerPC program exception that was broken by FPU exception patches by j_mayer · 17 years ago
- 89343ec EFAULT - update __get_user() __put_user(), by Thayne Harbaugh. by ths · 17 years ago
- 80210bc Fix compiler warnings, by Stefan Weil. by ths · 17 years ago
- 3d97b40 EFAULT - verify pages are in cache and are read/write, by Thayne Harbaugh. by ths · 17 years ago
- 7c82986 Fix slirp compilation failure when using a newer gcc by blueswir1 · 17 years ago
- 33189d3 Add new files fir strace support, missed in earlier commit. by ths · 17 years ago
- 93a0019 Mention userland strace support, and mipssim machine emulation. by ths · 17 years ago
- b92c47c Strace for userland emulation, by Stuart Anderson and Thayne Harbaugh. by ths · 17 years ago
- fc0d441 Fix CR ops with complement, thanks to Julian Seward for testing by j_mayer · 17 years ago
- a79ee21 Add copyright and license header. by ths · 17 years ago
- ad84887 Correct the WBINVD intercept in SVM (Alexander Graf). by balrog · 17 years ago
- a26c97a Handle 3.7 VNC clients authentication correctly (Dan Kenigsberg). by balrog · 17 years ago
- 6ac0e82 Set boot sequence from command line (Dan Kenigsberg). by balrog · 17 years ago
- 926c2d2 Support multipart images as input to qemu-img (Salvador Fandino). by balrog · 17 years ago
- fe8f78e Add gcc-3.4.6 to the list of gcc3 versions (Carlo Marcelo Arenas Belon). by balrog · 17 years ago
- 405ee3a Invalidate TLBs when domains are changed (Matthew Warton). by balrog · 17 years ago
- 7bfe577 OHCI USB isochronous transfers support (Arnon Gilboa). by balrog · 17 years ago
- 046833e Use a O_NONBLOCK pipe for iso completion signals for thread-safety, by Arnon Gilboa. by balrog · 17 years ago
- 5ad265e x86_64 support in cpu_gdb_read_registers(), by Goran Weinholt. by balrog · 17 years ago
- c9f1030 Declare function before use, reduces compiler warning noise. by ths · 17 years ago
- a528b80 Miscellaneous VNC related fixes from Xen forwarded by Matthew Kent. by balrog · 17 years ago
- 12bc92a Do not make NETLINK socket connections possible (Alexander Graf). by balrog · 17 years ago
- 86c4a9f Fix two PowerPC FPU emulation bugs (thanks to Aurelien Jarno) by j_mayer · 17 years ago
- 273af66 Adjust s390 addresses (the MSB is defined as "to be ignored"). by ths · 17 years ago
- b50a656 Add a qemu_irq_invert() shortcut for inverting a signal. by balrog · 17 years ago
- 3efda49 Add a TI TSC2102 chip (touchscreen/ADC/audio-CODEC controller). by balrog · 17 years ago
- 8c9d7f8 Fix PreP PCI IRQ mapping. by j_mayer · 17 years ago
- ef397e8 Temporary hack to avoid Qemu crash at PowerPC reset time. by j_mayer · 17 years ago
- c4781a5 Implement PreP reset port. by j_mayer · 17 years ago
- 4c823cf PowerPC 601 / 620 / 970 need a 1MB firmware. by j_mayer · 17 years ago
- d2123ea Preliminary MIPS64R2 mode. by ths · 17 years ago
- 6276c76 Fix logic bug which broke TLBL/TLBS handling somewhat. by ths · 17 years ago
- d951f6f Implement OMAP MicroWire controller. by balrog · 17 years ago
- 1b6fd0b Restrict CP0_PerfCnt to legal values. by ths · 17 years ago
- 3cbee15 * sort the PowerPC target object files by j_mayer · 17 years ago
- 897b4c6 Give an opaque to the m48t59 direct access routines to make it easier by j_mayer · 17 years ago
- 6433014 Add OMAP Shared GPIO module. by balrog · 17 years ago
- 623a930 Implement missing MIPS supervisor mode bits. by ths · 17 years ago
- 8e129e0 Handle MMC card insertion/removal/readonly signals. by balrog · 17 years ago
- 38a34e1 Add PalmT|E matrix keypad connected to OMAP GPIOs. by balrog · 17 years ago
- fe71e81 Implement OMAP1 MPU I/O module. by balrog · 17 years ago
- eed152b Use shared ctpop64 helper by blueswir1 · 17 years ago
- 2f96c28 Use cpp to generate correct build dependencies for target objects by j_mayer · 17 years ago
- 603fccc Make Alpha and PowerPC targets use shared helpers by j_mayer · 17 years ago
- b9ef45f Add shared ctz32, cto32, ctz64, cto64, by j_mayer · 17 years ago
- 941db52 Use the shiny new clz helpers. by ths · 17 years ago
- 57ba97d Less debug noise from the mipsnet driver. by ths · 17 years ago
- f071b4d Alpha coding style and inlining fixes. by j_mayer · 17 years ago
- a11b815 PowerPC coding style and inlining fixes. by j_mayer · 17 years ago
- 5bda284 PowerPC floating-point helper typo. by j_mayer · 17 years ago
- 4f8eb6c PowerPC float bugfix: 64 bits float mantissa is 52 bits long. by j_mayer · 17 years ago
- 7c58044 Fix PowerPC FPSCR update and floating-point exception generation by j_mayer · 17 years ago
- a32ff1a PowerPC user-mode fix: MSR is now entirelly set-up in the cpu_reset routine. by j_mayer · 17 years ago
- 8378e71 Fix endianness bug for PowerPC stfiwx instruction. by j_mayer · 17 years ago
- 05f778c Add sharable clz/clo inline functions and use them for the mips target. by ths · 17 years ago
- 5592a75 The other half of the mul64 rework. Sorry for the breakage, I committed by ths · 17 years ago
- 7878ff6 Add const etc. to places forgotten from the previous commit by blueswir1 · 17 years ago
- 9634d90 Use const and static as needed, disable unused code by blueswir1 · 17 years ago
- 31a60e2 Make Slirp statistics gathering and output conditional to LOG_ENABLED by blueswir1 · 17 years ago
- 7d294b6 Fix Windows build failure, by Stefan Weil. by ths · 17 years ago
- f0685f6 For consistency, align the address to the cache line before using it, by j_mayer · 17 years ago
- dac454a Bugfix in PowerPC dcbi instruction: by j_mayer · 17 years ago
- c7697e1 Pretty dump for specific PowerPC instructions names. by j_mayer · 17 years ago
- f9fdea6 Make PowerPC hypervisor resources able to compile, even if not enabled for now. by j_mayer · 17 years ago
- 2c1ee06 Bugfix: PowerPC 64 slbia never invalidates the first segment entry. by j_mayer · 17 years ago
- 88ad920 Fix PowerPC 64x64 bits multiplication overflow check. by j_mayer · 17 years ago
- e14fe0a Use host-utils for Alpha 64x64 bits multiplications. by j_mayer · 17 years ago
- 9d901a2 Use host-utils for PowerPC 64 64x64 bits multiplications. by j_mayer · 17 years ago
- cd34634 Add PowerPC power-management state check callback. by j_mayer · 17 years ago
- 2f46281 Implement power-management for all defined PowerPC CPUs. by j_mayer · 17 years ago
- e494ead Restore a more maintainable version of the 64bit multiply code. by ths · 17 years ago
- 86f1d3a Update PowerPC emulation status file. by j_mayer · 17 years ago
- 8ca3f6c Allow selection of all defined PowerPC 74xx (aka G4) CPUs. by j_mayer · 17 years ago
- 0411a97 Gprof prooved the PowerPC emulation spent too much time in MSR load and store by j_mayer · 17 years ago
- 7ac256b Fix gdb stub for MIPS64. by ths · 17 years ago
- d8871c5 Fix typo, spotted by Edivaldo de Araujo Pereira. by ths · 17 years ago
- 9f77c1c Remove bogus instruction decode. by ths · 17 years ago
- 6ad3872 Force proper sign extension for mfc0/mfhc0 on MIPS64. by ths · 17 years ago
- 6044528 Fix writable length of the index register. by ths · 17 years ago
- 7d307e9 Enforce proper sign extension for lwl/lwr on MIPS64. by ths · 17 years ago
- 67fc07d Fix overflow when multiplying two large positive numbers. by ths · 17 years ago
- 9278480 Fix CLO calculation for MIPS64. And a small code cleanup. by ths · 17 years ago
- 7385ac0 Use the standard ASE check for MIPS-3D and MT. by ths · 17 years ago
- d8a5950 Switch bc1any* instructions off if no MIPS-3D is implemented. by ths · 17 years ago
- b46a890 Support tap down script, by Wolfram Gloger. by ths · 17 years ago
- fce62c4 Bugfix: now PCI NICs really work on PowerPC PreP platform. by j_mayer · 17 years ago
- bd3e2c4 Allow use of PCI NICs on PowerPC PreP platform. by j_mayer · 17 years ago
- 615e2db New status file for Alpha emulation target. by j_mayer · 17 years ago