OSDN Git Service

qmiga/qemu.git
2018-05-14 Richard Hendersontarget/openrisc: Convert remainder of dec_misc insns
2018-05-14 Richard Hendersontarget/openrisc: Convert memory insns
2018-05-14 Richard Hendersontarget/openrisc: Convert branch insns
2018-05-14 Richard Hendersontarget/openrisc: Start conversion to decodetree.py
2018-05-14 Richard Hendersontarget-openrisc: Write back result before FPE exception
2018-05-14 Peter MaydellMerge remote-tracking branch 'remotes/stefanha/tags...
2018-05-14 Peter MaydellMerge remote-tracking branch 'remotes/bonzini/tags...
2018-05-11 Peter MaydellMerge remote-tracking branch 'remotes/pmaydell/tags...
2018-05-11 Peter MaydellMerge remote-tracking branch 'remotes/rth/tags/cota...
2018-05-11 Peter MaydellMerge remote-tracking branch 'remotes/rth/tags/tcg...
2018-05-11 Paolo Bonzinirename included C files to foo.inc.c, remove osdep.h
2018-05-11 David Hildenbrandpc-dimm: fix error messages if no slots were defined
2018-05-11 Jan Kiszkabuild: Silence dtc directory creation
2018-05-11 Philippe Mathieu... shippable: Remove Debian 8 libfdt kludge
2018-05-11 Philippe Mathieu... configure: Display if libfdt is from system or git
2018-05-11 Philippe Mathieu... configure: Really use local libfdt if the system one...
2018-05-11 Vitaly Kuznetsovi386/kvm: add support for Hyper-V reenlightenment MSRs
2018-05-11 Richard Hendersontarget/m68k: Fix build Werror with gcc 8.0.1
2018-05-10 Richard Hendersontarget/arm: Clear SVE high bits for FMOV
2018-05-10 Richard Hendersontarget/arm: Fix float16 to/from int16
2018-05-10 Richard Hendersontarget/arm: Implement vector shifted FCVT for fp16
2018-05-10 Richard Hendersontarget/arm: Implement vector shifted SCVF/UCVF for...
2018-05-10 Richard Hendersontarget/arm: Enable ARM_FEATURE_V8_ATOMICS for user...
2018-05-10 Richard Hendersontarget/arm: Implement CAS and CASP
2018-05-10 Richard Hendersontarget/arm: Fill in disas_ldst_atomic
2018-05-10 Richard Hendersontarget/arm: Introduce ARM_FEATURE_V8_ATOMICS and initia...
2018-05-10 Richard Hendersontarget/riscv: Use new atomic min/max expanders
2018-05-10 Richard Hendersontcg: Use GEN_ATOMIC_HELPER_FN for opposite endian atomi...
2018-05-10 Richard Hendersontcg: Introduce atomic helpers for integer min/max
2018-05-10 Richard Hendersontarget/xtensa: Use new min/max expanders
2018-05-10 Richard Hendersontarget/arm: Use new min/max expanders
2018-05-10 Richard Hendersontcg: Introduce helpers for integer min/max
2018-05-10 Peter Maydellatomic.h: Work around gcc spurious "unused value" warning
2018-05-10 Igor Mammedovmake sure that we aren't overwriting mc->get_hotplug_ha...
2018-05-10 Igor Mammedovarm/boot: split load_dtb() from arm_load_kernel()
2018-05-10 Igor Mammedovplatform-bus-device: use device plug callback instead...
2018-05-10 Igor Mammedovpc: simplify MachineClass::get_hotplug_handler handling
2018-05-10 Peter Maydellsoftfloat: Handle default NaN mode after pickNaNMulAdd...
2018-05-10 Peter Maydellhw/arm/iotkit.c: fix minor memory leak
2018-05-10 Thomas HuthMAINTAINERS: Add trace-events and qemu-option-trace...
2018-05-10 Peter MaydellMerge remote-tracking branch 'remotes/riscv/tags/riscv...
2018-05-09 Emilio G. Cotatarget/riscv: convert to TranslatorOps
2018-05-09 Emilio G. Cotatarget/riscv: convert to DisasContextBase
2018-05-09 Emilio G. Cotatarget/riscv: convert to DisasJumpType
2018-05-09 Emilio G. Cotatarget/openrisc: convert to TranslatorOps
2018-05-09 Emilio G. Cotatarget/openrisc: convert to DisasContextBase
2018-05-09 Emilio G. Cotatarget/s390x: convert to TranslatorOps
2018-05-09 Emilio G. Cotatarget/s390x: convert to DisasContextBase
2018-05-09 Emilio G. Cotatarget/s390x: convert to DisasJumpType
2018-05-09 Emilio G. Cotatarget/mips: convert to TranslatorOps
2018-05-09 Emilio G. Cotatarget/mips: use *ctx for DisasContext
2018-05-09 Emilio G. Cotatarget/mips: convert to DisasContextBase
2018-05-09 Emilio G. Cotatarget/mips: convert to DisasJumpType
2018-05-09 Emilio G. Cotatarget/mips: use lookup_and_goto_ptr on BS_STOP
2018-05-09 Emilio G. Cotatarget/sparc: convert to TranslatorOps
2018-05-09 Emilio G. Cotatarget/sparc: convert to DisasContextBase
2018-05-09 Emilio G. Cotatarget/sparc: convert to DisasJumpType
2018-05-09 Emilio G. Cotatarget/sh4: convert to TranslatorOps
2018-05-09 Emilio G. Cotatranslator: merge max_insns into DisasContextBase
2018-05-09 Emilio G. Cotatarget/mips: avoid integer overflow in next_page PC...
2018-05-09 Emilio G. Cotatarget/s390x: avoid integer overflow in next_page PC...
2018-05-09 Emilio G. Cotatarget/arm: avoid integer overflow in next_page PC...
2018-05-09 Emilio G. Cotatarget/microblaze: avoid integer overflow in next_page...
2018-05-09 Emilio G. Cotatarget/tilegx: avoid integer overflow in next_page...
2018-05-09 Emilio G. Cotatarget/unicore32: avoid integer overflow in next_page...
2018-05-09 Emilio G. Cotatarget/xtensa: avoid integer overflow in next_page...
2018-05-09 Emilio G. Cotatarget/lm32: avoid integer overflow in next_page PC...
2018-05-09 Emilio G. Cotatarget/cris: avoid integer overflow in next_page PC...
2018-05-09 Emilio G. Cotatarget/riscv: avoid integer overflow in next_page PC...
2018-05-09 Richard Hendersontcg: Limit the number of ops in a TB
2018-05-09 Peter Maydelltcg/i386: Fix dup_vec in non-AVX2 codepath
2018-05-09 KONRAD Fredericriscv: requires libfdt
2018-05-08 Daniel P. Berrangéqemu-doc: provide details of supported build platforms
2018-05-08 Thomas Huthqemu-options: Remove deprecated -no-kvm-irqchip
2018-05-08 Thomas Huthqemu-options: Remove deprecated -no-kvm-pit-reinjection
2018-05-08 Thomas Huthqemu-options: Bail out on unsupported options instead...
2018-05-08 Thomas Huthqemu-options: Remove remainders of the -tdf option
2018-05-08 Thomas Huthqemu-options: Mark -virtioconsole as deprecated
2018-05-08 Paolo Bonzinitarget/i386: sev: fix memory leaks
2018-05-08 Daniel P. Berrangéopts: don't silently truncate long option values
2018-05-08 Daniel P. Berrangéopts: don't silently truncate long parameter keys
2018-05-08 Daniel P. Berrangéaccel: use g_strsplit for parsing accelerator names
2018-05-08 Roman Kaganupdate-linux-headers: drop hyperv.h
2018-05-08 Peter Xuqemu-thread: always keep the posix wrapper layer
2018-05-08 Paolo Bonziniexec: reintroduce MemoryRegion caching
2018-05-08 Paolo Bonziniexec: extract address_space_translate_iommu, fix page_m...
2018-05-08 Paolo Bonziniexec: small changes to flatview_do_translate
2018-05-08 Paolo Bonziniexec: move memory access declarations to a common heade...
2018-05-08 Paolo Bonzinimemdev: remove "id" property
2018-05-08 Paolo Bonziniqom: allow object_get_canonical_path_component without...
2018-05-08 Peter Xucheckpatch.pl: add common glib defines to typelist
2018-05-08 Cédric Le Goatercpus: tcg: fix never exiting loop on unplug
2018-05-08 Markus Armbrustercpus: Fix event order on resume of stopped guest
2018-05-08 Olaf Heringconfigure: recognize more rpmbuild macros
2018-05-08 KONRAD Fredericriscv: htif: increase the priority of the htif subregion
2018-05-08 KONRAD Fredericriscv: spike: allow base == 0
2018-05-08 Peter MaydellMerge remote-tracking branch 'remotes/cody/tags/block...
2018-05-08 Kevin Wolfsheepdog: Fix sd_co_create_opts() memory leaks
2018-05-08 Max Reitziotests: Add test for cancelling a mirror job
2018-05-08 Max Reitzblock/mirror: Make cancel always cancel pre-READY
next