0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Oct 07, 2024 — Oct 07, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Do not make NETLINK socket connections possible (Alexander Graf). More... almost 18 years ago
Fix two PowerPC FPU emulation bugs (thanks to Aurelien Jarno) More... almost 18 years ago
Adjust s390 addresses (the MSB is defined as "to be ignored").
ths
More... almost 18 years ago
Add a qemu_irq_invert() shortcut for inverting a signal. More... almost 18 years ago
Add a TI TSC2102 chip (touchscreen/ADC/audio-CODEC controller). Fix GPIO memory mapping address and register width. More... almost 18 years ago
Fix PreP PCI IRQ mapping. More... almost 18 years ago
Temporary hack to avoid Qemu crash at PowerPC reset time. More... almost 18 years ago
Implement PreP reset port. More... almost 18 years ago
PowerPC 601 / 620 / 970 need a 1MB firmware. This option is not allowed for PowerMac, as it would overlap with NVRAM. More... almost 18 years ago
Preliminary MIPS64R2 mode.
ths
More... almost 18 years ago
Fix logic bug which broke TLBL/TLBS handling somewhat.
ths
More... almost 18 years ago
Implement OMAP MicroWire controller. Fix GPIO interrupt number. Reorder a couple of variables. More... almost 18 years ago
Restrict CP0_PerfCnt to legal values.
ths
More... almost 18 years ago
* sort the PowerPC target object files * make PowerPC NVRAM accessors generic to be able to use a MacIO NVRAM instead of the M48T59 one * split PowerMac targets code: - move all PowerMac related definitions and prototypes into hw/ppc_mac.h - add hw/mac_dbdma.c, hw/mac_nvram.c and macio.c which implements shared PowerMac devices - define the g3bw machine in a new hw/ppc_oldworld.c file * Fix the g3bw target: - fix the Grackle host PCI device - connect the Heathrow PIC to the PowerPC 6xx bus pins More... almost 18 years ago
Give an opaque to the m48t59 direct access routines to make it easier to use another NVRAM with the same API. More... almost 18 years ago
Add OMAP Shared GPIO module. More... almost 18 years ago
Implement missing MIPS supervisor mode bits.
ths
More... almost 18 years ago
Handle MMC card insertion/removal/readonly signals. Hook them up to Palm T|E GPIOs. More... almost 18 years ago
Add PalmT|E matrix keypad connected to OMAP GPIOs. More... almost 18 years ago
Implement OMAP1 MPU I/O module. More... almost 18 years ago
Use shared ctpop64 helper More... almost 18 years ago
Use cpp to generate correct build dependencies for target objects instead of using incomplete hardcoded ones. More... almost 18 years ago
Make Alpha and PowerPC targets use shared helpers for clz, clo, ctz, cto and ctpop. More... almost 18 years ago
Add shared ctz32, cto32, ctz64, cto64, ctpop8, ctpop16, ctpop32 and ctpop64 helpers. More... almost 18 years ago
Use the shiny new clz helpers.
ths
More... almost 18 years ago
Less debug noise from the mipsnet driver.
ths
More... almost 18 years ago
Alpha coding style and inlining fixes. More... almost 18 years ago
PowerPC coding style and inlining fixes. More... almost 18 years ago
PowerPC floating-point helper typo. More... almost 18 years ago
PowerPC float bugfix: 64 bits float mantissa is 52 bits long. More... almost 18 years ago