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
/
include
/
exec
/
memory.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix several typos in documentation (found by codespell)
Stefan Weil
2022-11-11
1
-3
/
+3
*
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Stefan Hajnoczi
2022-11-08
1
-0
/
+4
|
\
|
*
vfio: move implement of vfio_get_xlat_addr() to memory.c
Cindy Lu
2022-11-07
1
-0
/
+4
*
|
Fix some typos in documentation and comments
Stefan Weil
2022-11-05
1
-1
/
+1
|
/
*
softmmu/dirtylimit: Implement vCPU dirtyrate calculation periodically
Hyman Huang(黄勇)
2022-07-20
1
-1
/
+4
*
vfio-user: handle PCI BAR accesses
Jagannathan Raman
2022-06-15
1
-0
/
+3
*
Replace TARGET_WORDS_BIGENDIAN
Marc-André Lureau
2022-04-06
1
-1
/
+1
*
Replace config-time define HOST_WORDS_BIGENDIAN
Marc-André Lureau
2022-04-06
1
-1
/
+1
*
exec/memory: Extract address_space_set() from dma_memory_set()
Philippe Mathieu-Daudé
2022-01-20
1
-0
/
+16
*
memory: Update description of memory_region_is_mapped()
David Hildenbrand
2022-01-18
1
-1
/
+2
*
memory: Make memory_region_is_mapped() succeed when mapped via an alias
David Hildenbrand
2022-01-18
1
-0
/
+1
*
memory: Introduce replay_discarded callback for RamDiscardManager
David Hildenbrand
2021-11-01
1
-0
/
+21
*
memory: make global_dirty_tracking a bitmask
Hyman Huang(黄勇)
2021-11-01
1
-3
/
+17
*
memory: Name all the memory listeners
Peter Xu
2021-09-30
1
-0
/
+8
*
memory: Add RAM_PROTECTED flag to skip IOMMU mappings
Sean Christopherson
2021-09-30
1
-1
/
+14
*
softmmu/physmem: Extend ram_block_discard_(require|disable) by two discard types
David Hildenbrand
2021-07-08
1
-2
/
+16
*
memory: Helpers to copy/free a MemoryRegionSection
David Hildenbrand
2021-07-08
1
-0
/
+20
*
memory: Introduce RamDiscardManager for RAM memory regions
David Hildenbrand
2021-07-08
1
-22
/
+264
*
memory: Introduce RAM_NORESERVE and wire it up in qemu_ram_mmap()
David Hildenbrand
2021-06-15
1
-3
/
+12
*
softmmu/memory: Pass ram_flags to memory_region_init_ram_shared_nomigrate()
David Hildenbrand
2021-06-15
1
-12
/
+12
*
softmmu/memory: Pass ram_flags to qemu_ram_alloc_from_fd()
David Hildenbrand
2021-06-15
1
-6
/
+3
*
docs: fix broken reference
John Snow
2021-06-05
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210526' into...
Peter Maydell
2021-05-28
1
-1
/
+1
|
\
|
*
exec/memory: Use correct type size
Philippe Mathieu-Daudé
2021-05-26
1
-1
/
+1
*
|
memory: Introduce log_sync_global() to memory listener
Peter Xu
2021-05-26
1
-0
/
+12
|
/
*
migration/ram: Handle RAM block resizes during precopy
David Hildenbrand
2021-05-13
1
-4
/
+6
*
memory: Add offset_in_region to flatview_cb arguments
Peter Maydell
2021-03-23
1
-0
/
+2
*
memory: Document flatview_for_each_range()
Peter Maydell
2021-03-23
1
-2
/
+24
*
memory: Make flatview_cb return bool, not int
Peter Maydell
2021-03-23
1
-3
/
+3
*
memory: Drop "qemu:" prefix from QOM memory region type names
Markus Armbruster
2021-03-19
1
-2
/
+2
*
exec/memory: Use struct Object typedef
Philippe Mathieu-Daudé
2021-03-09
1
-16
/
+16
*
memory: alloc RAM from file at offset
Jagannathan Raman
2021-02-09
1
-0
/
+2
*
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
2021-02-09
1
-5
/
+3
|
\
|
*
fuzz: ignore address_space_map is_write flag
Alexander Bulekov
2021-02-08
1
-5
/
+3
*
|
migration: support UFFD write fault processing in ram_save_iterate()
Andrey Gruzdev
2021-02-08
1
-0
/
+7
*
|
migration: introduce UFFD-WP low-level interface helpers
Andrey Gruzdev
2021-02-08
1
-0
/
+1
|
/
*
memory: add readonly support to memory_region_init_ram_from_file()
Stefan Hajnoczi
2021-02-01
1
-0
/
+2
*
memory: Add IOMMU_NOTIFIER_DEVIOTLB_UNMAP IOMMUTLBNotificationType
Eugenio Pérez
2020-12-08
1
-1
/
+6
*
memory: Add IOMMUTLBEvent
Eugenio Pérez
2020-12-08
1
-14
/
+13
*
memory: Rename memory_region_notify_one to memory_region_notify_iommu_one
Eugenio Pérez
2020-12-08
1
-3
/
+3
*
memory: Add interface to set iommu page size mask
Bharat Bhushan
2020-11-03
1
-0
/
+38
*
fuzz: Add fuzzer callbacks to DMA-read functions
Alexander Bulekov
2020-10-26
1
-0
/
+1
*
fuzz: Declare DMA Read callback function
Alexander Bulekov
2020-10-26
1
-0
/
+8
*
fuzz: Add DMA support to the generic-fuzzer
Alexander Bulekov
2020-10-26
1
-0
/
+7
*
memory: Add FlatView foreach function
Alexander Bulekov
2020-10-24
1
-0
/
+5
*
memory: Explicitly tag doc comments for structs
Eduardo Habkost
2020-10-06
1
-3
/
+3
*
exec: Remove MemoryRegion::global_locking field
Philippe Mathieu-Daudé
2020-09-30
1
-14
/
+0
*
memory: Convert IOMMUMemoryRegionClass doc comment to kernel-doc
Eduardo Habkost
2020-09-30
1
-9
/
+41
*
qemu/atomic.h: rename atomic_ to qatomic_
Stefan Hajnoczi
2020-09-23
1
-1
/
+1
*
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
1
-10
/
+4
[next]