summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2008-07-03Fix constant truncation, spotted by Jindrich Makovicka.ths1-3/+3
2008-07-03Fix ATAPI read drive structure command, by Alex Williamson.ths1-39/+144
2008-07-02Remove stray local "speedup" hackmalc1-1/+0
2008-07-02Cleanup qemu-nbd related code, by Laurent Vivier.ths3-3/+9
2008-07-02Add -MTmalc1-1/+1
2008-07-02Pulseaudio drivermalc5-1/+532
2008-07-02Fix test arguments (Jeremy C. Reed)malc1-1/+1
2008-07-02Add NULL argument to SNDCTL_DSP_NONBLOCK ioctl callmalc1-1/+1
2008-07-02Save/restore for stellaris boards.pbrook12-14/+761
2008-07-02ARMv7-M interrupt stack alignment fix.pbrook1-1/+1
2008-07-02Fix NetBSD keyboard problemblueswir11-2/+1
2008-07-02Add rigid and flexible disk geometry page supportblueswir11-1/+70
2008-07-01Fix i2c save/restore.pbrook3-27/+33
2008-07-01Fix typo.pbrook1-1/+1
2008-07-01Remove duplicate device index calculations.pbrook12-44/+21
2008-07-01Move interrupt_request and user_mode_only to common cpu state.pbrook12-28/+38
2008-07-01Fix DMA length bug seen with NetBSD (Cliff Wright)blueswir11-2/+2
2008-07-01block-vvfat.c - fix is_free predicate, by Tristan Gingold.ths1-2/+1
2008-07-01Add missing return in arm-semi, by Laurent Desnogues.ths1-0/+1