| 2007-11-10 | pbrook | Update ARM disassembler. | commit | commitdiff | tree | snapshot | 
| 2007-11-10 | pbrook | Fix 64-bit host printf format mismatches. | commit | commitdiff | tree | snapshot | 
| 2007-11-10 | bellard | exported display init functions to common code | commit | commitdiff | tree | snapshot | 
| 2007-11-10 | bellard | added cpu_model parameter to cpu_init() | commit | commitdiff | tree | snapshot | 
| 2007-11-10 | blueswir1 | More Sparc64 CPU definitions | commit | commitdiff | tree | snapshot | 
| 2007-11-09 | ths | Use FORCE_RET, scrap RETURN which was implemented in... | commit | commitdiff | tree | snapshot | 
| 2007-11-09 | blueswir1 | More CPU definitions | commit | commitdiff | tree | snapshot | 
| 2007-11-09 | ths | Fix typo, spotted by Samuel Thibault. | commit | commitdiff | tree | snapshot | 
| 2007-11-09 | ths | Move kernel loader parameters from the cpu state to... | commit | commitdiff | tree | snapshot | 
| 2007-11-08 | ths | Clean out the N32 macros from target-mips, and introduc... | commit | commitdiff | tree | snapshot | 
| 2007-11-08 | ths | More .cvsignore. | commit | commitdiff | tree | snapshot | 
| 2007-11-08 | ths | Formatting fix. | commit | commitdiff | tree | snapshot | 
| 2007-11-08 | ths | .cvsignore dependency files. | commit | commitdiff | tree | snapshot | 
| 2007-11-08 | ths | Revert "Last AIO Patch" as requested by Fabrice, it... | commit | commitdiff | tree | snapshot | 
| 2007-11-08 | bellard | removed obsolete x86 code copy support | commit | commitdiff | tree | snapshot | 
| 2007-11-08 | bellard | removed | commit | commitdiff | tree | snapshot | 
| 2007-11-08 | bellard | removed unused code | commit | commitdiff | tree | snapshot | 
| 2007-11-08 | bellard | added -cpu option for x86 - fixed glibc hack in case... | commit | commitdiff | tree | snapshot | 
| 2007-11-08 | bellard | added -cpu option for x86 (initial patch by Dan Kenigsberg) | commit | commitdiff | tree | snapshot | 
| 2007-11-07 | bellard | use config-host.h instead of config.h | commit | commitdiff | tree | snapshot | 
| 2007-11-07 | bellard | fixed QEMU_TOOL tests | commit | commitdiff | tree | snapshot | 
| 2007-11-07 | bellard | SDL and COCA are no longer target dependent - support... | commit | commitdiff | tree | snapshot | 
| 2007-11-07 | bellard | compile common code once | commit | commitdiff | tree | snapshot | 
| 2007-11-07 | blueswir1 | CPU specific boot mode (Robert Reif) | commit | commitdiff | tree | snapshot | 
| 2007-11-07 | bellard | removed traces | commit | commitdiff | tree | snapshot | 
| 2007-11-07 | bellard | added -startdate option | commit | commitdiff | tree | snapshot | 
| 2007-11-07 | bellard | moved declarations | commit | commitdiff | tree | snapshot | 
| 2007-11-05 | ths | Add -lpthread flag. | commit | commitdiff | tree | snapshot | 
| 2007-11-05 | j_mayer | Fix muls64 prototype to match the actual implementation. | commit | commitdiff | tree | snapshot | 
| 2007-11-05 | j_mayer | Code used by the linux-user targets should not use... | commit | commitdiff | tree | snapshot | 
| 2007-11-05 | j_mayer | No functional changes: remove dead code and fix indenta... | commit | commitdiff | tree | snapshot | 
| 2007-11-04 | balrog | Zeroing ITR shouldn't ack irq zero. | commit | commitdiff | tree | snapshot | 
| 2007-11-04 | blueswir1 | Change sysctrl register to 32 bits (original patch... | commit | commitdiff | tree | snapshot | 
| 2007-11-04 | j_mayer | Fix memory corruption: bdrv_read/write API has been... | commit | commitdiff | tree | snapshot | 
| 2007-11-04 | blueswir1 | Fix Solaris breakage | commit | commitdiff | tree | snapshot | 
| 2007-11-04 | balrog | Add register mappings in DSP space (must be accessible... | commit | commitdiff | tree | snapshot | 
| 2007-11-04 | blueswir1 | Constification | commit | commitdiff | tree | snapshot | 
| 2007-11-04 | blueswir1 | Remove target dependent code | commit | commitdiff | tree | snapshot | 
| 2007-11-04 | balrog | Make accesses with wrong width also work as apparently... | commit | commitdiff | tree | snapshot | 
| 2007-11-04 | j_mayer | Fix grackle (in fact MPC106) PCI host bridge header | commit | commitdiff | tree | snapshot | 
| 2007-11-04 | blueswir1 | Fix debug statements | commit | commitdiff | tree | snapshot | 
| 2007-11-04 | j_mayer | PowerPC 601 need specific callbacks for its BATs setup. | commit | commitdiff | tree | snapshot | 
| 2007-11-04 | j_mayer | For consistency, move muls64 / mulu64 prototypes to... | commit | commitdiff | tree | snapshot | 
| 2007-11-04 | j_mayer | Improve PowerPC CPU state dump. | commit | commitdiff | tree | snapshot | 
| 2007-11-04 | j_mayer | Fix PowerMac NVRAM device. | commit | commitdiff | tree | snapshot | 
| 2007-11-03 | ths | Fix some compiler warnings. | commit | commitdiff | tree | snapshot | 
| 2007-11-03 | j_mayer | Fix PowerPC high BATs access: BAT number was incorrect. | commit | commitdiff | tree | snapshot | 
| 2007-11-03 | j_mayer | PowerPC MMU and exception fixes: | commit | commitdiff | tree | snapshot | 
| 2007-11-03 | j_mayer | Fix incorrect PowerPC instruction fetch exception dump. | commit | commitdiff | tree | snapshot | 
| 2007-11-03 | balrog | Split I^2C controller out of hw/omap.c. | commit | commitdiff | tree | snapshot | 
| 2007-11-03 | balrog | Implement OMAP on-chip RTC (Linux guest date/time now... | commit | commitdiff | tree | snapshot | 
| 2007-11-03 | balrog | Initial OMAP I^2C controller implementation (communicat... | commit | commitdiff | tree | snapshot | 
| 2007-11-03 | balrog | Add OMAP Pulse-width Tone module. | commit | commitdiff | tree | snapshot | 
| 2007-11-03 | balrog | Implement OMAP PWL (backlight) module. | commit | commitdiff | tree | snapshot | 
| 2007-11-03 | balrog | The PINT/DAV pin is active low in the chip spec, not... | commit | commitdiff | tree | snapshot | 
| 2007-11-02 | j_mayer | Don't print any message when a priviledge exception... | commit | commitdiff | tree | snapshot | 
| 2007-11-02 | j_mayer | Fix PowerPC program exception that was broken by FPU... | commit | commitdiff | tree | snapshot | 
| 2007-11-02 | ths | EFAULT - update __get_user() __put_user(), by Thayne... | commit | commitdiff | tree | snapshot | 
| 2007-11-02 | ths | Fix compiler warnings, by Stefan Weil. | commit | commitdiff | tree | snapshot | 
| 2007-11-02 | ths | EFAULT - verify pages are in cache and are read/write... | commit | commitdiff | tree | snapshot | 
| 2007-11-01 | blueswir1 | Fix slirp compilation failure when using a newer gcc | commit | commitdiff | tree | snapshot | 
| 2007-11-01 | ths | Add new files fir strace support, missed in earlier... | commit | commitdiff | tree | snapshot | 
| 2007-11-01 | ths | Mention userland strace support, and mipssim machine... | commit | commitdiff | tree | snapshot | 
| 2007-11-01 | ths | Strace for userland emulation, by Stuart Anderson and... | commit | commitdiff | tree | snapshot | 
| 2007-10-31 | j_mayer | Fix CR ops with complement, thanks to Julian Seward... | commit | commitdiff | tree | snapshot | 
| 2007-10-31 | ths | Add copyright and license header. | commit | commitdiff | tree | snapshot | 
| 2007-10-31 | balrog | Correct the WBINVD intercept in SVM (Alexander Graf). | commit | commitdiff | tree | snapshot | 
| 2007-10-31 | balrog | Handle 3.7 VNC clients authentication correctly (Dan... | commit | commitdiff | tree | snapshot | 
| 2007-10-31 | balrog | Set boot sequence from command line (Dan Kenigsberg). | commit | commitdiff | tree | snapshot | 
| 2007-10-31 | balrog | Support multipart images as input to qemu-img (Salvador... | commit | commitdiff | tree | snapshot | 
| 2007-10-31 | balrog | Add gcc-3.4.6 to the list of gcc3 versions (Carlo Marce... | commit | commitdiff | tree | snapshot | 
| 2007-10-31 | balrog | Invalidate TLBs when domains are changed (Matthew Warton). | commit | commitdiff | tree | snapshot | 
| 2007-10-31 | balrog | OHCI USB isochronous transfers support (Arnon Gilboa). | commit | commitdiff | tree | snapshot | 
| 2007-10-31 | balrog | Use a O_NONBLOCK pipe for iso completion signals for... | commit | commitdiff | tree | snapshot | 
| 2007-10-31 | balrog | x86_64 support in cpu_gdb_read_registers(), by Goran... | commit | commitdiff | tree | snapshot | 
| 2007-10-30 | ths | Declare function before use, reduces compiler warning... | commit | commitdiff | tree | snapshot | 
| 2007-10-30 | balrog | Miscellaneous VNC related fixes from Xen forwarded... | commit | commitdiff | tree | snapshot | 
| 2007-10-30 | balrog | Do not make NETLINK socket connections possible (Alexan... | commit | commitdiff | tree | snapshot | 
| 2007-10-29 | j_mayer | Fix two PowerPC FPU emulation bugs (thanks to Aurelien... | commit | commitdiff | tree | snapshot | 
| 2007-10-29 | ths | Adjust s390 addresses (the MSB is defined as "to be... | commit | commitdiff | tree | snapshot | 
| 2007-10-29 | balrog | Add a qemu_irq_invert() shortcut for inverting a signal. | commit | commitdiff | tree | snapshot | 
| 2007-10-29 | balrog | Add a TI TSC2102 chip (touchscreen/ADC/audio-CODEC... | commit | commitdiff | tree | snapshot | 
| 2007-10-29 | j_mayer | Fix PreP PCI IRQ mapping. | commit | commitdiff | tree | snapshot | 
| 2007-10-29 | j_mayer | Temporary hack to avoid Qemu crash at PowerPC reset... | commit | commitdiff | tree | snapshot | 
| 2007-10-29 | j_mayer | Implement PreP reset port. | commit | commitdiff | tree | snapshot | 
| 2007-10-29 | j_mayer | PowerPC 601 / 620 / 970 need a 1MB firmware. | commit | commitdiff | tree | snapshot | 
| 2007-10-29 | ths | Preliminary MIPS64R2 mode. | commit | commitdiff | tree | snapshot | 
| 2007-10-29 | ths | Fix logic bug which broke TLBL/TLBS handling somewhat. | commit | commitdiff | tree | snapshot | 
| 2007-10-29 | balrog | Implement OMAP MicroWire controller. | commit | commitdiff | tree | snapshot | 
| 2007-10-29 | ths | Restrict CP0_PerfCnt to legal values. | commit | commitdiff | tree | snapshot | 
| 2007-10-28 | j_mayer | * sort the PowerPC target object files | commit | commitdiff | tree | snapshot | 
| 2007-10-28 | j_mayer | Give an opaque to the m48t59 direct access routines... | commit | commitdiff | tree | snapshot | 
| 2007-10-28 | balrog | Add OMAP Shared GPIO module. | commit | commitdiff | tree | snapshot | 
| 2007-10-28 | ths | Implement missing MIPS supervisor mode bits. | commit | commitdiff | tree | snapshot | 
| 2007-10-28 | balrog | Handle MMC card insertion/removal/readonly signals. | commit | commitdiff | tree | snapshot | 
| 2007-10-28 | balrog | Add PalmT|E matrix keypad connected to OMAP GPIOs. | commit | commitdiff | tree | snapshot | 
| 2007-10-28 | balrog | Implement OMAP1 MPU I/O module. | commit | commitdiff | tree | snapshot | 
| 2007-10-28 | blueswir1 | Use shared ctpop64 helper | commit | commitdiff | tree | snapshot | 
| 2007-10-28 | j_mayer | Use cpp to generate correct build dependencies for... | commit | commitdiff | tree | snapshot | 
| 2007-10-28 | j_mayer | Make Alpha and PowerPC targets use shared helpers | commit | commitdiff | tree | snapshot | 
| next |