Age | Commit message (Expand) | Author |
2007-11-07 | added -startdate option | bellard |
2007-11-07 | moved declarations | bellard |
2007-11-05 | Add -lpthread flag. | ths |
2007-11-05 | Fix muls64 prototype to match the actual implementation. | j_mayer |
2007-11-05 | Code used by the linux-user targets should not use vl.h. | j_mayer |
2007-11-05 | No functional changes: remove dead code and fix indentation & wrapping lines. | j_mayer |
2007-11-04 | Zeroing ITR shouldn't ack irq zero. | balrog |
2007-11-04 | Change sysctrl register to 32 bits (original patch by Robert Reif) | blueswir1 |
2007-11-04 | Fix memory corruption: bdrv_read/write API has been changed to take | j_mayer |
2007-11-04 | Fix Solaris breakage | blueswir1 |
2007-11-04 | Add register mappings in DSP space (must be accessible for MPU too). | balrog |
2007-11-04 | Constification | blueswir1 |
2007-11-04 | Remove target dependent code | blueswir1 |
2007-11-04 | Make accesses with wrong width also work as apparently real hardware allows t... | balrog |
2007-11-04 | Fix grackle (in fact MPC106) PCI host bridge header | j_mayer |
2007-11-04 | Fix debug statements | blueswir1 |
2007-11-04 | PowerPC 601 need specific callbacks for its BATs setup. | j_mayer |
2007-11-04 | For consistency, move muls64 / mulu64 prototypes to host-utils.h | j_mayer |
2007-11-04 | Improve PowerPC CPU state dump. | j_mayer |
2007-11-04 | Fix PowerMac NVRAM device. | j_mayer |
2007-11-03 | Fix some compiler warnings. | ths |
2007-11-03 | Fix PowerPC high BATs access: BAT number was incorrect. | j_mayer |
2007-11-03 | PowerPC MMU and exception fixes: | j_mayer |
2007-11-03 | Fix incorrect PowerPC instruction fetch exception dump. | j_mayer |
2007-11-03 | Split I^2C controller out of hw/omap.c. | balrog |
2007-11-03 | Implement OMAP on-chip RTC (Linux guest date/time now matches with host). | balrog |
2007-11-03 | Initial OMAP I^2C controller implementation (communication not tested). | balrog |
2007-11-03 | Add OMAP Pulse-width Tone module. | balrog |
2007-11-03 | Implement OMAP PWL (backlight) module. | balrog |
2007-11-03 | The PINT/DAV pin is active low in the chip spec, not inverted on the board. | balrog |
2007-11-02 | Don't print any message when a priviledge exception occurs on mfpvr | j_mayer |
2007-11-02 | Fix PowerPC program exception that was broken by FPU exception patches | j_mayer |
2007-11-02 | EFAULT - update __get_user() __put_user(), by Thayne Harbaugh. | ths |
2007-11-02 | Fix compiler warnings, by Stefan Weil. | ths |
2007-11-02 | EFAULT - verify pages are in cache and are read/write, by Thayne Harbaugh. | ths |
2007-11-01 | Fix slirp compilation failure when using a newer gcc | blueswir1 |
2007-11-01 | Add new files fir strace support, missed in earlier commit. | ths |
2007-11-01 | Mention userland strace support, and mipssim machine emulation. | ths |
2007-11-01 | Strace for userland emulation, by Stuart Anderson and Thayne Harbaugh. | ths |
2007-10-31 | Fix CR ops with complement, thanks to Julian Seward for testing | j_mayer |
2007-10-31 | Add copyright and license header. | ths |
2007-10-31 | Correct the WBINVD intercept in SVM (Alexander Graf). | balrog |
2007-10-31 | Handle 3.7 VNC clients authentication correctly (Dan Kenigsberg). | balrog |
2007-10-31 | Set boot sequence from command line (Dan Kenigsberg). | balrog |
2007-10-31 | Support multipart images as input to qemu-img (Salvador Fandino). | balrog |
2007-10-31 | Add gcc-3.4.6 to the list of gcc3 versions (Carlo Marcelo Arenas Belon). | balrog |
2007-10-31 | Invalidate TLBs when domains are changed (Matthew Warton). | balrog |
2007-10-31 | OHCI USB isochronous transfers support (Arnon Gilboa). | balrog |
2007-10-31 | Use a O_NONBLOCK pipe for iso completion signals for thread-safety, by Arnon ... | balrog |
2007-10-31 | x86_64 support in cpu_gdb_read_registers(), by Goran Weinholt. | balrog |