OSDN Git Service

qmiga/qemu.git
2019-05-17 David Hildenbrands390x/tcg: Implement VECTOR ELEMENT ROTATE AND INSERT...
2019-05-17 David Hildenbrands390x/tcg: Implement VECTOR ELEMENT ROTATE LEFT LOGICAL
2019-05-17 David Hildenbrands390x/tcg: Implement VECTOR POPULATION COUNT
2019-05-17 David Hildenbrands390x/tcg: Implement VECTOR OR WITH COMPLEMENT
2019-05-17 David Hildenbrands390x/tcg: Implement VECTOR OR
2019-05-17 David Hildenbrands390x/tcg: Implement VECTOR NOT EXCLUSIVE OR
2019-05-17 David Hildenbrands390x/tcg: Implement VECTOR NOR
2019-05-17 David Hildenbrands390x/tcg: Implement VECTOR NAND
2019-05-17 David Hildenbrands390x/tcg: Implement VECTOR MULTIPLY *
2019-05-17 David Hildenbrands390x/tcg: Implement VECTOR MULTIPLY AND ADD *
2019-05-17 David Hildenbrands390x/tcg: Implement VECTOR (MAXIMUM|MINIMUM) (LOGICAL)
2019-05-17 David Hildenbrands390x/tcg: Implement VECTOR LOAD POSITIVE
2019-05-17 David Hildenbrands390x/tcg: Implement VECTOR LOAD COMPLEMENT
2019-05-17 David Hildenbrands390x/tcg: Implement VECTOR GALOIS FIELD MULTIPLY SUM...
2019-05-17 David Hildenbrands390x/tcg: Implement VECTOR EXCLUSIVE OR
2019-05-17 David Hildenbrands390x/tcg: Implement VECTOR COUNT TRAILING ZEROS
2019-05-17 David Hildenbrands390x/tcg: Implement VECTOR COUNT LEADING ZEROS
2019-05-17 David Hildenbrands390x/tcg: Implement VECTOR COMPARE *
2019-05-17 David Hildenbrands390x/tcg: Implement VECTOR ELEMENT COMPARE *
2019-05-17 David Hildenbrands390x/tcg: Implement VECTOR CHECKSUM
2019-05-17 David Hildenbrands390x/tcg: Implement VECTOR AVERAGE LOGICAL
2019-05-17 David Hildenbrands390x/tcg: Implement VECTOR AVERAGE
2019-05-17 David Hildenbrands390x/tcg: Implement VECTOR AND (WITH COMPLEMENT)
2019-05-17 David Hildenbrands390x/tcg: Implement VECTOR ADD WITH CARRY COMPUTE...
2019-05-17 David Hildenbrands390x/tcg: Implement VECTOR ADD WITH CARRY
2019-05-17 David Hildenbrands390x/tcg: Implement VECTOR ADD COMPUTE CARRY
2019-05-17 David Hildenbrands390x/tcg: Implement VECTOR ADD
2019-05-17 Cornelia Hucks390/css: handle CCW_FLAG_SKIP
2019-05-17 Cornelia HuckMerge tag 's390-ccw-bios-2019-05-08' into s390-next...
2019-05-17 Cornelia Hucks390/ipl: cast to SCSIDevice directly
2019-05-16 Peter MaydellMerge remote-tracking branch 'remotes/rth/tags/pull...
2019-05-16 Peter MaydellMerge remote-tracking branch 'remotes/dgilbert/tags...
2019-05-14 Eduardo Habkostmonitor: Call mon_get_cpu() only once at hmp_gva2gpa()
2019-05-14 Wei Yangmigration/ram.c: fix typos in comments
2019-05-14 Yury Kotovmigration: Fix use-after-free during process exit
2019-05-14 Wei Yangmigration/savevm: wrap into qemu_loadvm_state_header()
2019-05-14 Wei Yangmigration/savevm: load_header before load_setup
2019-05-14 Wei Yangmigration/savevm: remove duplicate check of migration_i...
2019-05-14 Yi Wangmigration: update comments of migration bitmap
2019-05-14 Wei Yangmigration/ram.c: start of migration_bitmap_sync_range...
2019-05-14 Zhang Chenqemu-option.hx: Update missed parameter for colo-compare
2019-05-14 Zhang Chenmigration/colo.h: Remove obsolete codes
2019-05-14 Zhang Chenmigration/colo.c: Remove redundant input parameter
2019-05-14 Cole Robinsonmigration: savevm: fix error code with migration blockers
2019-05-14 Wei Yangvmstate: check subsection_found is enough
2019-05-14 Wei Yangmigration: remove not used field xfer_limit
2019-05-14 Wei Yangmigration: not necessary to check ops again
2019-05-14 Peter Xumigration: comment VMSTATE_UNUSED*() properly
2019-05-14 Peter MaydellMerge remote-tracking branch 'remotes/rth/tags/pull...
2019-05-13 Richard Hendersontcg/aarch64: Do not advertise minmax for MO_64
2019-05-13 Richard Hendersontarget/xtensa: Use tcg_gen_abs_i32
2019-05-13 Philippe Mathieu... target/tricore: Use tcg_gen_abs_tl
2019-05-13 Richard Hendersontarget/s390x: Use tcg_gen_abs_i64
2019-05-13 Richard Hendersontarget/ppc: Use tcg_gen_abs_tl
2019-05-13 Philippe Mathieu... target/ppc: Use tcg_gen_abs_i32
2019-05-13 Richard Hendersontarget/cris: Use tcg_gen_abs_tl
2019-05-13 Richard Hendersontarget/arm: Use tcg_gen_abs_i64 and tcg_gen_gvec_abs
2019-05-13 Richard Hendersontcg/aarch64: Support vector absolute value
2019-05-13 Richard Hendersontcg/i386: Support vector absolute value
2019-05-13 Richard Hendersontcg: Add support for vector absolute value
2019-05-13 Richard Hendersontcg: Add support for integer absolute value
2019-05-13 Richard Hendersontcg/i386: Support vector scalar shift opcodes
2019-05-13 Richard Hendersontcg: Add gvec expanders for vector shift by scalar
2019-05-13 Richard Hendersontcg/aarch64: Support vector variable shift opcodes
2019-05-13 Richard Hendersontcg/i386: Support vector variable shift opcodes
2019-05-13 Richard Hendersontcg: Add gvec expanders for variable shift
2019-05-13 Richard Hendersontcg: Add INDEX_op_dupm_vec
2019-05-13 Richard Hendersontcg/aarch64: Implement tcg_out_dupm_vec
2019-05-13 Richard Hendersontcg/i386: Implement tcg_out_dupm_vec
2019-05-13 Richard Hendersontcg: Add tcg_out_dupm_vec to the backend interface
2019-05-13 Richard Hendersontcg: Manually expand INDEX_op_dup_vec
2019-05-13 Richard Hendersontcg: Promote tcg_out_{dup,dupi}_vec to backend interface
2019-05-13 Richard Hendersontcg: Support cross-class moves without instruction...
2019-05-13 Richard Hendersontcg: Return bool success from tcg_out_mov
2019-05-13 Richard Hendersontcg/arm: Use tcg_out_mov_reg in tcg_out_mov
2019-05-13 Richard Hendersontcg: Assert fixed_reg is read-only
2019-05-13 Richard Hendersontcg: Specify optional vector requirements with a list
2019-05-13 Richard Hendersontcg: Allow add_vec, sub_vec, neg_vec, not_vec to be...
2019-05-13 Richard Hendersontcg: Do not recreate INDEX_op_neg_vec unless supported
2019-05-13 David Hildenbrandtcg: Implement tcg_gen_gvec_3i()
2019-05-13 Peter MaydellMerge remote-tracking branch 'remotes/huth-gitlab/tags...
2019-05-13 Peter MaydellMerge remote-tracking branch 'remotes/armbru/tags/pull...
2019-05-13 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/input...
2019-05-13 Peter MaydellMerge remote-tracking branch 'remotes/stsquad/tags...
2019-05-13 Thomas Huthhw/arm: Remove hard-enablement of the remaining PCI...
2019-05-13 Thomas Huthhw/arm: Express dependencies of the musca machines...
2019-05-13 Thomas Huthhw/arm: Express dependencies of the xlnx-versal-virt...
2019-05-13 Thomas Huthhw/arm: Express dependencies of the ZynqMP zcu102 machi...
2019-05-13 Thomas Huthhw/arm: Express dependencies of the microbit / nrf51...
2019-05-13 Thomas Huthhw/arm: Express dependencies of the remaining IMX board...
2019-05-13 Thomas Huthhw/arm: Express dependencies of the MSF2 / EMCRAFT_SF2...
2019-05-13 Thomas Huthhw/arm: Express dependencies of sabrelite with Kconfig
2019-05-13 Thomas Huthhw/arm: Express dependencies of canon-a1100 with Kconfig
2019-05-13 Thomas Huthhw/arm: Express dependencies of the raspi machines...
2019-05-13 Thomas Huthhw/arm: Express dependencies of the MPS2 boards with...
2019-05-13 Thomas Huthhw/arm: Express dependencies of allwinner / cubieboard...
2019-05-13 Thomas Huthhw/arm: Express dependencies of netduino / stm32f2xx...
2019-05-13 Thomas Huthhw/arm: Express dependencies of the virt machine with...
2019-05-13 Thomas Huthhw/arm: Express dependencies of the aspeed boards with...
2019-05-13 Thomas Huthhw/arm: Express dependencies of collie with Kconfig
next