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
*
target/riscv: Implement the stval/mtval illegal instruction
Alistair Francis
2022-01-08
3
-0
/
+8
*
target/riscv: Fixup setting GVA
Alistair Francis
2022-01-08
1
-15
/
+6
*
target/riscv: Set the opcode in DisasContext
Alistair Francis
2022-01-08
1
-0
/
+2
*
target/riscv: actual functions to realize crs 128-bit insns
Frédéric Pétrot
2022-01-08
3
-30
/
+175
*
target/riscv: modification of the trans_csrxx for 128-bit support
Frédéric Pétrot
2022-01-08
1
-43
/
+158
*
target/riscv: helper functions to wrap calls to 128-bit csr insns
Frédéric Pétrot
2022-01-08
4
-0
/
+69
*
target/riscv: adding high part of some csrs
Frédéric Pétrot
2022-01-08
2
-0
/
+6
*
target/riscv: support for 128-bit M extension
Frédéric Pétrot
2022-01-08
6
-13
/
+295
*
target/riscv: support for 128-bit arithmetic instructions
Frédéric Pétrot
2022-01-08
5
-49
/
+222
*
target/riscv: support for 128-bit shift instructions
Frédéric Pétrot
2022-01-08
4
-44
/
+270
*
target/riscv: support for 128-bit U-type instructions
Frédéric Pétrot
2022-01-08
2
-4
/
+25
*
target/riscv: support for 128-bit bitwise instructions
Frédéric Pétrot
2022-01-08
1
-2
/
+19
*
target/riscv: accessors to registers upper part and 128-bit load/store
Frédéric Pétrot
2022-01-08
4
-10
/
+163
*
target/riscv: moving some insns close to similar insns
Frédéric Pétrot
2022-01-08
1
-17
/
+17
*
target/riscv: setup everything for rv64 to support rv128 execution
Frédéric Pétrot
2022-01-08
5
-0
/
+32
*
target/riscv: array for the 64 upper bits of 128-bit registers
Frédéric Pétrot
2022-01-08
4
-1
/
+35
*
target/riscv: separation of bitwise logic and arithmetic helpers
Frédéric Pétrot
2022-01-08
3
-9
/
+36
*
target/riscv: additional macros to check instruction support
Frédéric Pétrot
2022-01-08
1
-4
/
+16
*
qemu/int128: addition of div/rem 128-bit operations
Frédéric Pétrot
2022-01-08
3
-0
/
+175
*
exec/memop: Adding signed quad and octo defines
Frédéric Pétrot
2022-01-08
1
-0
/
+7
*
exec/memop: Adding signedness to quad definitions
Frédéric Pétrot
2022-01-08
47
-311
/
+311
*
target/riscv: Fix position of 'experimental' comment
Philipp Tomsich
2022-01-08
1
-1
/
+2
*
target/riscv: rvv-1.0: Call the correct RVF/RVD check function for narrowing ...
Frank Chang
2022-01-08
1
-8
/
+24
*
target/riscv: rvv-1.0: Call the correct RVF/RVD check function for widening f...
Frank Chang
2022-01-08
1
-9
/
+25
*
target/riscv: rvv-1.0: Call the correct RVF/RVD check function for widening f...
Frank Chang
2022-01-08
1
-4
/
+8
*
roms/opensbi: Upgrade from v0.9 to v1.0
Bin Meng
2022-01-08
5
-0
/
+0
*
hw/riscv: virt: Allow support for 32 cores
Alistair Francis
2022-01-08
1
-1
/
+1
*
hw/riscv: Use error_fatal for SoC realisation
Alistair Francis
2022-01-08
4
-4
/
+4
*
target/riscv: Enable the Hypervisor extension by default
Alistair Francis
2022-01-08
1
-1
/
+1
*
target/riscv: Mark the Hypervisor extension as non experimental
Alistair Francis
2022-01-08
1
-1
/
+1
*
hw/intc: sifive_plic: Cleanup remaining functions
Alistair Francis
2022-01-08
1
-87
/
+22
*
hw/intc: sifive_plic: Cleanup the read function
Alistair Francis
2022-01-08
1
-44
/
+11
*
hw/intc: sifive_plic: Cleanup the write function
Alistair Francis
2022-01-08
1
-49
/
+27
*
hw/intc: sifive_plic: Add a reset function
Alistair Francis
2022-01-08
1
-0
/
+18
*
hw/dma: sifive_pdma: permit 4/8-byte access size of PDMA registers
Jim Shu
2022-01-08
1
-0
/
+4
*
hw/dma: sifive_pdma: support high 32-bit access of 64-bit register
Jim Shu
2022-01-08
1
-22
/
+155
*
target/riscv/pmp: fix no pmp illegal intrs
Nikita Shubin
2022-01-08
1
-1
/
+2
*
Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/virt/kvm/mst/qemu in...
Richard Henderson
2022-01-08
56
-493
/
+1202
|
\
|
*
tests: acpi: Add updated TPM related tables
Stefan Berger
2022-01-08
3
-2
/
+0
|
*
acpi: tpm: Add missing device identification objects
Stefan Berger
2022-01-08
2
-0
/
+8
|
*
tests: acpi: prepare for updated TPM related tables
Stefan Berger
2022-01-08
1
-0
/
+2
|
*
virtio/vhost-vsock: don't double close vhostfd, remove redundant cleanup
Daniil Tatianin
2022-01-08
1
-6
/
+5
|
*
hw/scsi/vhost-scsi: don't double close vhostfd on error
Daniil Tatianin
2022-01-08
1
-1
/
+8
|
*
hw/scsi/vhost-scsi: don't leak vqs on error
Daniil Tatianin
2022-01-08
1
-2
/
+4
|
*
docs: reSTify virtio-balloon-stats documentation and move to docs/interop
Thomas Huth
2022-01-08
3
-28
/
+32
|
*
hw/i386/pc: Add missing property descriptions
Thomas Huth
2022-01-08
1
-0
/
+8
|
*
acpihp: simplify acpi_pcihp_disable_root_bus
Ani Sinha
2022-01-08
1
-7
/
+2
|
*
tests: acpi: SLIC: update expected blobs
Igor Mammedov
2022-01-08
3
-2
/
+0
|
*
tests: acpi: add SLIC table test
Igor Mammedov
2022-01-08
1
-0
/
+15
|
*
tests: acpi: whitelist expected blobs before changing them
Igor Mammedov
2022-01-08
3
-0
/
+2
[next]