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
Commit message (
Expand
)
Author
Age
Files
Lines
*
hw/pci-bridge/cxl_upstream: Provide x-speed and x-width properties.
Jonathan Cameron
2024-11-04
1
-13
/
+10
*
hw/pci-bridge/cxl_root_port: Provide x-speed and x-width properties.
Jonathan Cameron
2024-11-04
1
-0
/
+5
*
hw/acpi: Generic Initiator - add missing object class property descriptions.
Jonathan Cameron
2024-11-04
1
-0
/
+4
*
hw/acpi: Make storage of node id uint32_t to reduce fragility
Jonathan Cameron
2024-11-04
3
-3
/
+3
*
hw/acpi: Generic Port Affinity Structure support
Jonathan Cameron
2024-11-04
9
-5
/
+202
*
hw/pci-host/gpex-acpi: Use acpi_uid property.
Jonathan Cameron
2024-11-04
1
-1
/
+4
*
hw/i386/acpi: Use TYPE_PXB_BUS property acpi_uid for DSDT
Jonathan Cameron
2024-11-04
1
-1
/
+4
*
hw/pci-bridge: Add acpi_uid property to TYPE_PXB_BUS
Jonathan Cameron
2024-11-04
1
-0
/
+13
*
acpi/pci: Move Generic Initiator object handling into acpi/pci.*
Jonathan Cameron
2024-11-04
7
-147
/
+127
*
hw/pci: Add a busnr property to pci_props and use for acpi/gi
Jonathan Cameron
2024-11-04
2
-5
/
+23
*
hw/acpi: Rename build_all_acpi_generic_initiators() to build_acpi_generic_ini...
Jonathan Cameron
2024-11-04
1
-2
/
+2
*
hw/acpi: Move AML building code for Generic Initiators to aml_build.c
Jonathan Cameron
2024-11-04
4
-59
/
+51
*
hw/acpi/GI: Fix trivial parameter alignment issue.
Jonathan Cameron
2024-11-04
1
-1
/
+1
*
hw/acpi: Fix ordering of BDF in Generic Initiator PCI Device Handle.
Jonathan Cameron
2024-11-04
1
-1
/
+2
*
docs: fix vhost-user protocol doc
luzhixing12345
2024-11-04
1
-11
/
+13
*
softmmu: Expand comments describing max_bounce_buffer_size
Mattias Nissler
2024-11-04
2
-2
/
+13
*
Merge tag 'pull-riscv-to-apply-20241031-1' of https://github.com/alistair23/q...
Peter Maydell
2024-10-31
65
-139
/
+4790
|
\
|
*
target/riscv: Fix vcompress with rvv_ta_all_1s
Anton Blanchard
2024-10-31
1
-1
/
+1
|
*
target/riscv/kvm: clarify how 'riscv-aia' default works
Daniel Henrique Barboza
2024-10-31
1
-10
/
+4
|
*
target/riscv/kvm: set 'aia_mode' to default in error path
Daniel Henrique Barboza
2024-10-31
1
-7
/
+15
|
*
docs/specs: add riscv-iommu
Daniel Henrique Barboza
2024-10-31
3
-0
/
+104
|
*
qtest/riscv-iommu-test: add init queues test
Daniel Henrique Barboza
2024-10-31
2
-0
/
+155
|
*
hw/riscv/riscv-iommu: add DBG support
Tomasz Jeznach
2024-10-31
2
-0
/
+76
|
*
hw/riscv/riscv-iommu: add ATS support
Tomasz Jeznach
2024-10-31
4
-3
/
+171
|
*
hw/riscv/riscv-iommu: add Address Translation Cache (IOATC)
Tomasz Jeznach
2024-10-31
2
-4
/
+203
|
*
test/qtest: add riscv-iommu-pci tests
Daniel Henrique Barboza
2024-10-31
5
-0
/
+237
|
*
hw/riscv/virt.c: support for RISC-V IOMMU PCIDevice hotplug
Tomasz Jeznach
2024-10-31
1
-1
/
+32
|
*
hw/riscv: add riscv-iommu-pci reference device
Tomasz Jeznach
2024-10-31
2
-1
/
+203
|
*
pci-ids.rst: add Red Hat pci-id for RISC-V IOMMU device
Daniel Henrique Barboza
2024-10-31
2
-0
/
+3
|
*
hw/riscv: add RISC-V IOMMU base emulation
Tomasz Jeznach
2024-10-31
9
-0
/
+2222
|
*
hw/riscv: add riscv-iommu-bits.h
Tomasz Jeznach
2024-10-31
1
-0
/
+345
|
*
exec/memtxattr: add process identifier to the transaction attributes
Tomasz Jeznach
2024-10-31
1
-0
/
+5
|
*
target/riscv: Expose zicfiss extension as a cpu property
Deepak Gupta
2024-10-31
1
-0
/
+1
|
*
disas/riscv: enable disassembly for compressed sspush/sspopchk
Deepak Gupta
2024-10-31
2
-1
/
+19
|
*
disas/riscv: enable disassembly for zicfiss instructions
Deepak Gupta
2024-10-31
2
-1
/
+40
|
*
target/riscv: compressed encodings for sspush and sspopchk
Deepak Gupta
2024-10-30
1
-0
/
+4
|
*
target/riscv: implement zicfiss instructions
Deepak Gupta
2024-10-30
4
-2
/
+140
|
*
target/riscv: update `decode_save_opc` to store extra word2
Deepak Gupta
2024-10-30
11
-34
/
+35
|
*
target/riscv: AMO operations always raise store/AMO fault
Deepak Gupta
2024-10-30
4
-2
/
+30
|
*
target/riscv: mmu changes for zicfiss shadow stack protection
Deepak Gupta
2024-10-30
2
-14
/
+53
|
*
target/riscv: tb flag for shadow stack instructions
Deepak Gupta
2024-10-30
3
-0
/
+9
|
*
target/riscv: introduce ssp and enabling controls for zicfiss
Deepak Gupta
2024-10-30
6
-0
/
+111
|
*
target/riscv: Add zicfiss extension
Deepak Gupta
2024-10-30
3
-0
/
+25
|
*
target/riscv: Expose zicfilp extension as a cpu property
Deepak Gupta
2024-10-30
1
-0
/
+1
|
*
disas/riscv: enable `lpad` disassembly
Deepak Gupta
2024-10-30
2
-1
/
+19
|
*
target/riscv: zicfilp `lpad` impl and branch tracking
Deepak Gupta
2024-10-30
3
-1
/
+60
|
*
target/riscv: tracking indirect branches (fcfi) for zicfilp
Deepak Gupta
2024-10-30
4
-0
/
+39
|
*
target/riscv: additional code information for sw check
Deepak Gupta
2024-10-30
3
-0
/
+6
|
*
target/riscv: save and restore elp state on priv transitions
Deepak Gupta
2024-10-30
3
-0
/
+72
|
*
target/riscv: Introduce elp state and enabling controls for zicfilp
Deepak Gupta
2024-10-30
7
-1
/
+68
[next]