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