index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-10.0
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-10.0
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
tracing
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-22
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Richard Henderson
45
-395
/
+424
2023-04-21
Merge tag 'pull-tpm-2023-04-20-1' of https://github.com/stefanberger/qemu-tpm...
Richard Henderson
11
-10
/
+722
2023-04-21
Hexagon (target/hexagon) Add overrides for cache/sync/barrier instructions
Taylor Simpson
2
-14
/
+28
2023-04-21
Hexagon (target/hexagon) Remove unused slot variable in helpers
Taylor Simpson
4
-11
/
+9
2023-04-21
Hexagon (tests/tcg/hexagon) Move HVX test infra to header file
Taylor Simpson
3
-158
/
+181
2023-04-21
Hexagon (target/hexagon) Updates to USR should use get_result_gpr
Taylor Simpson
6
-44
/
+34
2023-04-21
Hexagon (target/hexagon) Add overrides for count trailing zeros/ones
Taylor Simpson
2
-1
/
+79
2023-04-21
Hexagon (target/hexagon) Merge arguments to probe_pkt_scalar_hvx_stores
Taylor Simpson
4
-9
/
+10
2023-04-21
Hexagon (target/hexagon) Remove redundant/unused macros
Taylor Simpson
1
-43
/
+22
2023-04-21
Use black code style for python scripts
Marco Liebel
13
-911
/
+1191
2023-04-21
Use f-strings in python scripts
Marco Liebel
12
-306
/
+250
2023-04-21
Hexagon (translate.c): avoid redundant PC updates on COF
Matheus Tavares Bernardino
1
-8
/
+13
2023-04-21
Merge tag 'pull-request-2023-04-20' of https://gitlab.com/thuth/qemu into sta...
Richard Henderson
48
-282
/
+1224
2023-04-21
Merge tag 'pull-target-arm-20230420' of https://git.linaro.org/people/pmaydel...
Richard Henderson
43
-64
/
+738
2023-04-20
qtest: Add a test case for TPM TIS I2C connected to Aspeed I2C controller
Stefan Berger
2
-0
/
+666
2023-04-20
qtest: Move tpm_util_tis_transmit() into tpm-tis-utils.c and rename it
Stefan Berger
8
-59
/
+56
2023-04-20
qtest: Add functions for accessing devices on Aspeed I2C controller
Stefan Berger
3
-0
/
+165
2023-04-20
tests/avocado/aspeed: Add TPM TIS I2C test
Joel Stanley
1
-2
/
+40
2023-04-20
tpm: Add support for TPM device over I2C bus
Ninad Palsule
6
-0
/
+589
2023-04-20
tpm: Extend common APIs to support TPM TIS I2C
Ninad Palsule
3
-8
/
+72
2023-04-20
docs: Add support for TPM devices over I2C bus
Ninad Palsule
1
-0
/
+21
2023-04-20
arm/mcimx7d-sabre: Set fec2-phy-connected property to false
Guenter Roeck
1
-0
/
+2
2023-04-20
fsl-imx7: Add fec[12]-phy-connected properties
Guenter Roeck
2
-0
/
+21
2023-04-20
arm/mcimx6ul-evk: Set fec1-phy-connected property to false
Guenter Roeck
1
-0
/
+2
2023-04-20
fsl-imx6ul: Add fec[12]-phy-connected properties
Guenter Roeck
2
-0
/
+21
2023-04-20
tests/vm/freebsd: Update to FreeBSD 13.2
Thomas Huth
1
-76
/
+25
2023-04-20
hw/net/imx_fec: Support two Ethernet interfaces connected to single MDIO bus
Guenter Roeck
2
-4
/
+25
2023-04-20
qtest: Add a test case for TPM TIS I2C connected to Aspeed I2C controller
Stefan Berger
2
-0
/
+666
2023-04-20
qtest: Move tpm_util_tis_transmit() into tpm-tis-utils.c and rename it
Stefan Berger
8
-59
/
+56
2023-04-20
qtest: Add functions for accessing devices on Aspeed I2C controller
Stefan Berger
3
-0
/
+165
2023-04-20
MAINTAINERS: Add Juan Quintela to developer guides review
Juan Quintela
1
-0
/
+1
2023-04-20
cpu: Remove parameter of list_cpus()
Thomas Huth
3
-3
/
+3
2023-04-20
hw/core: Move numa.c into the target independent source set
Thomas Huth
1
-1
/
+1
2023-04-20
softmmu: Move dirtylimit.c into the target independent source set
Thomas Huth
2
-2
/
+3
2023-04-20
hw/display: Compile vga.c as target-independent code
Thomas Huth
2
-10
/
+23
2023-04-20
softmmu: Make qtest.c target independent
Thomas Huth
2
-7
/
+7
2023-04-20
include/exec: Provide the tswap() functions for target independent code, too
Thomas Huth
2
-63
/
+73
2023-04-20
softmmu/qtest: Move the target-specific pseries RTAS code out of qtest.c
Thomas Huth
3
-26
/
+46
2023-04-20
hw/char: Move two more files from specific_ss to softmmu_ss
Thomas Huth
1
-3
/
+2
2023-04-20
target/i386: Set family/model/stepping of the "max" CPU according to LM bit
Thomas Huth
1
-9
/
+22
2023-04-20
tests/migration: Only run auto_converge in slow mode
Juan Quintela
1
-2
/
+21
2023-04-20
travis.yml: Add missing 'flex', 'bison' packages to 'GCC (user)' job
Vaibhav Jain
1
-0
/
+2
2023-04-20
target/arm: Report pauth information to gdb as 'pauth_v2'
Peter Maydell
2
-6
/
+5
2023-04-20
docs/devel/kconfig.rst: Fix incorrect markup
Peter Maydell
1
-1
/
+1
2023-04-20
target/arm: Implement FEAT_PAN3
Peter Maydell
4
-2
/
+20
2023-04-20
target/arm: Don't set ISV when reporting stage 1 faults in ESR_EL2
Peter Maydell
1
-3
/
+10
2023-04-20
target/arm: Pass ARMMMUFaultInfo to merge_syn_data_abort()
Peter Maydell
1
-8
/
+7
2023-04-20
target/arm: Initialize debug capabilities only once
Akihiko Odaki
3
-14
/
+14
2023-04-20
hw/arm/virt: Restrict Cortex-A7 check to TCG
Philippe Mathieu-Daudé
1
-0
/
+2
2023-04-20
target/arm: Remove KVM AArch32 CPU definitions
Philippe Mathieu-Daudé
2
-8
/
+3
[prev]
[next]