aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-12-10Introduce and use cache-utils.[ch]malc8-46/+120
2008-12-10IDE: Implement SEEK commandaurel321-0/+7
2008-12-10target-sh4: Add SH bit handling to TLBaurel321-6/+6
2008-12-10target-sh4: check FD bit for FP instructionsaurel321-6/+23
2008-12-10Add 64-bit Block Move support (Direct & Table Indirect) (Ryan Harper)aliguori1-3/+60
2008-12-10LSI53C895A: Rename dmbs register to dbms (Ryan Harper)aliguori1-4/+4
2008-12-10Accept password as an argument to 'change vnc password' monitor command (Chri...aliguori2-9/+13
2008-12-10Fix off-by-one bug limiting VNC passwords to 7 chars (Chris Webb)aliguori1-2/+1
2008-12-10target-ppc: enable SPE and Altivec in user modeaurel321-0/+2
2008-12-10target-ppc: initialize MSR appropriately in user-modeaurel321-1/+1
2008-12-10target-i386: Fix jmp im on x86_64 when executing 32-bit codeaurel321-0/+2
2008-12-10MIPS Magnum: fix memory-mapped i8042aurel323-20/+14
2008-12-09KVM: Coalesced MMIO supportaliguori8-0/+112
2008-12-09Disable KVM support if the kernel modules have broken memory slot handlingaliguori2-1/+17
2008-12-08linux-user: mremap(): handle MREMAP_FIXED and MREMAP_MAYMOVE correctlyaurel321-6/+28
2008-12-08linux-user: mmap: add check if requested memory area fits target address spaceaurel321-0/+10
2008-12-08linux-user: Fix h2g usage in page_find_allocaurel321-3/+2
2008-12-08linux-user: Introduce h2g_validaurel321-0/+4
2008-12-08linux-user: Safety belt for h2gaurel321-1/+9
2008-12-08linux-user: Move abi_* typedefs into qemu-types.haurel324-38/+50
2008-12-08configure: also close stdout when calling ccaurel321-7/+7
2008-12-08target-ppc: kill a warningaurel321-0/+2
2008-12-08target-ppc: cleanup op_helper.c after TCG conversionaurel321-10/+10
2008-12-08target-ppc: enable access type in MMUaurel321-4/+1
2008-12-08target-ppc: memory load/store reworkaurel322-678/+684
2008-12-07Make memory load functions (ldxx_y(ptr)) take a const pointer.balrog1-26/+26
2008-12-07Fix 64-bit targets compilation on ARM host.balrog1-6/+6
2008-12-07Move spitz microdrive to PCMCIA socket 0.balrog1-5/+5
2008-12-07target-alpha: gdb-stub supportaurel322-1/+60
2008-12-07MIPS: remove a few warningsaurel324-6/+8
2008-12-07gdbstub: kill a warningaurel321-1/+1
2008-12-07Parallel port resetaurel321-5/+11
2008-12-07target-ppc: kill a few warningsaurel322-4/+6
2008-12-07Quote configure's arguments and location while storing them in config_host.makmalc1-1/+3
2008-12-07SH4: SCI improvementaurel321-6/+6
2008-12-07SH4: kill a few warningsaurel326-5/+11
2008-12-07SH4: Implement FD bitaurel324-5/+42
2008-12-07Some cleanups after dyngen removalaurel324-18/+13
2008-12-07SH4: Eliminate P4 to A7 mangling (Takashi YOSHII).balrog6-16/+18
2008-12-07SH: improve the way sh7750 registers io memory (Takashi YOSHII).balrog2-55/+41
2008-12-07Fix some new warnings introduced after r5022blueswir14-7/+5
2008-12-07SH: r2d pci support (Takashi YOSHII).balrog2-0/+44
2008-12-07Enable gcc flag -Wredundant-declsblueswir12-2/+2
2008-12-07Enable gcc flag -Wstrict-prototypesblueswir12-2/+2
2008-12-07Enable gcc flag -Wmissing-prototypesblueswir12-2/+2
2008-12-07SH: Don't subtract bases from access addresses in PCIC.balrog1-5/+3
2008-12-07SH: On-chip PCI controller support (Takashi YOSHII).balrog3-1/+211
2008-12-07sh4: Add r2d onboard FPGA IRQ controller (Takashi YOSHII).balrog1-5/+63
2008-12-07sh4: Add IRL (4-bit encoded interrupt input) support (Takashi YOSHII).balrog4-1/+59
2008-12-07sh4: mmio based CF support on r2d board (Takashi YOSHII).balrog4-0/+102