index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
linux-user: Provide new force_sig_fault() function
Peter Maydell
2021-09-23
2
-0
/
+18
*
linux-user: Zero out target_siginfo_t in force_sig()
Peter Maydell
2021-09-23
1
-1
/
+1
*
linux-user/arm: Use force_sig() to deliver fpa11 emulation SIGFPE
Peter Maydell
2021-09-23
1
-7
/
+4
*
linux-user/arm: Set siginfo_t addr field for SIGTRAP signals
Peter Maydell
2021-09-23
1
-0
/
+1
*
linux-user/aarch64: Set siginfo_t addr field for SIGTRAP signals
Peter Maydell
2021-09-23
1
-0
/
+1
*
Merge remote-tracking branch 'remotes/alistair23/tags/pull-riscv-to-apply-202...
Richard Henderson
2021-09-21
34
-669
/
+1844
|
\
|
*
hw/riscv: opentitan: Correct the USB Dev address
Alistair Francis
2021-09-21
1
-1
/
+1
|
*
target/riscv: csr: Rename HCOUNTEREN_CY and friends
Bin Meng
2021-09-21
2
-16
/
+16
|
*
target/riscv: Backup/restore mstatus.SD bit when virtual register swapped
Frank Chang
2021-09-21
1
-1
/
+2
|
*
docs/system/riscv: sifive_u: Update U-Boot instructions
Bin Meng
2021-09-20
1
-23
/
+26
|
*
hw/dma: sifive_pdma: don't set Control.error if 0 bytes to transfer
Frank Chang
2021-09-20
1
-6
/
+6
|
*
hw/dma: sifive_pdma: allow non-multiple transaction size transactions
Green Wan
2021-09-20
1
-6
/
+10
|
*
hw/dma: sifive_pdma: claim bit must be set before DMA transactions
Frank Chang
2021-09-20
1
-0
/
+9
|
*
hw/dma: sifive_pdma: reset Next* registers when Control.claim is set
Frank Chang
2021-09-20
1
-0
/
+19
|
*
hw/riscv: virt: Add optional ACLINT support to virt machine
Anup Patel
2021-09-20
3
-1
/
+124
|
*
hw/riscv: virt: Re-factor FDT generation
Anup Patel
2021-09-20
1
-200
/
+327
|
*
hw/intc: Upgrade the SiFive CLINT implementation to RISC-V ACLINT
Anup Patel
2021-09-20
8
-156
/
+339
|
*
hw/intc: Rename sifive_clint sources to riscv_aclint sources
Anup Patel
2021-09-20
11
-15
/
+15
|
*
sifive_u: Connect the SiFive PWM device
Alistair Francis
2021-09-20
4
-2
/
+69
|
*
hw/timer: Add SiFive PWM support
Alistair Francis
2021-09-20
5
-0
/
+540
|
*
hw/intc: ibex_timer: Convert the timer to use RISC-V CPU GPIO lines
Alistair Francis
2021-09-20
3
-5
/
+17
|
*
hw/intc: sifive_plic: Convert the PLIC to use RISC-V CPU GPIO lines
Alistair Francis
2021-09-20
7
-12
/
+33
|
*
hw/intc: ibex_plic: Convert the PLIC to use RISC-V CPU GPIO lines
Alistair Francis
2021-09-20
3
-11
/
+16
|
*
hw/intc: sifive_clint: Use RISC-V CPU GPIO lines
Alistair Francis
2021-09-20
2
-20
/
+50
|
*
target/riscv: Expose interrupt pending bits as GPIO lines
Alistair Francis
2021-09-20
1
-0
/
+30
|
*
target/riscv: Fix satp write
LIU Zhiwei
2021-09-20
1
-1
/
+1
|
*
target/riscv: Update the ePMP CSR address
Alistair Francis
2021-09-20
2
-2
/
+3
*
|
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210921'...
Peter Maydell
2021-09-21
24
-168
/
+1825
|
\
\
|
*
|
target/arm: Optimize MVE 1op-immediate insns
Peter Maydell
2021-09-21
1
-5
/
+21
|
*
|
target/arm: Optimize MVE VSLI and VSRI
Peter Maydell
2021-09-21
1
-2
/
+2
|
*
|
target/arm: Optimize MVE VSHLL and VMOVL
Peter Maydell
2021-09-21
1
-8
/
+59
|
*
|
target/arm: Optimize MVE VSHL, VSHR immediate forms
Peter Maydell
2021-09-21
1
-20
/
+63
|
*
|
target/arm: Optimize MVE VMVN
Peter Maydell
2021-09-21
1
-1
/
+1
|
*
|
target/arm: Optimize MVE VDUP
Peter Maydell
2021-09-21
1
-4
/
+8
|
*
|
target/arm: Optimize MVE VNEG, VABS
Peter Maydell
2021-09-21
1
-10
/
+22
|
*
|
target/arm: Optimize MVE arithmetic ops
Peter Maydell
2021-09-21
1
-9
/
+11
|
*
|
target/arm: Optimize MVE logic ops
Peter Maydell
2021-09-21
1
-15
/
+36
|
*
|
target/arm: Add TB flag for "MVE insns not predicated"
Peter Maydell
2021-09-21
7
-9
/
+92
|
*
|
target/arm: Enforce that FPDSCR.LTPSIZE is 4 on inbound migration
Peter Maydell
2021-09-21
1
-0
/
+13
|
*
|
target/arm: Avoid goto_tb if we're trying to exit to the main loop
Peter Maydell
2021-09-21
1
-1
/
+33
|
*
|
hvf: arm: Add rudimentary PMC support
Alexander Graf
2021-09-21
1
-0
/
+179
|
*
|
arm: Add Hypervisor.framework build target
Alexander Graf
2021-09-21
3
-0
/
+12
|
*
|
hvf: arm: Implement PSCI handling
Alexander Graf
2021-09-21
3
-7
/
+139
|
*
|
hvf: arm: Implement -cpu host
Peter Maydell
2021-09-21
5
-6
/
+124
|
*
|
arm/hvf: Add a WFI handler
Peter Collingbourne
2021-09-21
3
-3
/
+82
|
*
|
hvf: Add Apple Silicon support
Alexander Graf
2021-09-20
7
-1
/
+834
|
*
|
hvf: Introduce hvf_arch_init() callback
Alexander Graf
2021-09-20
3
-1
/
+8
|
*
|
hvf: Add execute to dirty log permission bitmap
Alexander Graf
2021-09-20
1
-2
/
+2
|
*
|
arm: Move PMC register definitions to internals.h
Alexander Graf
2021-09-20
2
-44
/
+44
|
*
|
hw/intc: Set GIC maintenance interrupt level to only 0 or 1
Shashi Mallela
2021-09-20
1
-2
/
+3
[next]