OSDN Git Service

qmiga/qemu.git
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
2017-10-23 Dr. David Alan... migration: Wait for semaphore before completing migration
2017-10-23 Dr. David Alan... migration: Add 'pre-switchover' and 'device' statuses
2017-10-23 Dr. David Alan... migration: Add 'pause-before-switchover' capability
2017-10-23 Juan Quintelamigration: Make cache_init() take an error parameter
2017-10-23 Juan Quintelamigration: Move xbzrle cache resize error handling...
2017-10-23 Juan Quintelamigration: Make cache size elements use the right types
2017-10-23 Juan Quintelamigratiom: Remove max_item_age parameter
2017-10-23 Juan Quintelamigration: Fix migrate_test_apply for multifd parameters
2017-10-23 Daniel P. Berrangeui: pull in latest keycodemapdb
2017-10-23 Daniel P. Berrangeui: normalize the 'sysrq' key into the 'print' key
2017-10-23 Daniel P. Berrangeps2: fix scancodes sent for Ctrl+Pause key combination
2017-10-23 Daniel P. Berrangeps2: fix scancodess sent for Pause key in AT set 1
2017-10-23 Daniel P. Berrangeps2: fix scancodes sent for Shift/Ctrl+Print key combin...
2017-10-23 Daniel P. Berrangeps2: fix scancodes sent for Alt-Print key combination...
2017-10-23 Daniel P. Berrangeui: use correct union field for key number
2017-10-23 Daniel P. Berrangeui: fix crash with sendkey and raw key numbers
2017-10-23 Daniel P. Berrangeinput: use hex in ps2 keycode trace events
2017-10-23 Marc-André... usb-ccid: remove needless migration state code
2017-10-23 Daniel P. Berrangescripts: don't throw away stderr when checking out...
2017-10-23 Gerd Hoffmannui: add qemu-keymap and shader to .gitignore
2017-10-23 Laurent Vivierconfigure: disable qemu-keymap for linux-user qemu
2017-10-20 Stafford Horneopenrisc: Only kick cpu on timeout, not on update
2017-10-20 Stafford Horneopenrisc: Initial SMP support
next