OSDN Git Service

qmiga/qemu.git
2017-10-26 Max Reitziotests: Pull _filter_actual_image_size from 67/87
2017-10-26 Max Reitziotests: Add test for dataplane mirroring
2017-10-26 Alberto Garciaqcow2: Use BDRV_SECTOR_BITS instead of its literal...
2017-10-26 Max Reitzqemu-img.1: Image invalidation on qemu-img commit
2017-10-26 Eric Blakeqemu-io: Relax 'alloc' now that block-status doesn...
2017-10-26 Eric Blakeqcow2: Reduce is_zero() rounding
2017-10-26 Eric Blakeblock: Reduce bdrv_aligned_preadv() rounding
2017-10-26 Eric Blakeblock: Align block status requests
2017-10-26 Eric Blakeqemu-img: Change img_compare() to be byte-based
2017-10-26 Eric Blakeqemu-img: Change img_rebase() to be byte-based
2017-10-26 Eric Blakeqemu-img: Change compare_sectors() to be byte-based
2017-10-26 Eric Blakeqemu-img: Change check_empty_sectors() to byte-based
2017-10-26 Eric Blakeqemu-img: Drop redundant error message in compare
2017-10-26 Eric Blakeqemu-img: Add find_nonzero()
2017-10-26 Eric Blakeqemu-img: Speed up compare on pre-allocated larger...
2017-10-26 Eric Blakeqemu-img: Simplify logic in img_compare()
2017-10-26 Eric Blakeblock: Convert bdrv_get_block_status_above() to bytes
2017-10-26 Eric Blakeblock: Switch bdrv_co_get_block_status_above() to byte...
2017-10-26 Eric Blakeblock: Switch bdrv_common_block_status_above() to byte...
2017-10-26 Eric Blakeblock: Switch BdrvCoGetBlockStatusData to byte-based
2017-10-26 Eric Blakeblock: Switch bdrv_co_get_block_status() to byte-based
2017-10-26 Eric Blakeblock: Convert bdrv_get_block_status() to bytes
2017-10-26 Eric Blakeqemu-img: Switch get_block_status() to byte-based
2017-10-26 Eric Blakeblock: Switch bdrv_make_zero() to byte-based
2017-10-26 Eric Blakeqcow2: Switch is_zero_sectors() to byte-based
2017-10-26 Eric Blakeblock: Make bdrv_round_to_clusters() signature more...
2017-10-26 Eric Blakeblock: Add flag to avoid wasted work in bdrv_is_allocated()
2017-10-26 Eric Blakeblock: Allow NULL file for bdrv_get_block_status()
2017-10-26 Kevin Wolfqemu-iotests: Test backing_fmt with backing node reference
2017-10-26 Peter Krempablock: don't add 'driver' to options when referring...
2017-10-25 Peter MaydellMerge remote-tracking branch 'remotes/rth/tags/pull...
2017-10-25 Peter MaydellMerge remote-tracking branch 'remotes/juanquintela...
2017-10-24 Emilio G. Cotatranslate-all: exit from tb_phys_invalidate if qht_remo...
2017-10-24 Richard Hendersontcg: Initialize cpu_env generically
2017-10-24 Emilio G. Cotatcg: enable multiple TCG contexts in softmmu
2017-10-24 Emilio G. Cotatcg: introduce regions to split code_gen_buffer
2017-10-24 Emilio G. Cotatranslate-all: use qemu_protect_rwx/none helpers
2017-10-24 Emilio G. Cotaosdep: introduce qemu_mprotect_rwx/none
2017-10-24 Emilio G. Cotatcg: allocate optimizer temps with tcg_malloc
2017-10-24 Emilio G. Cotatcg: distribute profiling counters across TCGContext's
2017-10-24 Emilio G. Cotatcg: introduce **tcg_ctxs to keep track of all TCGContext's
2017-10-24 Emilio G. Cotagen-icount: fold exitreq_label into TCGContext
2017-10-24 Emilio G. Cotatcg: define tcg_init_ctx and make tcg_ctx a pointer
2017-10-24 Emilio G. Cotatcg: take tb_ctx out of TCGContext
2017-10-24 Emilio G. Cotatranslate-all: report correct avg host TB size
2017-10-24 Emilio G. Cotaexec-all: rename tb_free to tb_remove
2017-10-24 Emilio G. Cotatranslate-all: use a binary search tree to track TBs...
2017-10-24 Richard Hendersontcg: Remove CF_IGNORE_ICOUNT
2017-10-24 Richard Hendersontcg: Add CF_LAST_IO + CF_USE_ICOUNT to CF_HASH_MASK
2017-10-24 Emilio G. Cotacpu-exec: lookup/generate TB outside exclusive region...
2017-10-24 Emilio G. Cotatcg: check CF_PARALLEL instead of parallel_cpus
2017-10-24 Emilio G. Cotatarget/sparc: check CF_PARALLEL instead of parallel_cpus
2017-10-24 Emilio G. Cotatarget/sh4: check CF_PARALLEL instead of parallel_cpus
2017-10-24 Emilio G. Cotatarget/s390x: check CF_PARALLEL instead of parallel_cpus
2017-10-24 Emilio G. Cotatarget/m68k: check CF_PARALLEL instead of parallel_cpus
2017-10-24 Emilio G. Cotatarget/i386: check CF_PARALLEL instead of parallel_cpus
2017-10-24 Emilio G. Cotatarget/hppa: check CF_PARALLEL instead of parallel_cpus
2017-10-24 Emilio G. Cotatarget/arm: check CF_PARALLEL instead of parallel_cpus
2017-10-24 Emilio G. Cotatcg: convert tb->cflags reads to tb_cflags(tb)
2017-10-24 Richard Hendersontcg: Include CF_COUNT_MASK in CF_HASH_MASK
2017-10-24 Richard Hendersontcg: Add CPUState cflags_next_tb
2017-10-24 Emilio G. Cotatcg: define CF_PARALLEL and use it for TB hashing along...
2017-10-24 Richard Hendersontcg: Use offsets not indices for TCGv_*
2017-10-24 Richard Hendersonqom: Introduce CPUClass.tcg_initialize
2017-10-24 Richard Hendersontcg: Remove TCGV_EQUAL*
2017-10-24 Richard Hendersontcg: Remove GET_TCGV_* and MAKE_TCGV_*
2017-10-24 Richard Hendersontcg: Introduce temp_tcgv_{i32,i64,ptr}
2017-10-24 Richard Hendersontcg: Introduce tcgv_{i32,i64,ptr}_{arg,temp}
2017-10-24 Richard Hendersontcg: Push tcg_ctx into tcg_gen_callN
2017-10-24 Richard Hendersontcg: Push tcg_ctx into generator functions
2017-10-24 Richard Hendersontcg: Use per-temp state data in optimize
2017-10-24 Richard Hendersontcg: Remove unused TCG_CALL_DUMMY_TCGV
2017-10-24 Richard Hendersontcg: Change temp_allocate_frame arg to TCGTemp
2017-10-24 Richard Hendersontcg: Avoid loops against variable bounds
2017-10-24 Richard Hendersontcg: Use per-temp state data in liveness
2017-10-24 Richard Hendersontcg: Introduce temp_arg, export temp_idx
2017-10-24 Richard Hendersontcg: Return NULL temp for TCG_CALL_DUMMY_ARG
2017-10-24 Richard Hendersontcg: Add temp_global bit to TCGTemp
2017-10-24 Richard Hendersontcg: Introduce arg_temp
2017-10-24 Richard Hendersontcg: Propagate TCGOp down to allocators
2017-10-24 Richard Hendersontcg: Propagate args to op->args in tcg.c
2017-10-24 Richard Hendersontcg: Propagate args to op->args in optimizer
2017-10-24 Richard Hendersontcg: Merge opcode arguments into TCGOp
2017-10-24 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/input...
2017-10-24 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/usb...
2017-10-24 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/fixes...
2017-10-24 Peter MaydellMerge remote-tracking branch 'remotes/shorne/tags/openr...
2017-10-23 Juan Quintelamigration: Improve migration thread error handling
2017-10-23 Juan Quintelaqapi: Fix grammar in x-multifd-page-count descriptions
2017-10-23 Alexey Perevalovmigration: add bitmap for received page
2017-10-23 Alexey Perevalovmigration: introduce qemu_ufd_copy_ioctl helper
2017-10-23 Alexey Perevalovmigration: postcopy_place_page factoring out
2017-10-23 Peter Xumigration: new ram_init_bitmaps()
2017-10-23 Peter Xumigration: clean up xbzrle cache init/destroy
2017-10-23 Peter Xumigration: provide ram_state_cleanup
2017-10-23 Peter Xumigration: provide ram_state_init()
2017-10-23 Dr. David Alan... migration: pause-before-switchover for postcopy
2017-10-23 Dr. David Alan... migration: allow cancel to unpause
2017-10-23 Dr. David Alan... migrate: HMP migate_continue
2017-10-23 Dr. David Alan... migration: migrate-continue
next