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
/
qapi
/
source.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-02-12
system/physmem: poisoned memory discard on reboot
William Roche
1
-21
/
+36
2025-02-12
system/physmem: handle hugetlb correctly in qemu_ram_remap()
William Roche
3
-11
/
+31
2025-02-12
physmem: teach cpu_memory_rw_debug() to write to more memory regions
David Hildenbrand
4
-13
/
+17
2025-02-12
hmp: use cpu_get_phys_page_debug() in hmp_gva2gpa()
David Hildenbrand
1
-2
/
+1
2025-02-12
memory: pass MemTxAttrs to memory_access_is_direct()
David Hildenbrand
6
-20
/
+22
2025-02-12
physmem: disallow direct access to RAM DEVICE in address_space_write_rom()
David Hildenbrand
1
-2
/
+1
2025-02-12
physmem: factor out direct access check into memory_region_supports_direct_ac...
David Hildenbrand
1
-3
/
+11
2025-02-12
physmem: factor out RAM/ROMD check in memory_access_is_direct()
David Hildenbrand
1
-4
/
+6
2025-02-12
physmem: factor out memory_region_is_ram_device() check in memory_access_is_d...
David Hildenbrand
1
-3
/
+10
2025-02-11
system/physmem: take into account fd_offset for file fallocate
William Roche
1
-5
/
+7
2025-02-10
qapi: expose all schema features to code
Daniel P. Berrangé
13
-7
/
+110
2025-02-10
qapi: rename 'special_features' to 'features'
Daniel P. Berrangé
4
-26
/
+18
2025-02-10
qapi: change 'unsigned special_features' to 'uint64_t features'
Daniel P. Berrangé
13
-34
/
+34
2025-02-10
qapi: cope with feature names containing a '-'
Daniel P. Berrangé
1
-1
/
+2
2025-02-10
qapi/ui: Fix documentation of upper bound value in InputMoveEvent
Zhang Boyang
1
-1
/
+1
2025-02-10
qapi: fix colon in Since tag section
Victor Toso
1
-2
/
+2
2025-02-10
qapi: Move and rename qapi/qmp/dispatch.h to qapi/qmp-registry.h
Daniel P. Berrangé
10
-9
/
+9
2025-02-10
qapi: Move include/qapi/qmp/ to include/qobject/
Daniel P. Berrangé
248
-443
/
+970
2025-02-10
tests/tcg: Add late gdbstub attach test
Ilya Leoshkevich
4
-3
/
+90
2025-02-10
docs/user: Document the %d placeholder and suspend=n QEMU_GDB features
Ilya Leoshkevich
1
-3
/
+13
2025-02-10
gdbstub: Allow late attachment
Ilya Leoshkevich
3
-14
/
+103
2025-02-10
osdep: Introduce qemu_kill_thread()
Ilya Leoshkevich
2
-0
/
+24
2025-02-10
user: Introduce host_interrupt_signal
Ilya Leoshkevich
3
-5
/
+34
2025-02-10
user: Introduce user/signal.h
Ilya Leoshkevich
6
-2
/
+26
2025-02-10
gdbstub: Try unlinking the unix socket before binding
Ilya Leoshkevich
4
-26
/
+16
2025-02-10
gdbstub: Allow the %d placeholder in the socket path
Ilya Leoshkevich
1
-0
/
+10
2025-02-10
tests/qtest/migration: Pick smoke tests
Fabiano Rosas
8
-31
/
+67
2025-02-10
tests/qtest/migration: Add --full option
Fabiano Rosas
10
-1
/
+65
2025-02-10
Revert "util/timer: avoid deadlock when shutting down"
Alex Bennée
1
-13
/
+3
2025-02-10
tests/qtest: tighten up the checks on clock_step
Alex Bennée
1
-2
/
+11
2025-02-10
tests/qtest: rename qtest_send_prefix and roll-up into qtest_send
Alex Bennée
4
-26
/
+3
2025-02-10
tests/qtest: simplify qtest_process_inbuf
Alex Bennée
1
-12
/
+8
2025-02-10
tests/qtest: don't step clock at start of npcm7xx periodic IRQ test
Alex Bennée
1
-1
/
+0
2025-02-10
tests/qtest: don't attempt to clock_step while waiting for virtio ISR
Alex Bennée
2
-8
/
+4
2025-02-10
tests/docker: replicate the check-rust-tools-nightly CI job
Alex Bennée
3
-0
/
+25
2025-02-10
rust: restrict missing_const_for_fn to qemu_api crate
Paolo Bonzini
2
-1
/
+1
2025-02-08
meson: Deprecate 32-bit host support
Richard Henderson
2
-5
/
+10
2025-02-08
meson: Disallow 64-bit on 32-bit emulation
Richard Henderson
1
-3
/
+10
2025-02-08
target/*: Remove TARGET_LONG_BITS from cpu-param.h
Richard Henderson
19
-31
/
+0
2025-02-08
configure: Define TARGET_LONG_BITS in configs/targets/*.mak
Richard Henderson
67
-0
/
+72
2025-02-08
gitlab-ci: Replace aarch64 with arm in cross-i686-tci build
Richard Henderson
1
-1
/
+1
2025-02-08
meson: Disallow 64-bit on 32-bit HVF/NVMM/WHPX emulation
Richard Henderson
1
-4
/
+2
2025-02-08
meson: Disallow 64-bit on 32-bit Xen emulation
Richard Henderson
1
-2
/
+7
2025-02-08
meson: Disallow 64-bit on 32-bit KVM emulation
Richard Henderson
1
-6
/
+12
2025-02-08
meson: Drop tcg as a module
Richard Henderson
2
-24
/
+5
2025-02-07
linux-user: Do not define struct sched_attr if libc headers do
Khem Raj
1
-1
/
+3
2025-02-07
qemu-options: Deprecate -old-param command line option
Peter Maydell
2
-0
/
+14
2025-02-07
hw/net/cadence_gem: Fix the mask/compare/disable-mask logic
Andrew Yuan
1
-5
/
+21
2025-02-07
hw/cpu/arm: Declare CPU QOM types using DEFINE_TYPES() macro
Philippe Mathieu-Daudé
4
-48
/
+36
2025-02-07
hw/cpu/arm: Alias 'num-cpu' property on TYPE_REALVIEW_MPCORE
Philippe Mathieu-Daudé
1
-7
/
+1
[next]