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-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-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
2024-10-14
ui/dbus: add Listener.Unix.Map interface XML
Marc-André Lureau
1
-0
/
+47
2024-10-14
ui/dbus: make Listener.Win32.Map win32-specific
Marc-André Lureau
1
-0
/
+2
2024-10-14
meson: find_program('gdbus-codegen') directly
Marc-André Lureau
1
-1
/
+1
2024-10-14
ui/surface: allocate shared memory on !win32
Marc-André Lureau
2
-2
/
+32
2024-10-14
ui/dbus: add trace for can_share_map
Marc-André Lureau
2
-0
/
+2
2024-10-14
ui/dbus: do not limit to one listener per connection / bus name
Marc-André Lureau
1
-18
/
+5
2024-10-14
ui/pixman: generalize shared_image_destroy
Marc-André Lureau
4
-12
/
+16
2024-10-14
util/memfd: report potential errors on free
Marc-André Lureau
1
-2
/
+7
2024-10-14
ui/dbus: discard pending CursorDefine on new one
Marc-André Lureau
1
-0
/
+28
2024-10-14
ui/dbus: discard display messages on disable
Marc-André Lureau
1
-0
/
+2
2024-10-14
ui/dbus: fix filtering all update messages
Marc-André Lureau
1
-12
/
+33
2024-10-14
ui/win32: fix potential use-after-free with dbus shared memory
Marc-André Lureau
4
-34
/
+21
2024-10-14
ui/dbus: fix leak on message filtering
Marc-André Lureau
1
-0
/
+1
2024-10-14
hw/audio/hda: fix memory leak on audio setup
Marc-André Lureau
1
-13
/
+20
2024-10-14
hw/audio/hda: free timer on exit
Marc-André Lureau
1
-1
/
+1
2024-10-14
Merge tag 'pull-tcg-20241013' of https://gitlab.com/rth7680/qemu into staging
Peter Maydell
41
-358
/
+463
2024-10-13
target/arm: Fix alignment fault priority in get_phys_addr_lpae
Richard Henderson
1
-21
/
+30
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
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Peter Maydell
88
-75
/
+3474
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
[prev]
[next]