index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
docs
/
sphinx
/
dbusdoc.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-03-05
target/ppc: Add missing helper_reset_fpstatus to VSX_MAX_MINC
VĂctor Colombo
1
-0
/
+2
2022-03-05
target/ppc: split XXGENPCV macros for readability
Matheus Ferst
2
-42
/
+57
2022-03-05
target/ppc: use andc in vrlqmi
Matheus Ferst
1
-4
/
+2
2022-03-05
target/ppc: use extract/extract2 to create vrlqnm mask
Matheus Ferst
1
-7
/
+3
2022-03-05
target/ppc: use ext32u and deposit in do_vx_vmulhw_i64
Matheus Ferst
1
-7
/
+3
2022-03-05
target/ppc: Fix vmul[eo]* instructions marked 2.07
Lucas Mateus Castro (alqotel)
1
-8
/
+8
2022-03-05
tests/tcg/ppc64le: Use Altivec register names in clobber list
Matheus Ferst
1
-8
/
+8
2022-03-05
tests/tcg/ppc64le: emit bcdsub with .long when needed
Matheus Ferst
1
-31
/
+42
2022-03-05
tests/tcg/ppc64le: drop __int128 usage in bcdsub
Matheus Ferst
1
-68
/
+61
2022-03-05
target/ppc: change xs[n]madd[am]sp to use float64r32_muladd
Matheus Ferst
1
-38
/
+20
2022-03-05
tests/tcg/ppc64le: use inline asm instead of __builtin_mtfsf
Matheus Ferst
1
-10
/
+9
2022-03-05
Use long endian options for ppc64
Miroslav Rezanina
2
-4
/
+4
2022-03-03
target/nios2: Rewrite interrupt handling
Richard Henderson
5
-36
/
+9
2022-03-03
target/nios2: Special case ipending in rdctl and wrctl
Richard Henderson
1
-0
/
+14
2022-03-03
target/nios2: Split mmu_write
Richard Henderson
4
-107
/
+100
2022-03-03
target/nios2: Hoist R_ZERO check in rdctl
Richard Henderson
1
-3
/
+5
2022-03-03
target/nios2: Only build mmu.c for system mode
Richard Henderson
2
-5
/
+1
2022-03-03
target/nios2: Replace MMU_LOG with tracepoints
Richard Henderson
3
-68
/
+39
2022-03-03
target/nios2: Remove mmu_read_debug
Richard Henderson
5
-44
/
+0
2022-03-03
hw/nvme: 64-bit pi support
Naveen Nagar
7
-98
/
+608
2022-03-03
hw/nvme: add pi tuple size helper
Klaus Jensen
3
-14
/
+21
2022-03-03
hw/nvme: add support for the lbafee hbs feature
Naveen Nagar
4
-11
/
+46
2022-03-03
hw/nvme: move format parameter parsing
Klaus Jensen
1
-13
/
+18
2022-03-03
hw/nvme: add host behavior support feature
Naveen Nagar
3
-1
/
+20
2022-03-03
hw/nvme: move dif/pi prototypes into dif.h
Klaus Jensen
4
-50
/
+55
2022-03-03
target/riscv: expose zfinx, zdinx, zhinx{min} properties
Weiwei Li
1
-0
/
+5
2022-03-03
target/riscv: add support for zhinx/zhinxmin
Weiwei Li
4
-143
/
+296
2022-03-03
target/riscv: add support for zdinx
Weiwei Li
2
-78
/
+259
2022-03-03
target/riscv: add support for zfinx
Weiwei Li
5
-145
/
+369
2022-03-03
target/riscv: hardwire mstatus.FS to zero when enable zfinx
Weiwei Li
3
-6
/
+29
2022-03-03
target/riscv: add cfg properties for zfinx, zdinx and zhinx{min}
Weiwei Li
2
-0
/
+16
2022-03-03
hw: riscv: opentitan: fixup SPI addresses
Wilfred Mallawa
2
-4
/
+12
2022-03-03
hw/riscv: virt: Increase maximum number of allowed CPUs
Anup Patel
2
-1
/
+11
2022-03-03
docs/system: riscv: Document AIA options for virt machine
Anup Patel
1
-0
/
+16
2022-03-03
hw/riscv: virt: Add optional AIA IMSIC support to virt machine
Anup Patel
3
-84
/
+373
2022-03-03
hw/intc: Add RISC-V AIA IMSIC device emulation
Anup Patel
4
-0
/
+520
2022-03-03
hw/riscv: virt: Add optional AIA APLIC support to virt machine
Anup Patel
3
-59
/
+259
2022-03-03
target/riscv: fix inverted checks for ext_zb[abcs]
Philipp Tomsich
1
-4
/
+4
2022-03-02
ui/cocoa.m: Remove unnecessary NSAutoreleasePools
Peter Maydell
1
-6
/
+0
2022-03-02
ui/cocoa.m: Fix updateUIInfo threading issues
Peter Maydell
1
-3
/
+22
2022-03-02
target/arm: Report KVM's actual PSCI version to guest in dtb
Peter Maydell
3
-3
/
+15
2022-03-02
target/arm: Implement FEAT_LPA2
Richard Henderson
4
-15
/
+112
2022-03-02
target/arm: Advertise all page sizes for -cpu max
Richard Henderson
1
-0
/
+4
2022-03-02
target/arm: Validate tlbi TG matches translation granule in use
Richard Henderson
1
-3
/
+7
2022-03-02
target/arm: Fix TLBIRange.base for 16k and 64k pages
Richard Henderson
1
-2
/
+3
2022-03-02
target/arm: Introduce tlbi_aa64_get_range
Richard Henderson
1
-34
/
+24
2022-03-02
target/arm: Extend arm_fi_to_lfsc to level -1
Richard Henderson
1
-6
/
+29
2022-03-02
target/arm: Implement FEAT_LPA
Richard Henderson
4
-5
/
+19
2022-03-02
target/arm: Implement FEAT_LVA
Richard Henderson
5
-2
/
+16
2022-03-02
target/arm: Prepare DBGBVR and DBGWVR for FEAT_LVA
Richard Henderson
1
-8
/
+24
[next]