OSDN Git Service

qmiga/qemu.git
2019-05-17 Greg Kurzfsdev: Drop unused extern declaration
2019-05-17 Peter MaydellMerge remote-tracking branch 'remotes/mcayland/tags...
2019-05-17 Peter MaydellMerge remote-tracking branch 'remotes/jasowang/tags...
2019-05-17 Peter MaydellMerge remote-tracking branch 'remotes/vivier/tags/m68k...
2019-05-17 Lukas Straubnet/colo-compare.c: Fix a crash in COLO Primary.
2019-05-17 Stefano Garzarellanet/slirp: fix the IPv6 prefix length error message
2019-05-17 Chris Kennae1000: Never increment the RX undersize count register
2019-05-17 Jason Wangvhost_net: don't set backend for the uninitialized...
2019-05-17 KONRAD FredericMAINTAINERS: add myself for leon3
2019-05-17 KONRAD Fredericleon3: introduce the plug and play mechanism
2019-05-17 KONRAD Fredericleon3: add a little bootloader
2019-05-17 KONRAD Fredericgrlib, apbuart: get rid of the old-style create function
2019-05-17 KONRAD Fredericgrlib, gptimer: get rid of the old-style create function
2019-05-17 KONRAD Fredericgrlib, irqmp: get rid of the old-style create function
2019-05-17 KONRAD Fredericleon3: fix the error message when no bios are provided
2019-05-17 Stephen Checkowayhw/char/escc: Lower irq when transmit buffer is filled
2019-05-16 Philippe Mathieu... target/m68k: Optimize rotate_x() using extract_i32()
2019-05-16 Philippe Mathieu... target/m68k: Fix a tcg_temp leak
2019-05-16 Philippe Mathieu... target/m68k: Reduce the l1 TCGLabel scope
2019-05-16 Peter Maydelltarget/m68k: Switch to transaction_failed hook
2019-05-16 Peter Maydelltarget/m68k: In get_physical_address() check for memory...
2019-05-16 Peter Maydelltarget/m68k: In dump_address_map() check for memory...
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
2019-05-13 Thomas Huthhw/arm: Express dependencies of xilinx-zynq with Kconfig
2019-05-13 Thomas Huthhw/arm: Express dependencies of the PXA2xx machines...
2019-05-13 Thomas Huthhw/arm: Express dependencies of realview, versatile...
2019-05-13 Thomas Huthhw/arm: Express dependencies of stellaris with Kconfig
2019-05-13 Thomas Huthhw/arm: Express dependencies of the OMAP machines with...
2019-05-13 Thomas Huthhw/arm: Express dependencies of musicpal with Kconfig
2019-05-13 Thomas Huthhw/arm: Express dependencies of the fsl-imx31 machine...
2019-05-13 Thomas Huthhw/arm: Express dependencies of integratorcp with Kconfig
next