summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-05-28block/vvfat: Propagate errors through init_directories()Markus Armbruster
2014-05-28block/vvfat: Propagate errors through enable_write_target()Markus Armbruster
2014-05-28block/ssh: Propagate errors to open and create methodsMarkus Armbruster
2014-05-28block/ssh: Propagate errors through connect_to_ssh()Markus Armbruster
2014-05-28block/ssh: Propagate errors through authenticate()Markus Armbruster
2014-05-28block/ssh: Propagate errors through check_host_key()Markus Armbruster
2014-05-28block/ssh: Drop superfluous libssh2_session_last_errno() callsMarkus Armbruster
2014-05-28block/rbd: Propagate errors to open and create methodsMarkus Armbruster
2014-05-28qemu-nbd: Don't use qerror_report()Markus Armbruster
2014-05-28blockdev: Don't use qerror_report() in do_drive_del()Markus Armbruster
2014-05-28blockdev: Don't use qerror_report_err() in drive_init()Markus Armbruster
2014-05-28docs: Define refcount_bits valueMaria Kustova
2014-05-28block: Drop redundant bdrv_refresh_limitsFam Zheng
2014-05-28block: Add backing_blocker in BlockDriverStateFam Zheng
2014-05-28block: Use bdrv_set_backing_hd everywhereFam Zheng
2014-05-28block: Add bdrv_set_backing_hd()Fam Zheng
2014-05-28block: Move op_blocker check from block_job_create to its callerFam Zheng
2014-05-28block: Replace in_use with operation blockerFam Zheng
2014-05-28block: Introduce op_blockers to BlockDriverStateFam Zheng
2014-05-28block: Add BlockOpType enumFam Zheng
2014-05-28iotests: Use _img_info in test 089Max Reitz
2014-05-28aio: Fix use-after-free in cancellation pathFam Zheng
2014-05-28qcow2: Fix memory leak in COW error pathKevin Wolf
2014-05-28QemuOpt: add unit testsLeandro Dorileo
2014-05-28qemu-iotests: Handle cache mode option in 091Fam Zheng
2014-05-28Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-9' into stagingPeter Maydell
2014-05-27Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-05-26' in...Peter Maydell
2014-05-27Merge remote-tracking branch 'remotes/mwalle/tags/lm32-semihosting/20140524' ...Peter Maydell
2014-05-27Merge remote-tracking branch 'remotes/rth/tcg-mips' into stagingPeter Maydell
2014-05-27Merge remote-tracking branch 'remotes/rth/fix-tci' into stagingPeter Maydell
2014-05-27target-arm: Fix segfault on startup when KVM enabledChristoffer Dall
2014-05-26docs: add multiseat.txtGerd Hoffmann
2014-05-26usb: add input routing support for tablet and keyboardGerd Hoffmann
2014-05-26sdl: pass key event source to input layerGerd Hoffmann
2014-05-26input: bind devices and input routingGerd Hoffmann
2014-05-26input: switch hid mouse and tablet to the new input layer api.Gerd Hoffmann
2014-05-26input: switch hid keyboard to new input layer api.Gerd Hoffmann
2014-05-26input: keymap: add meta keysGerd Hoffmann
2014-05-26input: add name to input_event_key_numberGerd Hoffmann
2014-05-26input: add qemu_input_key_number_to_qcodeGerd Hoffmann
2014-05-26input (curses): mask keycodes to remove modifier bitsAndrew Oates
2014-05-26libcacard: remove useless initializersMichael Tokarev
2014-05-26net: cadence_gem: Fix top commentPeter Crosthwaite
2014-05-26bsd-user: replace fprintf(stderr, ...) with error_report()Le Tan
2014-05-26audio: replace fprintf(stderr, ...) with error_report() in audioLe Tan
2014-05-26libcacard: fix wrong array expansion logicMichael Tokarev
2014-05-24lm32: remove lm32_sysMichael Walle
2014-05-24test: lm32: use semihosting for testingMichael Walle
2014-05-24target-lm32: add semihosting supportMichael Walle
2014-05-24test: lm32: make test cases independentMichael Walle