sdk/emulator/qemu.git
2013-10-12 Richard Hendersontcg-arm: Convert to new ldst opcodes
2013-10-12 Richard Hendersontcg-arm: Tidy variable naming convention in qemu_ld/st
2013-10-12 Richard Hendersontcg-arm: Convert to le/be ldst helpers
2013-10-12 Richard Hendersontcg-arm: Use TCGMemOp within qemu_ldst routines
2013-10-12 Richard Hendersontcg-i386: Support new ldst opcodes
2013-10-12 Richard Hendersontcg-i386: Remove "cb" output restriction from qemu_st8...
2013-10-12 Richard Hendersontcg-i386: Tidy softmmu routines
2013-10-12 Richard Hendersontcg-i386: Use TCGMemOp within qemu_ldst routines
2013-10-12 Richard Hendersontcg: Use TCGMemOp for TCGLabelQemuLdst.opc
2013-10-11 Anthony LiguoriMerge remote-tracking branch 'mdroth/qga-pull-2013...
2013-10-11 Anthony LiguoriMerge remote-tracking branch 'rth/tcg-pull' into staging
2013-10-11 Markus Armbrusterqdev-monitor: Group "device_add help" and "info qdm...
2013-10-11 Markus ArmbrusterMostly revert "qemu-help: Sort devices by logical funct...
2013-10-11 Stefan HajnocziUse qemu-project.org domain name
2013-10-11 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2013-10-11 Max Reitzqemu-iotests: Add test for inactive L2 overlap
2013-10-11 Max Reitzqemu-io: Let "open" pass options to block driver
2013-10-11 Fam Zhengvmdk: Fix vmdk_parse_extents
2013-10-11 Kevin Wolfblockdev: blockdev_init() error conversion
2013-10-11 Kevin Wolfblockdev: Don't disable COR automatically with blockdev-add
2013-10-11 Kevin Wolfblockdev: Remove 'media' parameter from blockdev_init()
2013-10-11 Kevin Wolfqemu-iotests: Check autodel behaviour for device_del
2013-10-11 Kevin Wolfblockdev: Remove IF_* check for read-only blockdev_init
2013-10-11 Kevin Wolfblockdev: Move virtio-blk device creation to drive_init
2013-10-11 Kevin Wolfblockdev: Move bus/unit/index processing to drive_init
2013-10-11 Kevin Wolfblockdev: Move parsing of 'boot' option to drive_init
2013-10-11 Kevin Wolfblockdev: Moving parsing of geometry options to drive_init
2013-10-11 Kevin Wolfblockdev: Move parsing of 'if' option to drive_init
2013-10-11 Kevin Wolfblockdev: Move parsing of 'media' option to drive_init
2013-10-11 Kevin Wolfblockdev: Pass QDict to blockdev_init()
2013-10-11 Kevin Wolfblockdev: Separate ID generation from DriveInfo creation
2013-10-11 Kevin Wolfblockdev: 'blockdev-add' QMP command
2013-10-11 Kevin Wolfblockdev: Introduce DriveInfo.enable_auto_del
2013-10-11 Kevin Wolfqapi-types/visit.py: Inheritance for structs
2013-10-11 Kevin Wolfqapi-types/visit.py: Pass whole expr dict for structs
2013-10-11 Fam Zhengvmdk: refuse enabling zeroed grain with flat images
2013-10-11 Fam Zhengvmdk: convert error code to use errp
2013-10-11 Wenchao Xiabuild: add command check-clean
2013-10-11 Wenchao Xiatests: build the helper program by default
2013-10-11 Max Reitzblock/raw-posix: Employ error parameter
2013-10-11 Fam Zhengqemu-iotests: move blank lines of output in case 059
2013-10-11 Max Reitzblkverify: Employ error parameter
2013-10-11 Max Reitzblkdebug: Employ error parameter
2013-10-11 Max Reitzblock/raw-win32: Employ error parameter
2013-10-11 Max Reitzblock/raw_bsd: Employ error parameter
2013-10-11 Max Reitzqcow2: Evaluate overlap check options
2013-10-11 Max Reitzqcow2: Add more overlap check bitmask macros
2013-10-11 Max Reitzqcow2: Array assigning options to OL check bits
2013-10-11 Max Reitzqcow2: Add overlap-check options
2013-10-11 Max Reitzqcow2: Make overlap check mask variable
2013-10-11 Max Reitzqcow2: Use negated overflow check mask
2013-10-11 Kevin Wolfblock: Improve driver whitelist checks
2013-10-11 Max Reitzqcow2: Use better type for numerical snapshot ID
2013-10-11 Max Reitzqcow2: Fix snapshot restoration in snapshot_create
2013-10-11 Max Reitzqcow2: Remove wrong metadata overlap check
2013-10-11 Max Reitzqcow2: Add missing space in error message
2013-10-11 Jeff Codyblock: qemu-iotests for vhdx, read sample dynamic image
2013-10-11 Michael S.... ahci: set ahci mode on reset
2013-10-11 Max Reitzqemu-iotests: Discard preallocated zero clusters
2013-10-11 Benoît Canetblock: Add BlockDriver.bdrv_check_ext_snapshot.
2013-10-11 Peter Lievenblock/get_block_status: avoid redundant callouts on...
2013-10-11 Max Reitzqcow2: Assert against snapshot name/ID overflow
2013-10-11 Max Reitzqcow2: Free allocated snapshot table on error
2013-10-11 Max Reitzqcow2: Always use error path on writing snapshots
2013-10-11 Max Reitzqcow2: Free preallocated zero clusters
2013-10-11 Max Reitzqcow2: Use pread for inactive L1 in overlap check
2013-10-11 Max Reitzqcow2: Alignment of snapshot table entries
2013-10-11 Max Reitzqemu-iotests: Additional info from qemu-img info
2013-10-11 Max Reitzqemu-iotests: Discard specific info in _img_info
2013-10-11 Max Reitzqcow2: Add support for ImageInfoSpecific
2013-10-11 Max Reitzblock/qapi: Human-readable ImageInfoSpecific dump
2013-10-11 Max Reitzblock: Add bdrv_get_specific_info
2013-10-11 Max Reitzqapi: Add ImageInfoSpecific type
2013-10-11 Fam Zhengqapi: make use of new BlockJobType
2013-10-11 Fam Zhengqapi: Introduce enum BlockJobType
2013-10-11 Fam Zhengblockjob: rename BlockJobType to BlockJobDriver
2013-10-10 Richard Hendersonexec: Add both big- and little-endian memory helpers
2013-10-10 Richard Hendersontcg: Add qemu_ld_st_i32/64
2013-10-10 Anthony LiguoriMerge remote-tracking branch 'afaerber/tags/qom-cpu...
2013-10-10 Anthony LiguoriMerge remote-tracking branch 'amit/char-remove-watch...
2013-10-10 Anthony LiguoriMerge remote-tracking branch 'otubo/seccomp' into staging
2013-10-10 Anthony LiguoriMerge remote-tracking branch 'mcayland/qemu-openbios...
2013-10-10 Mark Wuqemu-ga: Extend 'guest-info' command to expose flag...
2013-10-10 Mark Wuqemu-ga: Add interface to traverse the qmp command...
2013-10-10 Tomoki Sekiyamaqemu-ga: execute fsfreeze-freeze in reverse order of...
2013-10-10 Richard Hendersontcg: Add TCGMemOp
2013-10-10 Richard Hendersonconfigure: Remove CONFIG_QEMU_LDST_OPTIMIZATION
2013-10-10 Richard Hendersontcg: Add tcg-be-ldst.h
2013-10-10 Richard Hendersontcg: Add tcg-be-null.h
2013-10-10 Richard Hendersonexec: Delete is_tcg_gen_code and GETRA_EXT
2013-10-10 Richard Hendersontcg-aarch64: Update to helper_ret_*_mmu routines
2013-10-10 Richard Hendersontcg: Merge tcg_register_helper into tcg_context_init
2013-10-10 Richard Hendersontcg: Add tcg-runtime.c helpers to all_helpers
2013-10-10 Richard Hendersontcg: Put target helper data into an array.
2013-10-10 Richard Hendersontcg: Remove stray semi-colons from target-*/helper.h
2013-10-10 Richard Hendersontcg: Move helper registration into tcg_context_init
2013-10-10 Richard Hendersontarget-m68k: Rename helpers.h to helper.h
2013-10-10 Richard Hendersontcg: Use a GHashTable for tcg_find_helper
2013-10-10 Richard Hendersontcg: Delete tcg_helper_get_name declaration
2013-10-10 Richard Hendersontcg-hppa: Remove tcg backend
next