]> git.proxmox.com Git - mirror_qemu.git/shortlog
mirror_qemu.git
2017-07-21 Peter Maydellconfigure: Never use 'uname' to identify target OS
2017-07-21 Peter Maydellbsd-user/main.c: Fix unused variable warning
2017-07-21 Peter Maydellbsd-user/bsdload.c: Remove write-only id_change variable
2017-07-21 Mark Cave-Aylandblock/vpc: fix uninitialised variable compiler warning
2017-07-21 Peter MaydellMerge remote-tracking branch 'remotes/yongbok/tags...
2017-07-21 Peter MaydellMerge remote-tracking branch 'remotes/stsquad/tags...
2017-07-21 Peter Maydellbsd-user/elfload.c: Fix set-but-not-used warnings
2017-07-21 Peter Maydellbsd-user/mmap.c: Move __thread attribute to right place
2017-07-21 Peter MaydellUse qemu_tolower() and qemu_toupper(), not tolower...
2017-07-21 Peter Maydellutil/oslib-posix.c: Avoid warning on NetBSD
2017-07-21 James Hogantarget/mips: Enable CP0_EBase.WG on MIPS64 CPUs
2017-07-21 James Hogantarget/mips: Add EVA support to P5600
2017-07-20 James Hogantarget/mips: Implement segmentation control
2017-07-20 James Hogantarget/mips: Add segmentation control registers
2017-07-20 James Hogantarget/mips: Add an MMU mode for ERL
2017-07-20 James Hogantarget/mips: Abstract mmu_idx from hflags
2017-07-20 James Hogantarget/mips: Check memory permissions with mem_idx
2017-07-20 James Hogantarget/mips: Decode microMIPS EVA load & store instructions
2017-07-20 James Hogantarget/mips: Decode MIPS32 EVA load & store instructions
2017-07-20 James Hogantarget/mips: Prepare loads/stores for EVA
2017-07-20 James Hogantarget/mips: Add CP0_Ebase.WG (write gate) support
2017-07-20 James Hogantarget/mips: Weaken TLB flush on UX,SX,KX,ASID changes
2017-07-20 James Hogantarget/mips: Fix TLBWI shadow flush for EHINV,XI,RI
2017-07-20 James Hogantarget/mips: Fix MIPS64 MFC0 UserLocal on BE host
2017-07-20 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/usb...
2017-07-20 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/ui...
2017-07-20 Peter Maydelltests: Handle $RANDOM not being supported by the shell
2017-07-20 Kamil Rytarowskiconfigure: Don't build ivshmem tools unless CONFIG_IVSH...
2017-07-20 Kamil Rytarowskiconfigure: Use an explicit CONFIG_IVSHMEM rather than...
2017-07-20 Peter Maydellconfigure: Rename CONFIG_IVSHMEM to CONFIG_IVSHMEM_DEVICE
2017-07-20 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/misc...
2017-07-20 Peter MaydellMerge remote-tracking branch 'remotes/rth/tags/pull...
2017-07-20 Khem RajReplace 'struct ucontext' with 'ucontext_t' type
2017-07-20 Eric Blakeusb: Fix build with newer gcc
2017-07-20 Gerd Hoffmannadd editorconfig
2017-07-20 Gerd Hoffmannadd scripts/git.orderfile
2017-07-20 Gerd Hoffmannkeymaps: fr-ca: more fixups
2017-07-20 Markus Armbrustervnc: Clarify documentation of QMP command change
2017-07-19 Lluís Vilanovatcg: Pass generic CPUState to gen_intermediate_code()
2017-07-19 Philippe Mathieu... tcg/tci: enable bswap16_i64
2017-07-19 Philippe Mathieu... target/alpha: optimize gen_cvtlq() using deposit op
2017-07-19 Philippe Mathieu... target/sparc: optimize gen_op_mulscc() using deposit op
2017-07-19 Philippe Mathieu... target/sparc: optimize various functions using extract op
2017-07-19 Philippe Mathieu... target/ppc: optimize various functions using extract op
2017-07-19 Philippe Mathieu... target/m68k: optimize bcd_flags() using extract op
2017-07-19 Aurelien Jarnotarget/arm: optimize aarch32 rev16
2017-07-19 Richard Hendersontarget/arm: Optimize aarch64 rev16
2017-07-19 Philippe Mathieu... coccinelle: add a script to optimize tcg op using tcg_g...
2017-07-19 Philippe Mathieu... coccinelle: ignore ASTs pre-parsed cached C files
2017-07-19 Richard Hendersontcg: Expand glue macros before stringifying helper...
2017-07-19 Philippe Mathieu... util/cacheinfo: Add missing include for ppc linux
2017-07-19 Jiang Biaotcg/mips: reserve a register for the guest_base.
2017-07-19 Peter MaydellMerge remote-tracking branch 'remotes/berrange/tags...
2017-07-19 Peter MaydellMerge remote-tracking branch 'remotes/rth/tags/pull...
2017-07-19 Peter MaydellMerge remote-tracking branch 'remotes/sstabellini/tags...
2017-07-19 Peter MaydellMerge remote-tracking branch 'remotes/aurel/tags/pull...
2017-07-19 Peter MaydellMerge remote-tracking branch 'remotes/jnsnow/tags/ide...
2017-07-19 Peter MaydellMerge remote-tracking branch 'remotes/juanquintela...
2017-07-19 Peter MaydellMerge remote-tracking branch 'remotes/kevin/tags/for...
2017-07-19 Longpeng(Mike)tests: crypto: add hmac speed benchmark support
2017-07-19 Longpeng(Mike)tests: crypto: add hash speed benchmark support
2017-07-19 Longpeng(Mike)tests: crypto: add cipher speed benchmark support
2017-07-19 Longpeng(Mike)crypto: hmac: add af_alg-backend hmac support
2017-07-19 Longpeng(Mike)crypto: hash: add afalg-backend hash support
2017-07-19 Longpeng(Mike)crypto: cipher: add afalg-backend cipher support
2017-07-19 Longpeng(Mike)crypto: introduce some common functions for af_alg...
2017-07-19 Longpeng(Mike)crypto: hmac: add hmac driver framework
2017-07-19 Longpeng(Mike)crypto: hmac: introduce qcrypto_hmac_ctx_new for glib...
2017-07-19 Longpeng(Mike)crypto: hmac: introduce qcrypto_hmac_ctx_new for nettle...
2017-07-19 Longpeng(Mike)crypto: hmac: introduce qcrypto_hmac_ctx_new for gcrypt...
2017-07-19 Longpeng(Mike)crypto: hmac: move crypto/hmac.h into include/crypto/
2017-07-19 Longpeng(Mike)crypto: hash: add hash driver framework
2017-07-19 Longpeng(Mike)crypto: cipher: add cipher driver framework
2017-07-19 Longpeng(Mike)crypto: cipher: introduce qcrypto_cipher_ctx_new for...
2017-07-19 Longpeng(Mike)crypto: cipher: introduce qcrypto_cipher_ctx_new for...
2017-07-19 Longpeng(Mike)crypto: cipher: introduce qcrypto_cipher_ctx_new for...
2017-07-19 Longpeng(Mike)crypto: cipher: introduce context free function
2017-07-19 Peter MaydellMerge remote-tracking branch 'remotes/berrange/tags...
2017-07-19 Richard Hendersontarget/alpha: Log temp leaks
2017-07-19 Richard Hendersontarget/alpha: Fix temp leak in gen_fbcond
2017-07-19 Richard Hendersontarget/alpha: Fix temp leak in gen_call_pal
2017-07-19 Richard Hendersontarget/alpha: Fix temp leak in gen_mtpr
2017-07-19 Richard Hendersontarget/alpha: Fix temp leak in gen_bcond
2017-07-19 Richard Hendersontarget/alpha: Merge several flag bytes into ENV->FLAGS
2017-07-19 Richard Hendersontarget/alpha: Copy tb->flags into DisasContext
2017-07-19 Richard Hendersontarget/alpha: Remove amask from tb->flags
2017-07-18 Richard Hendersontarget/sh4: Use tcg_gen_lookup_and_goto_ptr
2017-07-18 Richard Hendersontarget/sh4: Implement fsrra
2017-07-18 Richard Hendersontarget/sh4: Add missing FPSCR.PR == 0 checks
2017-07-18 Richard Hendersontarget/sh4: Implement fpchg
2017-07-18 Richard Hendersontarget/sh4: Introduce CHECK_SH4A
2017-07-18 Richard Hendersontarget/sh4: Introduce CHECK_FPSCR_PR_*
2017-07-18 Richard Hendersontarget/sh4: Tidy misc illegal insn checks
2017-07-18 Richard Hendersontarget/sh4: Unify code for CHECK_FPU_ENABLED
2017-07-18 Richard Hendersontarget/sh4: Unify code for CHECK_PRIVILEGED
2017-07-18 Richard Hendersontarget/sh4: Unify code for CHECK_NOT_DELAY_SLOT
2017-07-18 Richard Hendersontarget/sh4: Simplify 64-bit fp reg-reg move
2017-07-18 Richard Hendersontarget/sh4: Load/store Dr as 64-bit quantities
2017-07-18 Richard Hendersontarget/sh4: Merge DREG into fpr64 routines
2017-07-18 Richard Hendersontarget/sh4: Eliminate unused XREG macro
next