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
/
rust
/
qemu-api-macros
/
src
/
lib.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-11-07
target/riscv/kvm: Update kvm exts to Linux v6.11
Quan Zhou
1
-0
/
+7
2024-11-07
target/riscv: Inline unit-stride ld/st and corresponding functions for perfor...
Max Chou
1
-7
/
+11
2024-11-07
target/riscv: rvv: Provide group continuous ld/st flow for unit-stride ld/st ...
Max Chou
1
-14
/
+63
2024-11-07
target/riscv: rvv: Provide a fast path using direct access to host ram for un...
Max Chou
1
-27
/
+71
2024-11-07
target/riscv: rvv: Provide a fast path using direct access to host ram for un...
Max Chou
1
-59
/
+70
2024-11-07
target/riscv: rvv: Provide a fast path using direct access to host ram for un...
Max Chou
1
-139
/
+224
2024-11-07
target/riscv: rvv: Replace VSTART_CHECK_EARLY_EXIT in vext_ldst_us
Max Chou
1
-1
/
+4
2024-11-07
target/riscv: Set vdata.vm field for vector load/store whole register instruc...
Max Chou
1
-0
/
+3
2024-11-07
hw/riscv/riscv-iommu: fix riscv_iommu_validate_process_ctx() check
Daniel Henrique Barboza
1
-1
/
+1
2024-11-07
hw/riscv/riscv-iommu: change 'depth' to int
Daniel Henrique Barboza
1
-1
/
+1
2024-11-07
hw/char/sifive_uart: Fix broken UART on big endian hosts
Thomas Huth
1
-1
/
+2
2024-11-05
hw/riscv/iommu: fix build error with clang
Pierrick Bouvier
1
-3
/
+20
2024-11-05
hw/usb/hcd-ehci-sysbus: Prefer DEFINE_TYPES() macro
Bernhard Beschow
1
-68
/
+50
2024-11-05
hw/rtc/ds1338: Prefer DEFINE_TYPES() macro
Bernhard Beschow
1
-12
/
+8
2024-11-05
hw/i2c/smbus_eeprom: Prefer DEFINE_TYPES() macro
Bernhard Beschow
1
-11
/
+8
2024-11-05
hw/block/pflash_cfi01: Prefer DEFINE_TYPES() macro
Bernhard Beschow
1
-13
/
+8
2024-11-05
hw/sd/sdhci: Prefer DEFINE_TYPES() macro
Bernhard Beschow
1
-36
/
+26
2024-11-05
hw/ppc/mpc8544_guts: Prefer DEFINE_TYPES() macro
Bernhard Beschow
1
-12
/
+8
2024-11-05
hw/gpio/mpc8xxx: Prefer DEFINE_TYPES() macro
Bernhard Beschow
1
-13
/
+9
2024-11-05
hw/net/fsl_etsec/etsec: Prefer DEFINE_TYPES() macro
Bernhard Beschow
1
-13
/
+9
2024-11-05
hw/net/fsl_etsec/miim: Reuse MII constants
Bernhard Beschow
1
-13
/
+6
2024-11-05
hw/pci-host/ppce500: Prefer DEFINE_TYPES() macro
Bernhard Beschow
1
-24
/
+18
2024-11-05
hw/pci-host/ppce500: Reuse TYPE_PPC_E500_PCI_BRIDGE define
Bernhard Beschow
1
-1
/
+1
2024-11-05
hw/i2c/mpc_i2c: Prefer DEFINE_TYPES() macro
Bernhard Beschow
1
-12
/
+8
2024-11-05
hw/i2c/mpc_i2c: Convert DPRINTF to trace events for register access
Bernhard Beschow
2
-4
/
+10
2024-11-05
hw/ppc/mpc8544_guts: Populate POR PLL ratio status register
Bernhard Beschow
1
-0
/
+12
2024-11-05
hw/ppc/e500: Add missing device tree properties to i2c controller node
Bernhard Beschow
1
-0
/
+2
2024-11-05
hw/ppc/e500: Remove unused "irqs" parameter
Bernhard Beschow
1
-2
/
+2
2024-11-05
hw/ppc/e500: Prefer QOM cast
Bernhard Beschow
1
-2
/
+2
2024-11-05
hw/core: Add a helper to check the cache topology level
Zhao Liu
2
-0
/
+49
2024-11-05
hw/core: Check smp cache topology support for machine
Zhao Liu
2
-0
/
+44
2024-11-05
qapi/qom: Define cache enumeration and properties for machine
Zhao Liu
4
-0
/
+143
2024-11-05
hw/core: Make CPU topology enumeration arch-agnostic
Zhao Liu
5
-96
/
+123
2024-11-05
i386/cpu: Don't enumerate the "invalid" CPU topology level
Zhao Liu
2
-6
/
+10
2024-11-05
hw/core/machine: Add missing 'units.h' and 'error-report.h' headers
Philippe Mathieu-Daudé
1
-0
/
+2
2024-11-05
hw/microblaze/s3adsp1800: Declare machine type using DEFINE_TYPES macro
Philippe Mathieu-Daudé
1
-2
/
+15
2024-11-05
hw/microblaze/s3adsp1800: Rename unimplemented MMIO region as xps_gpio
Philippe Mathieu-Daudé
1
-1
/
+1
2024-11-05
hw/microblaze/s3adsp1800: Explicit CPU endianness
Philippe Mathieu-Daudé
1
-0
/
+2
2024-11-05
hw/microblaze: Deprecate big-endian petalogix-ml605 & xlnx-zynqmp-pmu
Philippe Mathieu-Daudé
5
-6
/
+22
2024-11-05
target/microblaze: Alias CPU endianness property as 'little-endian'
Philippe Mathieu-Daudé
3
-2
/
+12
2024-11-05
crypto: perform runtime check for hash/hmac support in gcrypt
Daniel P. Berrangé
2
-2
/
+2
2024-11-05
crypto: fix error check on gcry_md_open
Daniel P. Berrangé
1
-2
/
+2
2024-11-05
crypto: Introduce SM3 hash hmac pbkdf algorithm
liequan che
13
-1
/
+135
2024-11-05
crypto: purge 'loaded' property that was not fully removed
Daniel P. Berrangé
6
-161
/
+7
2024-11-05
vfio/migration: Add vfio_save_block_precopy_empty_hit trace event
Maciej S. Szmigiero
3
-0
/
+10
2024-11-05
vfio/migration: Add save_{iterate, complete_precopy}_start trace events
Maciej S. Szmigiero
3
-0
/
+13
2024-11-05
tests/tcg: Add SIGRTMIN/SIGRTMAX test
Ilya Leoshkevich
2
-2
/
+76
2024-11-05
linux-user: Allow custom rt signal mappings
Ilya Leoshkevich
6
-23
/
+106
2024-11-05
linux-user: Fix GDB complaining about system-supplied DSO string table index
Ilya Leoshkevich
2
-51
/
+87
2024-11-05
tests/tcg: Replace -mpower8-vector with -mcpu=power8
Ilya Leoshkevich
1
-5
/
+5
[next]