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
*
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
*
|
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2018-06-01
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
exec.c: Initialize sa_flags passed to sigaction()
Peter Maydell
2018-06-01
1
-0
/
+1
*
|
Make address_space_translate_iommu take a MemTxAttrs argument
Peter Maydell
2018-05-31
1
-3
/
+5
*
|
Make flatview_do_translate() take a MemTxAttrs argument
Peter Maydell
2018-05-31
1
-3
/
+6
*
|
Make address_space_get_iotlb_entry() take a MemTxAttrs argument
Peter Maydell
2018-05-31
1
-1
/
+1
*
|
Make flatview_translate() take a MemTxAttrs argument
Peter Maydell
2018-05-31
1
-8
/
+9
*
|
Make flatview_access_valid() take a MemTxAttrs argument
Peter Maydell
2018-05-31
1
-7
/
+5
*
|
Make MemoryRegion valid.accepts callback take a MemTxAttrs argument
Peter Maydell
2018-05-31
1
-3
/
+6
*
|
Make memory_region_access_valid() take a MemTxAttrs argument
Peter Maydell
2018-05-31
1
-1
/
+3
*
|
Make flatview_extend_translation() take a MemTxAttrs argument
Peter Maydell
2018-05-31
1
-5
/
+10
*
|
Make address_space_access_valid() take a MemTxAttrs argument
Peter Maydell
2018-05-31
1
-1
/
+2
*
|
Make address_space_map() take a MemTxAttrs argument
Peter Maydell
2018-05-31
1
-2
/
+4
*
|
Make address_space_translate{, _cached}() take a MemTxAttrs argument
Peter Maydell
2018-05-31
1
-5
/
+9
*
|
Make tb_invalidate_phys_addr() take a MemTxAttrs argument
Peter Maydell
2018-05-31
1
-1
/
+1
|
/
*
exec: reintroduce MemoryRegion caching
Paolo Bonzini
2018-05-09
1
-12
/
+109
*
exec: extract address_space_translate_iommu, fix page_mask corner case
Paolo Bonzini
2018-05-09
1
-35
/
+75
*
exec: small changes to flatview_do_translate
Paolo Bonzini
2018-05-09
1
-19
/
+14
*
Add host_memory_backend_pagesize() helper
David Gibson
2018-04-27
1
-3
/
+2
*
Make qemu_mempath_getpagesize() accept NULL
David Gibson
2018-04-27
1
-15
/
+6
*
exec: fix memory leak in find_max_supported_pagesize()
Greg Kurz
2018-04-03
1
-0
/
+1
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2018-03-20
1
-14
/
+72
|
\
|
*
postcopy: use UFFDIO_ZEROPAGE only when available
Dr. David Alan Gilbert
2018-03-20
1
-0
/
+16
|
*
qemu_ram_block_host_offset
Dr. David Alan Gilbert
2018-03-20
1
-0
/
+10
|
*
migrate: Update ram_block_discard_range for shared
Dr. David Alan Gilbert
2018-03-20
1
-14
/
+46
*
|
Use cpu_create(type) instead of cpu_init(cpu_model)
Igor Mammedov
2018-03-19
1
-0
/
+23
|
/
*
memory: fix flatview_access_valid RCU read lock/unlock imbalance
Paolo Bonzini
2018-03-09
1
-1
/
+0
*
address_space_rw: address_space_to_flatview needs RCU lock
Paolo Bonzini
2018-03-06
1
-18
/
+10
*
address_space_map: address_space_to_flatview needs RCU lock
Paolo Bonzini
2018-03-06
1
-1
/
+2
*
address_space_access_valid: address_space_to_flatview needs RCU lock
Paolo Bonzini
2018-03-06
1
-4
/
+8
*
address_space_read: address_space_to_flatview needs RCU lock
Paolo Bonzini
2018-03-06
1
-13
/
+25
*
address_space_write: address_space_to_flatview needs RCU lock
Paolo Bonzini
2018-03-06
1
-15
/
+22
*
mem: add share parameter to memory-backend-ram
Marcel Apfelbaum
2018-02-19
1
-11
/
+15
*
tcg: Replace fprintf(stderr, "*\n" with error_report()
Alistair Francis
2018-02-06
1
-3
/
+3
*
hostmem-file: add "align" option
Haozhong Zhang
2018-01-19
1
-1
/
+7
[next]