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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
exec
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-29
tcg: Make tb_cflags() usable from target-agnostic code
Ilya Leoshkevich
2
-6
/
+6
2024-01-29
include/exec: Move cpu_*()/cpu_env() to common header
Anton Johansson
2
-25
/
+26
2024-01-29
include/exec: Move PAGE_* macros to common header
Anton Johansson
2
-24
/
+30
2024-01-29
include/exec: typedef abi_ptr to vaddr
Anton Johansson
1
-2
/
+2
2024-01-29
include/exec: Use vaddr in DisasContextBase for virtual addresses
Anton Johansson
1
-3
/
+3
2024-01-29
target: Use vaddr in gen_intermediate_code
Anton Johansson
1
-1
/
+1
2024-01-29
include/exec: Move vaddr defines to separate file
Anton Johansson
2
-12
/
+19
2024-01-19
accel/tcg: Remove tb_invalidate_phys_page() from system emulation
Philippe Mathieu-Daudé
1
-1
/
+0
2024-01-19
accel/tcg: Remove unused tb_invalidate_phys_addr()
Philippe Mathieu-Daudé
1
-5
/
+0
2024-01-08
Replace "iothread lock" with "BQL" in comments
Stefan Hajnoczi
3
-4
/
+4
2024-01-05
memory: Have memory_region_init_ram_from_fd() handler return a boolean
Philippe Mathieu-Daudé
1
-1
/
+3
2024-01-05
memory: Have memory_region_init_ram_from_file() handler return a boolean
Philippe Mathieu-Daudé
1
-1
/
+3
2024-01-05
memory: Have memory_region_init_resizeable_ram() return a boolean
Philippe Mathieu-Daudé
1
-1
/
+3
2024-01-05
memory: Have memory_region_init_rom_device() handler return a boolean
Philippe Mathieu-Daudé
1
-1
/
+3
2024-01-05
memory: Have memory_region_init_rom_device_nomigrate() return a boolean
Philippe Mathieu-Daudé
1
-1
/
+3
2024-01-05
memory: Have memory_region_init_rom() handler return a boolean
Philippe Mathieu-Daudé
1
-1
/
+3
2024-01-05
memory: Have memory_region_init_ram() handler return a boolean
Philippe Mathieu-Daudé
1
-1
/
+3
2024-01-05
memory: Have memory_region_init_rom_nomigrate() handler return a boolean
Philippe Mathieu-Daudé
1
-1
/
+3
2024-01-05
memory: Have memory_region_init_ram_nomigrate() handler return a boolean
Philippe Mathieu-Daudé
1
-1
/
+3
2024-01-05
memory: Have memory_region_init_ram_flags_nomigrate() return a boolean
Philippe Mathieu-Daudé
1
-1
/
+3
2023-12-20
memory: Remove "qemu:" prefix from the "qemu:ram-discard-manager" type name
Thomas Huth
1
-1
/
+1
2023-11-14
accel/tcg: Remove CF_LAST_IO
Richard Henderson
1
-7
/
+6
2023-11-08
gdbstub: Introduce GDBFeatureBuilder
Akihiko Odaki
1
-0
/
+50
2023-11-08
gdbstub: Introduce gdb_find_static_feature()
Akihiko Odaki
1
-0
/
+8
2023-11-08
gdbstub: Add num_regs member to GDBFeature
Akihiko Odaki
1
-0
/
+1
2023-11-07
accel/tcg: Factor tcg_cpu_reset_hold() out
Philippe Mathieu-Daudé
1
-2
/
+0
2023-11-07
accel/tcg: Declare tcg_flush_jmp_cache() in 'exec/tb-flush.h'
Philippe Mathieu-Daudé
2
-1
/
+2
2023-11-07
Merge tag 'pull-tcg-20231106' of https://gitlab.com/rth7680/qemu into staging
Stefan Hajnoczi
1
-1
/
+0
2023-11-06
accel/tcg: Move HMP info jit and info opcount code
Richard Henderson
1
-1
/
+0
2023-11-03
memory: Introduce memory_region_iommu_set_iova_ranges
Eric Auger
1
-0
/
+32
2023-11-03
memory: Let ReservedRegion use Range
Eric Auger
1
-2
/
+2
2023-10-23
Merge tag 'pull-tcg-20231023' of https://gitlab.com/rth7680/qemu into staging
Stefan Hajnoczi
1
-0
/
+2
2023-10-22
tcg: Define MO_TL
Paolo Bonzini
1
-0
/
+2
2023-10-22
memory: initialize 'fv' in MemoryRegionCache to make Coverity happy
Ilya Maximets
1
-0
/
+2
2023-10-12
memory,vhost: Allow for marking memory device memory regions unmergeable
David Hildenbrand
1
-0
/
+22
2023-10-12
memory: Clarify mapping requirements for RamDiscardManager
David Hildenbrand
1
-2
/
+3
2023-10-12
softmmu/physmem: Fixup qemu_ram_block_from_host() documentation
David Hildenbrand
1
-0
/
+15
2023-10-11
plugins: Set final instruction count in plugin_gen_tb_end
Matt Borgerson
1
-2
/
+2
2023-10-11
accel/tcg: Add plugin_enabled to DisasContextBase
Richard Henderson
1
-0
/
+2
2023-10-11
gdbstub: Remove gdb_has_xml variable
Akihiko Odaki
1
-8
/
+0
2023-10-11
gdbstub: Introduce GDBFeature structure
Akihiko Odaki
1
-2
/
+7
2023-10-05
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Stefan Hajnoczi
1
-3
/
+13
2023-10-04
accel/tcg: Restrict dump_exec_info() declaration
Philippe Mathieu-Daudé
1
-5
/
+0
2023-10-04
exec: Move cpu_loop_foo() target agnostic functions to 'cpu-common.h'
Philippe Mathieu-Daudé
2
-30
/
+32
2023-10-04
exec: Make EXCP_FOO definitions target agnostic
Philippe Mathieu-Daudé
2
-7
/
+7
2023-10-04
accel/tcg: Remove env_tlb()
Anton Johansson
1
-11
/
+0
2023-10-04
accel/tcg: Modify tlb_*() to use CPUState
Anton Johansson
1
-4
/
+4
2023-10-04
accel/tcg: Remove env_neg()
Richard Henderson
1
-12
/
+1
2023-10-04
accel/tcg: Remove cpu_set_cpustate_pointers
Richard Henderson
1
-10
/
+0
2023-10-04
accel/tcg: Replace CPUState.env_ptr with cpu_env()
Richard Henderson
1
-1
/
+0
[next]