summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-07-29linux-user: Reduce lseek+reads while loading elf files.Richard Henderson3-71/+57
2010-07-29linux-user: Reindent elfload.c.Richard Henderson1-510/+518
2010-07-29Add more DT_* and AT_* constants to qemu's copy of elf.h.Richard Henderson2-9/+44
2010-07-29linux-user: Handle filesz < memsz for any PT_LOAD segment.Richard Henderson1-97/+55
2010-07-28Update version for 0.13.xAnthony Liguori1-1/+1
2010-07-27Fix mingw32 buildBlue Swirl1-9/+9
2010-07-27Initialize a variable in all casesBlue Swirl1-0/+2
2010-07-27Fix uint8_t comparisons with negative valuesBlue Swirl2-5/+4
2010-07-27Update version for 0.13.0-rc0v0.13.0-rc0Anthony Liguori1-1/+1
2010-07-26vnc: better default values for VNC optionsCorentin Chary1-7/+7
2010-07-26vnc: tight: split send_sub_rectCorentin Chary1-25/+55
2010-07-26vnc: tight: fix rgb_prepare_rowCorentin Chary1-5/+10
2010-07-26vnc: add missing lock for vnc_cursor_define()Corentin Chary1-0/+2
2010-07-26vnc: threaded VNC serverCorentin Chary7-26/+682
2010-07-26qemu-thread: add qemu_mutex/cond_destroy and qemu_mutex_exitCorentin Chary2-0/+26
2010-07-26vnc: fix tight png memory leakCorentin Chary1-0/+3
2010-07-26vnc: encapsulate encoding membersCorentin Chary5-156/+163
2010-07-26vnc: tight: stop using qdict for palette stuffCorentin Chary4-129/+235
2010-07-26vnc: tight: specific zlib level and filters for each compression levelCorentin Chary1-1/+18
2010-07-26vnc: tight add PNG encodingCorentin Chary6-54/+342
2010-07-26vnc: tight: remove a memleak in send_jpeg_rect()Corentin Chary1-2/+3
2010-07-26vnc: tight: don't forget do at the last colorCorentin Chary1-1/+1
2010-07-26vnc: rename vnc-encoding-* vnc-enc-*Corentin Chary6-9/+9
2010-07-26ui: move all ui components in ui/Corentin Chary31-44/+18
2010-07-26vnc: add lossy optionCorentin Chary4-0/+15
2010-07-26vnc: JPEG should be disabled if the client don't set tight qualityCorentin Chary1-1/+1
2010-07-26vnc: tight: add JPEG and gradient subencoding with smooth image detectionCorentin Chary5-1/+601
2010-07-26Initial documentation for migrationJuan Quintela1-0/+303
2010-07-26ide: fix migration in the middle of a bmdma transferJuan Quintela1-0/+30
2010-07-26ide: fix migration in the middle of pio operationJuan Quintela2-1/+94
2010-07-26vmstate: add subsections codeJuan Quintela2-1/+91
2010-07-26Revert "ide save/restore current transfer fields"Juan Quintela1-6/+2
2010-07-26Revert "ide save/restore pio/atapi cmd transfer fields and io buffer"Juan Quintela2-65/+2
2010-07-26Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori2-12/+21
2010-07-26Fix -snapshot deleting images on disk changeBlue Swirl3-0/+7
2010-07-26block: Use error codes from lower levels for error messageStefan Weil1-8/+19
2010-07-26block: default to 0 minimal / optiomal I/O sizeChristoph Hellwig1-2/+2
2010-07-26move 'unsafe' to end of caching modes in helpBruce Rogers1-1/+1
2010-07-26virtio-blk: Create exit function to unregister savevmAlex Williamson3-0/+10
2010-07-26block migration: propagate return value when bdrv_write() returns < 0Yoshiaki Tamura1-1/+5
2010-07-26ide/atapi: add support for GET EVENT STATUS NOTIFICATIONAurelien Jarno1-0/+15
2010-07-25etrax: Update ethernet mgm-ctrl reg on writesEdgar E. Iglesias1-0/+1
2010-07-25target-i386: use gen_update_cc_op()Jun Koi1-32/+8
2010-07-25Close socket file descriptor when qemu_accept failsShahar Havivi1-2/+3
2010-07-25add cscope.* to .gitignoreJun Koi1-0/+1
2010-07-25slirp: Remove declarations which are no longer neededStefan Weil1-33/+0
2010-07-25slirp: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int typesStefan Weil20-116/+110
2010-07-25tests: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int typesStefan Weil1-12/+12
2010-07-25block: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int typesStefan Weil1-1/+1
2010-07-25mips: more fixes to the MIPS interrupt glue logicAurelien Jarno5-15/+30