aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-07-17Support for address maskingblueswir13-33/+58
2008-07-16Fix MMU registers, add more E-cache ASIsblueswir11-10/+64
2008-07-16Fix MMU miss trapsblueswir12-4/+4
2008-07-16Disable OMAP2 combined-io-entries hack now that more regions are allowed.balrog1-1/+1
2008-07-16e1000: only use TSE if enabled for current packet (Anthony Xu). balrog1-19/+32
2008-07-16Fix a bunch of type mismatch-related warnings (Jan Kiszka).balrog7-21/+23
2008-07-16Flushw can generate exceptions, so save PC & NPCblueswir11-0/+1
2008-07-16Remove unintended dereference, kills a warning (Jan Kiszka).balrog1-2/+2
2008-07-16Properly byte-swap values in VMware SVGA (malc).balrog1-12/+19
2008-07-16Make Bochs VBE work with VMWare SVGA (malc).balrog1-0/+6
2008-07-16Don't overwrite VMwareSVGA's memory region start addresses (malc).balrog1-8/+0
2008-07-16Initialize the VMware VGA console after vga_init (Alexander Graf).balrog1-5/+5
2008-07-15Add idpromblueswir11-7/+11
2008-07-15Really fix casblueswir11-6/+5
2008-07-11Terminate TB immediately after v7-M exception return.pbrook1-0/+2
2008-07-10Link ARM prologue closer to code segment to avoid a build failureblueswir12-1/+14
2008-07-10Fix coprocessor register types.pbrook1-13/+13
2008-07-09Restore old value of buffer_sizemalc1-0/+1
2008-07-09Warn about rejected buffer/period size/time when it was specified by the usermalc1-2/+7
2008-07-09Call proper function when trying to set period sizemalc1-2/+4
2008-07-09Avoid decremented overflow.pbrook1-1/+1
2008-07-09Use temporary registers for the MIPS FPU emulation.ths5-984/+1849
2008-07-08Fix typomalc1-1/+1
2008-07-08Fix r4641 (invalid token "=<" in a preprocessor expression)blueswir11-1/+1
2008-07-08Implement some Ultrasparc cache ASIs used by SILOblueswir11-0/+20
2008-07-07Eliminate spurous screen updates.pbrook2-102/+106
2008-07-07fix cvtsq2s[sd] (Juergen Lock)bellard1-2/+6
2008-07-0764 bit signed comparison fix (Juergen Lock)bellard1-4/+4
2008-07-07Fix 64 bit constant generationblueswir11-4/+6
2008-07-07Improve jp106 keyboard support, by Akio Takebe.ths2-2/+6
2008-07-05Fix typo in comment.ths1-1/+1
2008-07-05Change MIPS machine default to Malta.ths1-2/+2
2008-07-05Re-add static qualifier. Fix annother occurance of "const static".pbrook2-2/+2
2008-07-05Remove staticmalc1-1/+1
2008-07-05Remove >= asserts on unsigned inputsmalc1-3/+0
2008-07-05Avoid signedness warningsmalc1-14/+12
2008-07-04Add missing returnmalc1-0/+1
2008-07-03Fuse EQ and NE handling in tcg_out_brcond2malc1-7/+4
2008-07-03Avoid compiler warning.ths1-1/+1
2008-07-03Fix parse_long_name, by Tristan Gingold.ths1-0/+1
2008-07-03Clarified filename handling, by Johannes Schindelin.ths1-1/+6
2008-07-03Mask LL portion of B to 24 bits in tcg_out_b (Thanks to Thiemo Seufer)malc1-1/+1
2008-07-03Convert remaining __builtin_expect to likely/unlikely, by Jan Kiszka.ths9-19/+19
2008-07-03Silence compiler warning.ths1-0/+2
2008-07-03Allow QEMU to connect directly to an NBD server, by Laurent Vivier.ths9-76/+412
2008-07-03Allow to share a disk image via nbd, by Laurent Vivier.ths2-21/+77
2008-07-03Add a parameter to disable host cache, by Laurent Vivier.ths6-24/+40
2008-07-03Fix typomalc1-1/+1
2008-07-03Merge NBD client/server, by Laurent Vivier.ths4-11/+213
2008-07-03Bail out if -append or -initrd is specified without -kernel, byths1-0/+10