aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-11-07 CPU specific boot mode (Robert Reif)blueswir15-10/+15
2007-11-07removed tracesbellard1-0/+4
2007-11-07added -startdate optionbellard4-4/+54
2007-11-07moved declarationsbellard1-2/+2
2007-11-05Add -lpthread flag.ths1-1/+2
2007-11-05Fix muls64 prototype to match the actual implementation.j_mayer1-1/+1
2007-11-05Code used by the linux-user targets should not use vl.h.j_mayer1-1/+2
2007-11-05No functional changes: remove dead code and fix indentation & wrapping lines.j_mayer1-199/+196
2007-11-04Zeroing ITR shouldn't ack irq zero.balrog6-61/+858
2007-11-04 Change sysctrl register to 32 bits (original patch by Robert Reif)blueswir11-20/+76
2007-11-04Fix memory corruption: bdrv_read/write API has been changed to takej_mayer1-4/+2
2007-11-04 Fix Solaris breakageblueswir11-5/+5
2007-11-04Add register mappings in DSP space (must be accessible for MPU too).balrog4-22/+66
2007-11-04 Constificationblueswir11-2/+2
2007-11-04 Remove target dependent codeblueswir13-8/+25
2007-11-04Make accesses with wrong width also work as apparently real hardware allows t...balrog3-20/+59
2007-11-04Fix grackle (in fact MPC106) PCI host bridge headerj_mayer1-16/+0
2007-11-04 Fix debug statementsblueswir11-7/+7
2007-11-04PowerPC 601 need specific callbacks for its BATs setup.j_mayer8-35/+136
2007-11-04For consistency, move muls64 / mulu64 prototypes to host-utils.hj_mayer5-42/+31
2007-11-04Improve PowerPC CPU state dump.j_mayer1-23/+25
2007-11-04Fix PowerMac NVRAM device.j_mayer5-16/+33
2007-11-03Fix some compiler warnings.ths2-1/+12
2007-11-03Fix PowerPC high BATs access: BAT number was incorrect.j_mayer1-3/+3
2007-11-03PowerPC MMU and exception fixes:j_mayer5-55/+114
2007-11-03Fix incorrect PowerPC instruction fetch exception dump.j_mayer1-1/+1
2007-11-03Split I^2C controller out of hw/omap.c.balrog6-427/+500
2007-11-03Implement OMAP on-chip RTC (Linux guest date/time now matches with host).balrog2-0/+433
2007-11-03Initial OMAP I^2C controller implementation (communication not tested).balrog3-2/+428
2007-11-03Add OMAP Pulse-width Tone module.balrog2-0/+103
2007-11-03Implement OMAP PWL (backlight) module.balrog2-4/+120
2007-11-03The PINT/DAV pin is active low in the chip spec, not inverted on the board.balrog2-11/+63
2007-11-02Don't print any message when a priviledge exception occurs on mfpvrj_mayer1-4/+10
2007-11-02Fix PowerPC program exception that was broken by FPU exception patchesj_mayer1-5/+4
2007-11-02EFAULT - update __get_user() __put_user(), by Thayne Harbaugh.ths1-13/+13
2007-11-02Fix compiler warnings, by Stefan Weil.ths2-21/+24
2007-11-02EFAULT - verify pages are in cache and are read/write, by Thayne Harbaugh.ths3-1/+30
2007-11-01 Fix slirp compilation failure when using a newer gccblueswir12-1/+6
2007-11-01Add new files fir strace support, missed in earlier commit.ths2-0/+1814
2007-11-01Mention userland strace support, and mipssim machine emulation.ths1-0/+2
2007-11-01Strace for userland emulation, by Stuart Anderson and Thayne Harbaugh.ths4-3/+46
2007-10-31Fix CR ops with complement, thanks to Julian Seward for testingj_mayer3-24/+27
2007-10-31Add copyright and license header.ths1-0/+20
2007-10-31Correct the WBINVD intercept in SVM (Alexander Graf).balrog1-1/+1
2007-10-31Handle 3.7 VNC clients authentication correctly (Dan Kenigsberg).balrog1-1/+4
2007-10-31Set boot sequence from command line (Dan Kenigsberg).balrog23-96/+128
2007-10-31Support multipart images as input to qemu-img (Salvador Fandino).balrog1-18/+82
2007-10-31Add gcc-3.4.6 to the list of gcc3 versions (Carlo Marcelo Arenas Belon).balrog1-1/+2
2007-10-31Invalidate TLBs when domains are changed (Matthew Warton).balrog1-2/+1
2007-10-31OHCI USB isochronous transfers support (Arnon Gilboa).balrog1-17/+340