index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2019-08-19
targets (various): use softfloat-helpers.h where we can
Alex Bennée
2019-08-19
target/riscv: rationalise softfloat includes
Alex Bennée
2019-08-19
target/mips: rationalise softfloat includes
Alex Bennée
2019-08-19
fpu: rename softfloat-specialize.h -> .inc.c
Alex Bennée
2019-08-19
fpu: make softfloat-macros "self-contained"
Alex Bennée
2019-08-19
fpu: move inline helpers into a separate header
Alex Bennée
2019-08-19
fpu: remove the LIT64 macro
Alex Bennée
2019-08-19
target/m68k: replace LIT64 with UINT64_C macros
Alex Bennée
2019-08-19
fpu: replace LIT64 with UINT64_C macros
Alex Bennée
2019-08-19
fpu: use min/max values from stdint.h for integral overflow
Alex Bennée
2019-08-19
fpu: convert float[16/32/64]_squash_denormal to new modern style
Alex Bennée
2019-08-19
fpu: replace LIT64 usage with UINT64_C for specialize constants
Alex Bennée
2019-08-16
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190816'...
Peter Maydell
2019-08-16
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2019-08-16
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-08-15' into st...
Peter Maydell
2019-08-16
Merge remote-tracking branch 'remotes/armbru/tags/pull-include-2019-08-13-v2'...
Peter Maydell
2019-08-16
target/arm: Use tcg_gen_extrh_i64_i32 to extract the high word
Richard Henderson
2019-08-16
target/arm: Simplify SMMLA, SMMLAR, SMMLS, SMMLSR
Richard Henderson
2019-08-16
target/arm: Use tcg_gen_rotri_i32 for gen_swap_half
Richard Henderson
2019-08-16
target/arm: Use ror32 instead of open-coding the operation
Richard Henderson
2019-08-16
target/arm: Remove redundant shift tests
Richard Henderson
2019-08-16
target/arm: Use tcg_gen_deposit_i32 for PKHBT, PKHTB
Richard Henderson
2019-08-16
target/arm: Use tcg_gen_extract_i32 for shifter_out_im
Richard Henderson
2019-08-16
target/arm/kvm64: Move the get/put of fpsimd registers out
Andrew Jones
2019-08-16
target/arm/kvm64: Fix error returns
Andrew Jones
2019-08-16
target/arm/cpu: Use div-round-up to determine predicate register array size
Andrew Jones
2019-08-16
target/arm/helper: zcr: Add build bug next to value range assumption
Andrew Jones
2019-08-16
target/arm/cpu: Ensure we can use the pmu with kvm
Andrew Jones
2019-08-16
target/arm/cpu64: Ensure kvm really supports aarch64=off
Andrew Jones
2019-08-16
target/arm: Remove helper_double_saturate
Richard Henderson
2019-08-16
target/arm: Use unallocated_encoding for aarch32
Richard Henderson
2019-08-16
target/arm: Remove offset argument to gen_exception_bkpt_insn
Richard Henderson
2019-08-16
target/arm: Replace offset with pc in gen_exception_internal_insn
Richard Henderson
2019-08-16
target/arm: Replace offset with pc in gen_exception_insn
Richard Henderson
2019-08-16
target/arm: Replace s->pc with s->base.pc_next
Richard Henderson
2019-08-16
target/arm: Remove redundant s->pc & ~1
Richard Henderson
2019-08-16
target/arm: Introduce add_reg_for_lit
Richard Henderson
2019-08-16
target/arm: Introduce read_pc
Richard Henderson
2019-08-16
target/arm: Introduce pc_curr
Richard Henderson
2019-08-16
target/arm: Pass in pc to thumb_insn_is_16bit
Richard Henderson
2019-08-16
target/arm: Fix routing of singlestep exceptions
Peter Maydell
2019-08-16
target/arm: Factor out 'generate singlestep exception' function
Peter Maydell
2019-08-16
Set ENET_BD_BDU in I.MX FEC controller
Aaron Hill
2019-08-16
hw/misc/zynq_slcr: use standard register definition
Damien Hedde
2019-08-16
target/arm: generate a custom MIDR for -cpu max
Alex Bennée
2019-08-16
Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-08-1...
Peter Maydell
2019-08-16
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
2019-08-16
sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.h
Markus Armbruster
2019-08-16
Include sysemu/sysemu.h a lot less
Markus Armbruster
2019-08-16
Clean up inclusion of sysemu/sysemu.h
Markus Armbruster
[next]