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
/
python
/
scripts
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-10-15
gdbstub/helpers: Introduce ldtul_$endian_p() helpers
Philippe Mathieu-Daudé
1
-0
/
+4
2024-10-15
target/alpha: Replace ldtul_p() -> ldq_p()
Philippe Mathieu-Daudé
1
-1
/
+1
2024-10-15
target/hexagon: Replace ldtul_p() -> ldl_p()
Philippe Mathieu-Daudé
1
-5
/
+5
2024-10-15
exec/memop: Remove unused memop_big_endian() helper
Philippe Mathieu-Daudé
1
-6
/
+0
2024-10-15
exec/tswap: Massage target_needs_bswap() definition
Philippe Mathieu-Daudé
1
-1
/
+1
2024-10-15
qemu/bswap: Undefine CPU_CONVERT() once done
Philippe Mathieu-Daudé
1
-0
/
+2
2024-10-15
tests/unit/test-char: implement a few mux remove test cases
Roman Penyaev
1
-1
/
+23
2024-10-15
chardev/mux: implement detach of frontends from mux
Roman Penyaev
3
-4
/
+20
2024-10-15
chardev/mux: switch mux frontends management to bitset
Roman Penyaev
3
-16
/
+30
2024-10-15
chardev/mux: introduce `mux_chr_attach_frontend() call
Roman Penyaev
3
-8
/
+20
2024-10-15
chardev/mux: convert size members to unsigned int
Roman Penyaev
4
-11
/
+11
2024-10-15
chardev/mux: use bool type for `linestart` and `term_got_escape`
Roman Penyaev
2
-7
/
+7
2024-10-15
chardev/chardev-internal: remove unused `max_size` struct member
Roman Penyaev
1
-1
/
+0
2024-10-15
chardev/char: fix qemu_chr_is_busy() check
Roman Penyaev
1
-1
/
+1
2024-10-14
tests: update lcitool to fix freebsd py311-yaml rename
Daniel P. Berrangé
4
-2
/
+3
2024-10-14
configure, meson: synchronize defaults for configure and Meson Rust options
Paolo Bonzini
2
-2
/
+2
2024-10-14
meson: check in main meson.build for native Rust compiler
Paolo Bonzini
2
-3
/
+2
2024-10-14
audio/pw: Report more accurate error when connecting to PipeWire fails
Michal Privoznik
1
-4
/
+4
2024-10-14
tests: add basic -display dbus Map.Unix test
Marc-André Lureau
1
-5
/
+67
2024-10-14
ui: refactor using a common qemu_pixman_shareable
Marc-André Lureau
7
-140
/
+142
2024-10-14
virtio-gpu: allocate shareable 2d resources on !win32
Marc-André Lureau
2
-12
/
+29
2024-10-14
ui/dbus: implement Unix.Map
Marc-André Lureau
1
-5
/
+73
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-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
[next]