index
:
qemu
loongarch64
master
or1k
QEMU development tree
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
coverage
/
compare_gcov_json.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-09-26
simpletrace: move logic of process into internal function
Mads Ynddal
1
-8
/
+18
2023-09-26
simpletrace: refactor to separate responsibilities
Mads Ynddal
1
-62
/
+53
2023-09-26
simpletrace: made Analyzer into context-manager
Mads Ynddal
1
-11
/
+20
2023-09-26
simpletrace: define exception and add handling
Mads Ynddal
1
-8
/
+14
2023-09-26
simpletrace: improved error handling on struct unpack
Mads Ynddal
1
-25
/
+16
2023-09-26
simpletrace: update code for Python 3.11
Mads Ynddal
1
-1
/
+1
2023-09-26
simpletrace: changed naming of edict and idtoname to improve readability
Mads Ynddal
1
-17
/
+17
2023-09-26
simpletrace: improve parsing of sys.argv; fix files never closed.
Mads Ynddal
1
-16
/
+34
2023-09-26
simpletrace: annotate magic constants from QEMU code
Mads Ynddal
1
-0
/
+5
2023-09-26
simpletrace: add __all__ to define public interface
Mads Ynddal
1
-0
/
+2
2023-09-25
tests/avocado: fix waiting for vm shutdown in replay_linux
Pavel Dovgalyuk
1
-1
/
+1
2023-09-25
hw/mips/jazz: Simplify the NIC setup code
Thomas Huth
1
-16
/
+5
2023-09-25
hw/mips/jazz: Move the NIC init code into a separate function
Thomas Huth
1
-27
/
+35
2023-09-25
tests/qtest/netdev-socket: Do not test multicast on Darwin
Philippe Mathieu-Daudé
1
-2
/
+4
2023-09-25
tests/qtest/m48t59-test: Silence compiler warning with -Wshadow
Thomas Huth
1
-6
/
+6
2023-09-25
tests/qtest/netdev-socket: Raise connection timeout to 120 seconds
Stefan Hajnoczi
1
-1
/
+1
2023-09-25
meson.build: Make keyutils independent from keyring
Thomas Huth
3
-2
/
+9
2023-09-22
vl: recognize audiodev groups in configuration files
Paolo Bonzini
3
-0
/
+18
2023-09-22
tests/qtest: Specify audiodev= and -audiodev
Martin Kletzander
3
-8
/
+16
2023-09-22
hw/display/xlnx_dp.c: Add audiodev property
Martin Kletzander
1
-0
/
+6
2023-09-22
hw/audio/lm4549: Add errp error reporting to init function
Martin Kletzander
3
-3
/
+5
2023-09-22
hw/audio: Simplify hda audio init
Martin Kletzander
3
-18
/
+20
2023-09-22
hw/input/tsc210x: Extract common init code into new function
Martin Kletzander
1
-44
/
+24
2023-09-21
elf2dmp: rework PDB_STREAM_INDEXES::segments obtaining
Viktor Prutyanov
2
-12
/
+5
2023-09-21
elf2dmp: use Linux mmap with MAP_NORESERVE when possible
Viktor Prutyanov
2
-12
/
+58
2023-09-21
elf2dmp: introduce merging of physical memory runs
Viktor Prutyanov
1
-8
/
+48
2023-09-21
elf2dmp: introduce physical block alignment
Viktor Prutyanov
3
-4
/
+33
2023-09-21
elf2dmp: replace PE export name check with PDB name check
Viktor Prutyanov
1
-60
/
+33
2023-09-21
sbsa-ref: add non-secure EL2 virtual timer
Marcin Juszkiewicz
1
-0
/
+2
2023-09-21
audio/jackaudio: Avoid dynamic stack allocation in qjack_process()
Peter Maydell
1
-5
/
+11
2023-09-21
audio/jackaudio: Avoid dynamic stack allocation in qjack_client_init
Peter Maydell
1
-2
/
+3
2023-09-21
target/arm: Enable FEAT_MOPS for CPU 'max'
Peter Maydell
3
-0
/
+3
2023-09-21
target/arm: Implement the CPY* instructions
Peter Maydell
4
-0
/
+535
2023-09-21
target/arm: Implement MTE tag-checking functions for FEAT_MOPS copies
Peter Maydell
2
-0
/
+116
2023-09-21
target/arm: Implement the SETG* instructions
Peter Maydell
6
-9
/
+155
2023-09-21
target/arm: Define new TB flag for ATA0
Peter Maydell
4
-13
/
+27
2023-09-21
target/arm: Implement the SET* instructions
Peter Maydell
4
-0
/
+413
2023-09-21
target/arm: Implement MTE tag-checking functions for FEAT_MOPS
Peter Maydell
2
-2
/
+80
2023-09-21
target/arm: New function allocation_tag_mem_probe()
Peter Maydell
1
-11
/
+37
2023-09-21
target/arm: Define syndrome function for MOPS exceptions
Peter Maydell
1
-0
/
+12
2023-09-21
target/arm: Pass unpriv bool to get_a64_user_mem_index()
Peter Maydell
1
-6
/
+14
2023-09-21
target/arm: Implement FEAT_MOPS enable bits
Peter Maydell
2
-8
/
+28
2023-09-21
target/arm: Don't skip MTE checks for LDRT/STRT at EL0
Peter Maydell
1
-0
/
+9
2023-09-21
target/arm: Remove unused allocation_tag_mem() argument
Peter Maydell
1
-28
/
+14
2023-09-21
target/arm: Implement FEAT_HBC
Peter Maydell
6
-1
/
+17
2023-09-21
target/arm: Update user-mode ID reg mask values
Peter Maydell
2
-3
/
+12
2023-09-21
target/arm: Update AArch64 ID register field definitions
Peter Maydell
1
-0
/
+23
2023-09-21
linux-user/elfload.c: Report previously missing arm32 hwcaps
Peter Maydell
1
-0
/
+12
2023-09-21
linux-user/elfload.c: Add missing arm and arm64 hwcap values
Peter Maydell
1
-0
/
+44
2023-09-21
linux-user/elfload.c: Correct SME feature names reported in cpuinfo
Peter Maydell
1
-7
/
+7
[next]