summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-31Use a O_NONBLOCK pipe for iso completion signals for thread-safety, by Arnon ...balrog1-22/+29
2007-10-31x86_64 support in cpu_gdb_read_registers(), by Goran Weinholt.balrog1-1/+49
2007-10-30Declare function before use, reduces compiler warning noise.ths1-0/+2
2007-10-30Miscellaneous VNC related fixes from Xen forwarded by Matthew Kent.balrog5-11/+124
2007-10-30Do not make NETLINK socket connections possible (Alexander Graf).balrog1-0/+2
2007-10-29Fix two PowerPC FPU emulation bugs (thanks to Aurelien Jarno)j_mayer1-2/+2
2007-10-29Adjust s390 addresses (the MSB is defined as "to be ignored").ths9-9/+45
2007-10-29Add a qemu_irq_invert() shortcut for inverting a signal.balrog3-19/+18
2007-10-29Add a TI TSC2102 chip (touchscreen/ADC/audio-CODEC controller).balrog6-8/+873
2007-10-29Fix PreP PCI IRQ mapping.j_mayer1-2/+1
2007-10-29Temporary hack to avoid Qemu crash at PowerPC reset time.j_mayer2-4/+18
2007-10-29Implement PreP reset port.j_mayer1-1/+5
2007-10-29PowerPC 601 / 620 / 970 need a 1MB firmware.j_mayer4-1/+28
2007-10-29Preliminary MIPS64R2 mode.ths1-0/+21
2007-10-29Fix logic bug which broke TLBL/TLBS handling somewhat.ths1-3/+3
2007-10-29Implement OMAP MicroWire controller.balrog3-16/+200
2007-10-29Restrict CP0_PerfCnt to legal values.ths1-1/+1
2007-10-28* sort the PowerPC target object filesj_mayer13-512/+908
2007-10-28Give an opaque to the m48t59 direct access routines to make it easierj_mayer2-7/+13
2007-10-28Add OMAP Shared GPIO module.balrog3-1/+186
2007-10-28Implement missing MIPS supervisor mode bits.ths8-37/+51
2007-10-28Handle MMC card insertion/removal/readonly signals.balrog4-2/+57
2007-10-28Add PalmT|E matrix keypad connected to OMAP GPIOs.balrog2-6/+37
2007-10-28Implement OMAP1 MPU I/O module.balrog2-2/+295
2007-10-28 Use shared ctpop64 helperblueswir11-6/+2
2007-10-28Use cpp to generate correct build dependencies for target objectsj_mayer1-54/+6