sdk/emulator/qemu.git
2012-09-28 Paolo Bonziniblock: introduce block job error
2012-09-28 Paolo Bonziniiostatus: reorganize io error code
2012-09-28 Paolo Bonziniiostatus: change is_read to a bool
2012-09-28 Paolo Bonziniiostatus: move BlockdevOnError declaration to QAPI
2012-09-28 Paolo Bonziniiostatus: rename BlockErrorAction, BlockQMPEventAction
2012-09-28 Paolo Bonziniqemu-iotests: add test for pausing a streaming operation
2012-09-28 Paolo Bonziniqmp: add block-job-pause and block-job-resume
2012-09-28 Paolo Bonziniblock: add support for job pause/resume
2012-09-28 Paolo Bonziniqmp: add 'busy' member to BlockJobInfo
2012-09-28 Paolo Bonziniblock: add block_job_query
2012-09-28 Paolo Bonziniblock: move job APIs to separate files
2012-09-28 Paolo Bonziniblock: fix documentation of block_job_cancel_sync
2012-09-28 Paolo Bonziniqerror/block: introduce QERR_BLOCK_JOB_NOT_ACTIVE
2012-09-28 Jeff Codyqemu-iotests: add initial tests for live block commit
2012-09-28 Jeff CodyQAPI: add command for live block commit, 'block-commit'
2012-09-28 Jeff Codyblock: helper function, to find the base image of a...
2012-09-28 Jeff Codyblockdev: rename block_stream_cb to a generic block_job_cb
2012-09-28 Jeff Codyblock: add live block commit functionality
2012-09-28 Jeff Codyblock: add support functions for live commit, to find...
2012-09-28 Bharata B Raoblock: Support GlusterFS as a QEMU block backend.
2012-09-28 Bharata B Raoconfigure: Add a config option for GlusterFS as block...
2012-09-28 Paolo Bonziniaio: Another fix to the walking_handlers logic
2012-09-28 Paolo Bonziniqemu: URI parsing library
2012-09-28 Paolo Bonziniaio: Fix qemu_aio_wait() to maintain correct walking_ha...
2012-09-28 Jeff Codyblock: after creating a live snapshot, make old image...
2012-09-28 Kevin Wolfblock-migration: Flush requests in blk_mig_cleanup
2012-09-27 Aurelien JarnoMerge branch 'arm-devs.for-upstream' of git://git.linar...
2012-09-27 Richard Hendersontarget-s390x: Tidy cpu_dump_state
2012-09-27 Richard Hendersontarget-s390x: Avoid double CPU_LOG_TB_CPU
2012-09-27 Richard Hendersontarget-s390x: Use CPU_LOG_INT
2012-09-27 Richard Hendersontarget-unicore32: Call tcg_gen_debug_insn_start
2012-09-27 Richard Hendersontarget-s390x: Call tcg_gen_debug_insn_start
2012-09-27 Richard Hendersontarget-m68k: Call tcg_gen_debug_insn_start
2012-09-27 Richard HendersonEmit debug_insn for CPU_LOG_TB_OP_OPT as well.
2012-09-27 Stefan Weiltci: Fix for AREG0 free mode
2012-09-26 Francesco LavraVersatile Express: Add modelling of NOR flash
2012-09-26 Francesco LavraVersatile Express: Fix NOR flash 0 address and remove...
2012-09-26 Meador Ingehw/armv7m_nvic: Correctly register GIC region when...
2012-09-26 Brendan Fennellpl190: fix read of VECTADDR
2012-09-26 Amos Kongadd a boot parameter to set reboot timeout
2012-09-26 Orit WassermanClear handler only for valid fd
2012-09-26 Orit WassermanFix address handling in inet_nonblocking_connect
2012-09-26 Orit WassermanSeparate inet_connect into inet_connect (blocking)...
2012-09-26 Michael S.... Refactor inet_connect_opts function
2012-09-25 Stefan Weilconfigure: Allow builds without any system or user...
2012-09-25 Gerd Hoffmannivshmem: add 64bit option
2012-09-25 Gerd Hoffmanncompat: turn off msi/msix on xhci for old machine types
2012-09-25 Gerd Hoffmannadd pc-1.3 machine type
2012-09-25 Igor MammedovCleanup unused global var qemu_system_powerdown
2012-09-25 Igor Mammedovtarget-sparc: use notifier for signaling guest system_p...
2012-09-25 Igor Mammedovtarget-arm: use notifier for signaling guest system_pow...
2012-09-25 Igor Mammedovacpi: use notifier for signaling guest system_powerdown...
2012-09-25 Igor MammedovIntroduce powerdown_notifiers
2012-09-25 Anthony LiguoriMerge remote-tracking branch 'origin/master' into staging
2012-09-25 Aurelien Jarnotcg/i386: fix build with -march < i686
2012-09-25 Richard Hendersontcg: Streamline movcond_i64 using movcond_i32
2012-09-25 Richard Hendersontcg: Streamline movcond_i64 using 32-bit arithmetic
2012-09-25 Richard Hendersontcg: Sanity check goto_tb input
2012-09-25 Richard Hendersontcg: Sanity check deposit inputs
2012-09-25 Richard Hendersontcg: Add tcg_debug_assert
2012-09-25 Richard Hendersontcg: Implement concat*_i64 with deposit_i64
2012-09-25 Richard Hendersontcg: Emit XORI as NOT for appropriate constants
2012-09-25 Richard Hendersontcg: Optimize initial inputs for ori_i64
2012-09-25 Richard Hendersontcg: Emit ANDI as EXTU for appropriate constants
2012-09-25 Richard Hendersontcg: Adjust descriptions of *cond opcodes
2012-09-25 Aurelien Jarnotcg/mips: fix MIPS32(R2) detection
2012-09-25 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2012-09-25 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2012-09-25 Anthony LiguoriMerge remote-tracking branch 'afaerber/qom-cpu' into...
2012-09-25 Anthony LiguoriMerge remote-tracking branch 'bonzini/scsi-next' into...
2012-09-25 Anthony LiguoriMerge remote-tracking branch 'bonzini/nbd-next' into...
2012-09-24 Jeff Codyblock: remove keep_read_only flag from BlockDriverState...
2012-09-24 Jeff Codyblock: convert bdrv_commit() to use bdrv_reopen()
2012-09-24 Jeff Codyblock: vpc image file reopen
2012-09-24 Jeff Codyblock: vdi image file reopen
2012-09-24 Jeff Codyblock: vmdk image file reopen
2012-09-24 Jeff Codyblock: qcow image file reopen
2012-09-24 Jeff Codyblock: qcow2 image file reopen
2012-09-24 Jeff Codyblock: qed image file reopen
2012-09-24 Jeff Codyblock: raw image file reopen
2012-09-24 Jeff Codyblock: raw-posix image file reopen
2012-09-24 Jeff Codyblock: purge s->aligned_buf and s->aligned_buf_size...
2012-09-24 Jeff Codyblock: use BDRV_O_NOCACHE instead of s->aligned_buf...
2012-09-24 Jeff Codyblock: do not parse BDRV_O_CACHE_WB in block drivers
2012-09-24 Jeff Codyblock: move open flag parsing in raw block drivers...
2012-09-24 Jeff Codyblock: move aio initialization into a helper function
2012-09-24 Jeff Codyblock: Framework for reopening files safely
2012-09-24 Jeff Codyblock: make bdrv_set_enable_write_cache() modify open_flags
2012-09-24 Jeff Codyblock: correctly set the keep_read_only flag
2012-09-24 Kevin Shanahanblockdev: preserve readonly and snapshot states across...
2012-09-23 Stefan Weilw32: Add implementation of gmtime_r, localtime_r
2012-09-23 Stefan Weilw32: Always use standard instead of native format strings
2012-09-23 Stefan Weilnet/socket: Fix compiler warning (regression for MinGW)
2012-09-23 Stefan Weillinux-user: Remove redundant null check and replace...
2012-09-23 Paolo Bonziniqemu-timer: simplify qemu_run_timers
2012-09-23 Laszlo ErsekTextConsole: saturate escape parameter in TTY_STATE_CSI
2012-09-23 Hitoshi Mitakecurses: don't initialize curses when qemu is daemonized
2012-09-23 Alon Levydtrace backend: add function to reserved words
2012-09-23 Stefan Weilpflash_cfi01: Fix warning caused by unreachable code
2012-09-23 Stefan Weilioh3420: Remove unreachable code
next