OSDN Git Service

qmiga/qemu.git
2017-10-27 Igor Mammedovmips: mipssim: replace cpu_model with cpu_type
2017-10-27 Igor Mammedovmips: Magnum/Acer Pica 61: replace cpu_model with cpu_type
2017-10-27 Igor Mammedovmips: fulong2e: replace cpu_model with cpu_type
2017-10-27 Igor Mammedovmips: malta/boston: replace cpu_model with cpu_type
2017-10-27 Igor Mammedovmips: use object_new() instead of gnew()+object_initial...
2017-10-27 Igor Mammedovsparc: leon3: use generic cpu_model parsing
2017-10-27 Igor Mammedovsparc: sparc: use generic cpu_model parsing
2017-10-27 Igor Mammedovsparc: sun4u/sun4v/niagara: use generic cpu_model parsing
2017-10-27 Igor Mammedovsparc: cleanup cpu type name composition
2017-10-27 Igor Mammedovtricore: use generic cpu_model parsing
2017-10-27 Igor Mammedovtricore: cleanup cpu type name composition
2017-10-27 Igor Mammedovunicore32: use generic cpu_model parsing
2017-10-27 Igor Mammedovunicore32: cleanup cpu type name composition
2017-10-27 Igor Mammedovxtensa: lx60/lx200/ml605/kc705: use generic cpu_model...
2017-10-27 Igor Mammedovxtensa: sim: use generic cpu_model parsing
2017-10-27 Igor Mammedovxtensa: cleanup cpu type name composition
2017-10-27 Igor Mammedovsh4: remove SuperHCPUClass::name field
2017-10-27 Igor Mammedovsh4: simplify superh_cpu_class_by_name()
2017-10-27 Igor Mammedovsh4: cleanup cpu type name composition
2017-10-27 Igor Mammedovsh4: shix: use generic cpu_model parsing
2017-10-27 Igor Mammedovsh4: r2d: use generic cpu_model parsing
2017-10-27 Igor Mammedovopenrisc: use generic cpu_model parsing
2017-10-27 Igor Mammedovopenrisc: cleanup cpu type name composition
2017-10-27 Igor Mammedovmoxie: use generic cpu_model parsing
2017-10-27 Igor Mammedovmoxie: cleanup cpu type name composition
2017-10-27 Igor Mammedovmoxie: fix qemu-system-moxie failing to start with...
2017-10-27 Igor Mammedovm68k: mcf5208: use generic cpu_model parsing
2017-10-27 Igor Mammedovm68k: an5206: use generic cpu_model parsing
2017-10-27 Igor Mammedovm68k: cleanup cpu type name composition
2017-10-27 Igor Mammedovlm32: lm32_boards: use generic cpu_model parsing
2017-10-27 Igor Mammedovlm32: milkymist: use generic cpu_model parsing
2017-10-27 Igor Mammedovlm32: cleanup cpu type name composition
2017-10-27 Igor Mammedovcris: use generic cpu_model parsing
2017-10-27 Igor Mammedovcris: cleanup cpu type name composition
2017-10-27 Igor Mammedovalpha: use generic cpu_model parsing
2017-10-27 Igor Mammedovalpha: cleanup cpu type name composition
2017-10-26 Richard Hendersontcg: Avoid setting tcg_initialize if !CONFIG_TCG
2017-10-26 Peter MaydellMerge remote-tracking branch 'remotes/stefanberger...
2017-10-25 Peter MaydellMerge remote-tracking branch 'remotes/rth/tags/pull...
2017-10-25 Peter MaydellMerge remote-tracking branch 'remotes/juanquintela...
2017-10-25 Stefan Bergertpm: print buffers received from TPM when debugging
2017-10-25 Philippe Mathieu... vl: remove unnecessary #ifdef CONFIG_TPM
2017-10-25 Philippe Mathieu... tpm: remove unnecessary #ifdef CONFIG_TPM
2017-10-25 Philippe Mathieu... tpm: add stubs
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 Philippe Mathieu... tpm: add missing include
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...
next