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
/
scripts
/
rust
/
rustc_args.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-10-13
target/arm: Implement TCGCPUOps.tlb_fill_align
Richard Henderson
4
-34
/
+23
2024-10-13
target/arm: Move device detection earlier in get_phys_addr_lpae
Richard Henderson
1
-24
/
+25
2024-10-13
target/arm: Pass MemOp to get_phys_addr_lpae
Richard Henderson
1
-2
/
+4
2024-10-13
target/arm: Pass MemOp through get_phys_addr_twostage
Richard Henderson
1
-4
/
+6
2024-10-13
target/arm: Pass MemOp to get_phys_addr_nogpc
Richard Henderson
1
-6
/
+8
2024-10-13
target/arm: Pass MemOp to get_phys_addr_gpc
Richard Henderson
1
-5
/
+6
2024-10-13
target/arm: Pass MemOp to get_phys_addr_with_space_nogpc
Richard Henderson
3
-6
/
+8
2024-10-13
target/arm: Pass MemOp to get_phys_addr
Richard Henderson
4
-7
/
+8
2024-10-13
target/hppa: Implement TCGCPUOps.tlb_fill_align
Richard Henderson
3
-13
/
+16
2024-10-13
target/hppa: Handle alignment faults in hppa_get_physical_address
Richard Henderson
1
-1
/
+6
2024-10-13
target/hppa: Fix priority of T, D, and B page faults
Richard Henderson
1
-3
/
+5
2024-10-13
target/hppa: Perform access rights before protection id check
Richard Henderson
1
-6
/
+6
2024-10-13
target/hppa: Add MemOp argument to hppa_get_physical_address
Richard Henderson
4
-7
/
+8
2024-10-13
accel/tcg: Use the alignment test in tlb_fill_align
Richard Henderson
1
-43
/
+45
2024-10-13
accel/tcg: Add TCGCPUOps.tlb_fill_align
Richard Henderson
4
-25
/
+67
2024-10-13
include/exec/memop: Introduce memop_atomicity_bits
Richard Henderson
2
-14
/
+26
2024-10-13
include/exec/memop: Rename get_alignment_bits
Richard Henderson
9
-16
/
+16
2024-10-13
include/exec/memop: Move get_alignment_bits from tcg.h
Richard Henderson
2
-23
/
+23
2024-10-13
accel/tcg: Assert noreturn from write-only page for atomics
Richard Henderson
1
-3
/
+2
2024-10-13
linux-user/vm86: Fix compilation with Clang
Thomas Huth
1
-65
/
+0
2024-10-13
tests/tcg: Run test-proc-mappings.py on i386
Ilya Leoshkevich
1
-11
/
+6
2024-10-13
target/i386/gdbstub: Expose orig_ax
Ilya Leoshkevich
7
-2
/
+77
2024-10-13
target/i386/gdbstub: Factor out gdb_get_reg() and gdb_write_reg()
Ilya Leoshkevich
1
-21
/
+30
2024-10-13
linux-user/i386: Emulate orig_ax
Ilya Leoshkevich
3
-2
/
+9
2024-10-13
include/exec: Introduce env_cpu_const()
Ilya Leoshkevich
2
-2
/
+13
2024-10-13
tcg: remove singlestep_enabled from DisasContextBase
Paolo Bonzini
3
-5
/
+3
2024-10-11
docs: use consistent markup for footnotes
Paolo Bonzini
6
-11
/
+11
2024-10-11
docs: avoid footnotes consisting of just URLs
Paolo Bonzini
2
-26
/
+25
2024-10-11
docs: fix invalid footnote syntax
Paolo Bonzini
2
-3
/
+3
2024-10-11
gitlab-ci: add Rust-enabled CI job
Paolo Bonzini
2
-0
/
+19
2024-10-11
dockerfiles: add a Dockerfile using a nightly Rust toolchain
Paolo Bonzini
2
-0
/
+199
2024-10-11
meson: ensure -mcx16 is passed when detecting ATOMIC128
Paolo Bonzini
1
-4
/
+5
2024-10-11
meson: define qemu_isa_flags
Paolo Bonzini
1
-9
/
+15
2024-10-11
meson: fix machine option for x86_version
Pierrick Bouvier
1
-1
/
+1
2024-10-11
rust: add PL011 device model
Paolo Bonzini
37
-12
/
+1906
2024-10-11
rust: add utility procedural macro crate
Manos Pitsidianakis
19
-2
/
+304
2024-10-11
scripts/archive-source: find directory name for subprojects
Paolo Bonzini
1
-1
/
+22
2024-10-11
rust: add crate to expose bindings and interfaces
Manos Pitsidianakis
13
-0
/
+541
2024-10-11
meson.build: add HAVE_GLIB_WITH_ALIGNED_ALLOC flag
Manos Pitsidianakis
1
-1
/
+7
2024-10-11
.gitattributes: add Rust diff and merge attributes
Manos Pitsidianakis
1
-0
/
+3
2024-10-11
rust: add bindgen step as a meson dependency
Manos Pitsidianakis
7
-0
/
+213
2024-10-11
configure, meson: detect Rust toolchain
Paolo Bonzini
2
-4
/
+164
2024-10-10
tests/unit: Add a assert for test_io_channel_unix_listen_cleanup
Kunwu
1
-2
/
+4
2024-10-10
crypto: drop obsolete back compat logic for old nettle
Daniel P. Berrangé
1
-14
/
+3
2024-10-10
crypto/hashpriv: Remove old hash API function
Alejandro Zeise
1
-6
/
+0
2024-10-10
crypto/hash-afalg: Remove old hash API functions
Alejandro Zeise
1
-56
/
+4
2024-10-10
crypto/hash-nettle: Remove old hash API functions
Alejandro Zeise
1
-53
/
+0
2024-10-10
crypto/hash-gnutls: Remove old hash API functions
Alejandro Zeise
1
-47
/
+0
2024-10-10
crypto/hash-gcrypt: Remove old hash API functions
Alejandro Zeise
1
-67
/
+0
2024-10-10
crypto/hash-glib: Remove old hash API functions
Alejandro Zeise
1
-53
/
+0
[next]