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
/
exec.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-08-16
numa: Move remaining NUMA declarations from sysemu.h to numa.h
Markus Armbruster
1
-1
/
+1
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
1
-1
/
+0
2019-07-15
memory: Introduce memory listener hook log_clear()
Peter Xu
1
-0
/
+12
2019-07-15
memory: Pass mr into snapshot_and_clear_dirty
Peter Xu
1
-1
/
+2
2019-07-05
general: Replace global smp variables with smp machine properties
Like Xu
1
-1
/
+2
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
1
-0
/
+1
2019-06-11
qemu-common: Move tcg_enabled() etc. to sysemu/tcg.h
Markus Armbruster
1
-0
/
+2
2019-04-26
Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...
Peter Maydell
1
-3
/
+7
2019-04-25
util/mmap-alloc: Add a 'is_pmem' parameter to qemu_ram_mmap
Zhang Yi
1
-1
/
+1
2019-04-25
cpu: Fix crash with empty -cpu option
Eduardo Habkost
1
-0
/
+4
2019-04-25
cpu: Rename parse_cpu_model() to parse_cpu_option()
Eduardo Habkost
1
-2
/
+2
2019-04-25
exec: Introduce qemu_maxrampagesize() and rename qemu_getrampagesize()
David Hildenbrand
1
-4
/
+40
2019-04-18
qom/cpu: Simplify how CPUClass:cpu_dump_state() prints
Markus Armbruster
1
-1
/
+1
2019-04-18
memory: Clean up how mtree_info() prints
Markus Armbruster
1
-20
/
+20
2019-03-29
exec: Only count mapped memory backends for qemu_getrampagesize()
David Gibson
1
-2
/
+3
2019-03-11
exec.c: refactor function flatview_add_to_dispatch()
Wei Yang
1
-17
/
+31
2019-03-06
migration: Add an ability to ignore shared RAM blocks
Yury Kotov
1
-19
/
+0
2019-03-06
exec: Change RAMBlockIterFunc definition
Yury Kotov
1
-4
/
+17
2019-02-05
unify len and addr type for memory/address APIs
Li Zhijian
1
-24
/
+23
2019-02-04
mmap-alloc: fix hugetlbfs misaligned length in ppc64
Murilo Opsfelder Araujo
1
-2
/
+2
2019-02-01
exec.c: Don't reallocate IOMMUNotifiers that are in use
Peter Maydell
1
-4
/
+6
2019-01-29
memory: add memory_region_flush_rom_device()
Stefan Hajnoczi
1
-0
/
+13
2019-01-29
exec.c: Use correct attrs in cpu_memory_rw_debug()
Peter Maydell
1
-4
/
+2
2019-01-11
qemu/queue.h: typedef QTAILQ heads
Paolo Bonzini
1
-1
/
+2
2019-01-11
qemu/queue.h: leave head structs anonymous unless necessary
Paolo Bonzini
1
-1
/
+1
2018-12-14
Rename cpu_physical_memory_write_rom() to address_space_write_rom()
Peter Maydell
1
-6
/
+8
2018-12-14
exec.c: Rename cpu_physical_memory_write_rom_internal()
Peter Maydell
1
-7
/
+13
2018-10-18
exec: introduce tlb_init
Emilio G. Cota
1
-0
/
+1
2018-10-17
cpu: Provide a proper prototype for target_words_bigendian() in a header
Thomas Huth
1
-5
/
+0
2018-10-02
hostmem-file: make available memory-backend-file on POSIX-based hosts
Hikaru Nishida
1
-2
/
+2
2018-08-21
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-25
/
+13
2018-08-14
accel/tcg: Check whether TLB entry is RAM consistently with how we set it up
Peter Maydell
1
-6
/
+0
2018-08-10
hostmem-file: add the 'pmem' option
Junyan He
1
-0
/
+8
2018-08-10
memory, exec: switch file ram allocation functions to 'flags' parameters
Junyan He
1
-5
/
+5
2018-08-10
memory, exec: Expose all memory block related flags.
Junyan He
1
-20
/
+0
2018-07-02
tcg: simplify !CONFIG_TCG handling of tb_invalidate_*
Paolo Bonzini
1
-1
/
+5
2018-07-02
tcg: Fix --disable-tcg build breakage
Philippe Mathieu-Daudé
1
-1
/
+1
2018-06-28
exec: check that alignment is a power of two
David Hildenbrand
1
-0
/
+4
2018-06-28
move public invalidate APIs out of translate-all.{c,h}, clean up
Paolo Bonzini
1
-4
/
+25
2018-06-28
exec: Fix MAP_RAM for cached access
Eric Auger
1
-6
/
+0
2018-06-27
postcopy: drop ram_pages parameter from postcopy_ram_incoming_init()
David Hildenbrand
1
-1
/
+1
2018-06-22
tcg: fix --disable-tcg build breakage
Emilio G. Cota
1
-0
/
+3
2018-06-15
tcg: remove tb_lock
Emilio G. Cota
1
-15
/
+11
2018-06-15
exec.c: Handle IOMMUs in address_space_translate_for_iotlb()
Peter Maydell
1
-2
/
+133
2018-06-15
iommu: Add IOMMU index argument to translate method
Peter Maydell
1
-2
/
+9
2018-06-15
exec.c: Use stn_p() and ldn_p() instead of explicit switches
Peter Maydell
1
-104
/
+8
2018-06-15
exec.c: Don't accidentally sign-extend 4-byte loads in subpage_read()
Peter Maydell
1
-1
/
+1
2018-06-15
cputlb: Pass cpu_transaction_failed() the correct physaddr
Peter Maydell
1
-2
/
+3
2018-06-04
Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20180604' i...
Peter Maydell
1
-0
/
+38
2018-06-04
migration: discard non-migratable RAMBlocks
Cédric Le Goater
1
-0
/
+38
[next]