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
/
include
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Merge tag 'mem-2024-12-21' of https://github.com/davidhildenbrand/qemu into s...
Stefan Hajnoczi
2024-12-22
2
-1
/
+21
|
\
|
*
s390x: remember the maximum page size
David Hildenbrand
2024-12-21
1
-0
/
+1
|
*
s390x: introduce s390_get_memory_limit()
David Hildenbrand
2024-12-21
1
-0
/
+8
|
*
virtio-mem: unplug memory only during system resets, not device resets
David Hildenbrand
2024-12-21
1
-1
/
+12
*
|
Merge tag 'exec-20241220' of https://github.com/philmd/qemu into staging
Stefan Hajnoczi
2024-12-21
119
-418
/
+471
|
\
\
|
*
|
system/accel-ops: Remove unnecessary 'exec/cpu-common.h' header
Philippe Mathieu-Daudé
2024-12-20
1
-1
/
+1
|
*
|
system/numa: Remove unnecessary 'exec/cpu-common.h' header
Philippe Mathieu-Daudé
2024-12-20
1
-1
/
+0
|
*
|
hw/xen: Remove unnecessary 'exec/cpu-common.h' header
Philippe Mathieu-Daudé
2024-12-20
1
-2
/
+0
|
*
|
accel/tcg: Un-inline translator_is_same_page()
Philippe Mathieu-Daudé
2024-12-20
1
-8
/
+7
|
*
|
accel/tcg: Move tcg_cflags_has/set() to 'exec/translation-block.h'
Philippe Mathieu-Daudé
2024-12-20
2
-3
/
+3
|
*
|
accel/tcg: Restrict curr_cflags() declaration to 'internal-common.h'
Philippe Mathieu-Daudé
2024-12-20
1
-3
/
+0
|
*
|
qemu/coroutine: Include missing 'qemu/atomic.h' header
Philippe Mathieu-Daudé
2024-12-20
1
-0
/
+1
|
*
|
exec/translation-block: Include missing 'qemu/atomic.h' header
Philippe Mathieu-Daudé
2024-12-20
1
-0
/
+1
|
*
|
accel/tcg: Declare cpu_loop_exit_requested() in 'exec/cpu-common.h'
Philippe Mathieu-Daudé
2024-12-20
2
-17
/
+18
|
*
|
exec/cpu-all: Include 'cpu.h' earlier so MMU_USER_IDX is always defined
Philippe Mathieu-Daudé
2024-12-20
1
-1
/
+4
|
*
|
user: Move various declarations out of 'exec/exec-all.h'
Philippe Mathieu-Daudé
2024-12-20
2
-54
/
+55
|
*
|
user: Declare cpu_loop() once in 'user/cpu_loop.h'
Philippe Mathieu-Daudé
2024-12-20
1
-0
/
+2
|
*
|
user: Move 'linux-user/cpu_loop-common.h' -> 'user/cpu_loop.h'
Philippe Mathieu-Daudé
2024-12-20
1
-0
/
+34
|
*
|
accel/tcg: Move user-related declarations out of 'exec/cpu-all.h' (4/4)
Philippe Mathieu-Daudé
2024-12-20
2
-6
/
+2
|
*
|
accel/tcg: Move user-related declarations out of 'exec/cpu-all.h' (3/4)
Philippe Mathieu-Daudé
2024-12-20
2
-12
/
+12
|
*
|
accel/tcg: Move user-related declarations out of 'exec/cpu-all.h' (2/4)
Philippe Mathieu-Daudé
2024-12-20
2
-55
/
+57
|
*
|
accel/tcg: Move user-related declarations out of 'exec/cpu-all.h' (1/4)
Philippe Mathieu-Daudé
2024-12-20
2
-5
/
+8
|
*
|
accel/tcg: Move 'exec/translate-all.h' -> 'tb-internal.h'
Philippe Mathieu-Daudé
2024-12-20
1
-28
/
+0
|
*
|
accel/tcg: Move page_[un]protect() to 'user/page-protection.h'
Philippe Mathieu-Daudé
2024-12-20
2
-5
/
+20
|
*
|
accel/tcg: Use tb_page_addr_t type in page_unprotect()
Philippe Mathieu-Daudé
2024-12-20
1
-1
/
+1
|
*
|
accel/tcg: Declare mmap_[un]lock() in 'exec/page-protection.h'
Philippe Mathieu-Daudé
2024-12-20
2
-17
/
+24
|
*
|
include: Include missing 'qemu/clang-tsa.h' header
Philippe Mathieu-Daudé
2024-12-20
1
-0
/
+1
|
*
|
exec/ram_addr: Include missing 'exec/hwaddr.h' and 'exec/cpu-common.h'
Philippe Mathieu-Daudé
2024-12-20
1
-0
/
+3
|
*
|
user: Introduce 'user/guest-host.h' header
Philippe Mathieu-Daudé
2024-12-20
3
-79
/
+89
|
*
|
exec/translation-block: Include missing 'exec/vaddr.h' header
Philippe Mathieu-Daudé
2024-12-20
1
-0
/
+1
|
*
|
exec/cpu-defs: Remove unnecessary headers
Philippe Mathieu-Daudé
2024-12-20
1
-8
/
+0
|
*
|
exec/cpu-all: Include missing 'exec/cpu-defs.h' header
Philippe Mathieu-Daudé
2024-12-20
1
-1
/
+1
|
*
|
accel/tcg: Have tlb_vaddr_to_host() use vaddr type
Philippe Mathieu-Daudé
2024-12-20
1
-1
/
+2
|
*
|
system: Move 'exec/confidential-guest-support.h' to system/
Philippe Mathieu-Daudé
2024-12-20
1
-3
/
+3
|
*
|
include: Rename sysemu/ -> system/
Philippe Mathieu-Daudé
2024-12-20
101
-108
/
+108
|
*
|
qom: New object_property_add_new_container()
Peter Xu
2024-12-20
1
-0
/
+12
|
*
|
qom: Add TYPE_CONTAINER macro
Peter Xu
2024-12-20
1
-0
/
+1
|
*
|
log: Add separate debug option for logging invalid memory accesses
BALATON Zoltan
2024-12-20
1
-0
/
+1
|
|
/
*
|
Merge tag 'pull-riscv-to-apply-20241220' of https://github.com/alistair23/qem...
Stefan Hajnoczi
2024-12-21
6
-13
/
+48
|
\
\
|
*
|
hw/riscv: Add the checking if DTB overlaps to kernel or initrd
Jim Shu
2024-12-20
1
-0
/
+3
|
*
|
hw/riscv: Add a new struct RISCVBootInfo
Jim Shu
2024-12-20
1
-8
/
+17
|
*
|
hw/riscv: Support to load DTB after 3GB memory on 64-bit system.
Jim Shu
2024-12-20
1
-1
/
+1
|
*
|
hw/acpi: Upgrade ACPI SPCR table to support SPCR table revision 4 format
Sia Jee Heng
2024-12-20
2
-3
/
+6
|
*
|
hw/intc/riscv_aplic: add kvm_msicfgaddr for split mode aplic-imsic
Daniel Henrique Barboza
2024-12-20
1
-0
/
+6
|
*
|
hw/riscv/virt.c, riscv_aplic.c: add 'emulated_aplic' helpers
Daniel Henrique Barboza
2024-12-20
1
-0
/
+1
|
*
|
hw/intc/riscv_aplic: rename is_kvm_aia()
Daniel Henrique Barboza
2024-12-20
1
-0
/
+1
|
*
|
hw/riscv/riscv-iommu: implement reset protocol
Daniel Henrique Barboza
2024-12-20
1
-2
/
+4
|
*
|
hw/riscv/virt: Add IOMMU as platform device if the option is set
Sunil V L
2024-12-20
2
-1
/
+7
|
*
|
hw/riscv: add riscv-iommu-sys platform device
Tomasz Jeznach
2024-12-20
1
-0
/
+4
*
|
|
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Stefan Hajnoczi
2024-12-21
4
-11
/
+55
|
\
\
\
|
|
_
|
/
|
/
|
|
[prev]
[next]