summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-05-28block: Replace in_use with operation blockerFam Zheng8-43/+45
2014-05-28block: Introduce op_blockers to BlockDriverStateFam Zheng3-0/+88
2014-05-28block: Add BlockOpType enumFam Zheng1-0/+19
2014-05-28iotests: Use _img_info in test 089Max Reitz2-6/+1
2014-05-28aio: Fix use-after-free in cancellation pathFam Zheng2-1/+2
2014-05-28qcow2: Fix memory leak in COW error pathKevin Wolf1-1/+2
2014-05-28QemuOpt: add unit testsLeandro Dorileo2-0/+444
2014-05-28qemu-iotests: Handle cache mode option in 091Fam Zheng1-2/+4
2014-05-28Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-9' into stagingPeter Maydell10-98/+308
2014-05-27Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-05-26' in...Peter Maydell26-181/+167
2014-05-27Merge remote-tracking branch 'remotes/mwalle/tags/lm32-semihosting/20140524' ...Peter Maydell22-216/+366
2014-05-27Merge remote-tracking branch 'remotes/rth/tcg-mips' into stagingPeter Maydell5-927/+1050
2014-05-27Merge remote-tracking branch 'remotes/rth/fix-tci' into stagingPeter Maydell1-0/+3
2014-05-27target-arm: Fix segfault on startup when KVM enabledChristoffer Dall1-1/+1
2014-05-26docs: add multiseat.txtGerd Hoffmann1-0/+76
2014-05-26usb: add input routing support for tablet and keyboardGerd Hoffmann1-0/+13
2014-05-26sdl: pass key event source to input layerGerd Hoffmann1-9/+12
2014-05-26input: bind devices and input routingGerd Hoffmann2-3/+43
2014-05-26input: switch hid mouse and tablet to the new input layer api.Gerd Hoffmann2-71/+123
2014-05-26input: switch hid keyboard to new input layer api.Gerd Hoffmann2-8/+24
2014-05-26input: keymap: add meta keysGerd Hoffmann1-0/+2
2014-05-26input: add name to input_event_key_numberGerd Hoffmann2-3/+5
2014-05-26input: add qemu_input_key_number_to_qcodeGerd Hoffmann2-3/+9
2014-05-26input (curses): mask keycodes to remove modifier bitsAndrew Oates1-2/+2
2014-05-26libcacard: remove useless initializersMichael Tokarev6-22/+21
2014-05-26net: cadence_gem: Fix top commentPeter Crosthwaite1-1/+1
2014-05-26bsd-user: replace fprintf(stderr, ...) with error_report()Le Tan3-9/+9
2014-05-26audio: replace fprintf(stderr, ...) with error_report() in audioLe Tan2-3/+2
2014-05-26libcacard: fix wrong array expansion logicMichael Tokarev1-5/+4
2014-05-24lm32: remove lm32_sysMichael Walle4-193/+0
2014-05-24test: lm32: use semihosting for testingMichael Walle5-22/+103
2014-05-24target-lm32: add semihosting supportMichael Walle6-3/+240
2014-05-24test: lm32: make test cases independentMichael Walle8-0/+25
2014-05-24tcg-mips: Enable direct chaining of TBsRichard Henderson2-3/+12
2014-05-24tcg-mips: Simplify movcondRichard Henderson1-49/+17
2014-05-24tcg-mips: Simplify brcond2Richard Henderson1-57/+20
2014-05-24tcg-mips: Improve setcond eq/ne vs zerosRichard Henderson1-4/+36
2014-05-24tcg-mips: Simplify setcond2Richard Henderson1-64/+31
2014-05-24tcg-mips: Simplify brcondRichard Henderson1-46/+41
2014-05-24tcg-mips: Simplify setcondRichard Henderson1-58/+67
2014-05-24tcg-mips: Commonize opcode implementationsRichard Henderson1-114/+98
2014-05-24tcg-mips: Improve add2/sub2Richard Henderson1-31/+56
2014-05-24tcg-mips: Hoist args loadsRichard Henderson1-98/+103
2014-05-24tcg-mips: Fix subtract immediate rangeRichard Henderson1-5/+11
2014-05-24tcg-mips: Name the opcode enumerationRichard Henderson1-9/+9
2014-05-24tcg-mips: Use EXT for AND on mips32r2Richard Henderson2-14/+50
2014-05-24tcg-mips: Use T9 for TCG_TMP1Richard Henderson1-1/+1
2014-05-24tcg-mips: Introduce TCG_TMP0, TCG_TMP1Richard Henderson1-114/+117
2014-05-24tcg-mips: Rearrange register allocationRichard Henderson2-11/+19
2014-05-24tcg-mips: Convert to new_ldstRichard Henderson2-53/+25