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
/
softmmu
/
physmem.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
memory: Fix wrong end address dump
Zhenzhong Duan
2022-11-08
1
-1
/
+1
*
exec/cpu-common: add qemu_ram_get_fd()
Stefan Hajnoczi
2022-10-26
1
-0
/
+5
*
accel/tcg: Move qemu_ram_addr_from_host_nofail to physmem.c
Richard Henderson
2022-09-06
1
-0
/
+12
*
softmmu/physmem: Remove the ifdef __linux__ around the pagesize functions
Thomas Huth
2022-08-26
1
-17
/
+0
*
softmmu: Always initialize xlat in address_space_translate_for_iotlb
Richard Henderson
2022-06-21
1
-1
/
+12
*
vfio-user: handle PCI BAR accesses
Jagannathan Raman
2022-06-15
1
-2
/
+2
*
include: move target page bits declaration to page-vary.h
Marc-André Lureau
2022-04-06
1
-1
/
+1
*
Replace qemu_real_host_page variables with inlined functions
Marc-André Lureau
2022-04-06
1
-3
/
+3
*
softmmu/physmem: Introduce MemTxAttrs::memory field and MEMTX_ACCESS_ERROR
Philippe Mathieu-Daudé
2022-03-21
1
-2
/
+42
*
softmmu/physmem: Simplify flatview_write and address_space_access_valid
Philippe Mathieu-Daudé
2022-03-21
1
-8
/
+3
*
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20220307'...
Peter Maydell
2022-03-08
1
-0
/
+1
|
\
|
*
osdep: Move memalign-related functions to their own header
Peter Maydell
2022-03-07
1
-0
/
+1
*
|
softmmu/physmem: Remove unnecessary include
Philippe Mathieu-Daudé
2022-03-06
1
-1
/
+0
*
|
exec: Make cpu_memory_rw_debug() target agnostic
Philippe Mathieu-Daudé
2022-03-06
1
-3
/
+3
|
/
*
include: Move qemu_madvise() and related #defines to new qemu/madvise.h
Peter Maydell
2022-02-21
1
-0
/
+1
*
exec/memory: Extract address_space_set() from dma_memory_set()
Philippe Mathieu-Daudé
2022-01-20
1
-0
/
+19
*
accel/tcg: suppress IRQ check for special TBs
Alex Bennée
2021-11-29
1
-2
/
+2
*
qapi: introduce x-query-ramblock QMP command
Daniel P. Berrangé
2021-11-02
1
-8
/
+11
*
softmmu: fix for "after access" watchpoints
Pavel Dovgalyuk
2021-10-29
1
-1
/
+1
*
softmmu: remove useless condition in watchpoint check
Pavel Dovgalyuk
2021-10-29
1
-21
/
+20
*
softmmu: fix watchpoint processing in icount mode
Pavel Dovgalyuk
2021-10-29
1
-4
/
+2
*
softmmu/physmem.c: Fix typo in comment
Greg Kurz
2021-10-23
1
-1
/
+1
*
memory: Name all the memory listeners
Peter Xu
2021-09-30
1
-0
/
+1
*
memory: Add RAM_PROTECTED flag to skip IOMMU mappings
Sean Christopherson
2021-09-30
1
-1
/
+2
*
softmmu/physmem.c: Check return value from realpath()
Peter Maydell
2021-08-26
1
-0
/
+3
*
softmmu/physmem.c: Remove unneeded NULL check in qemu_ram_alloc_from_fd()
Peter Maydell
2021-08-26
1
-1
/
+1
*
softmmu/physmem: fix wrong assertion in qemu_ram_alloc_internal()
David Hildenbrand
2021-08-17
1
-1
/
+0
*
softmmu/physmem: Extend ram_block_discard_(require|disable) by two discard types
David Hildenbrand
2021-07-08
1
-6
/
+48
*
softmmu/physmem: Don't use atomic operations in ram_block_discard_(disable|re...
David Hildenbrand
2021-07-08
1
-31
/
+39
*
util/mmap-alloc: Support RAM_NORESERVE via MAP_NORESERVE under Linux
David Hildenbrand
2021-06-15
1
-0
/
+1
*
memory: Introduce RAM_NORESERVE and wire it up in qemu_ram_mmap()
David Hildenbrand
2021-06-15
1
-3
/
+12
*
util/mmap-alloc: Pass flags instead of separate bools to qemu_ram_mmap()
David Hildenbrand
2021-06-15
1
-3
/
+5
*
softmmu/memory: Pass ram_flags to qemu_ram_alloc() and qemu_ram_alloc_internal()
David Hildenbrand
2021-06-15
1
-17
/
+12
*
softmmu/physmem: Fix qemu_ram_remap() to handle shared anonymous memory
David Hildenbrand
2021-06-15
1
-3
/
+3
*
softmmu/physmem: Fix ram_block_discard_range() to handle shared anonymous memory
David Hildenbrand
2021-06-15
1
-1
/
+6
*
softmmu/physmem: Mark shared anonymous memory RAM_SHARED
David Hildenbrand
2021-06-15
1
-3
/
+7
*
replay: fix watchpoint processing for reverse debugging
Pavel Dovgalyuk
2021-05-27
1
-0
/
+10
*
exec: Relax range check in ram_block_discard_range()
David Hildenbrand
2021-05-13
1
-2
/
+2
*
migration/ram: Handle RAM block resizes during precopy
David Hildenbrand
2021-05-13
1
-2
/
+3
*
numa: Teach ram block notifiers about resizeable ram blocks
David Hildenbrand
2021-05-13
1
-2
/
+10
*
util: vfio-helpers: Factor out and fix processing of existing ram blocks
David Hildenbrand
2021-05-13
1
-0
/
+5
*
Do not include exec/address-spaces.h if it's not really necessary
Thomas Huth
2021-05-02
1
-1
/
+0
*
Do not include cpu.h if it's not really necessary
Thomas Huth
2021-05-02
1
-1
/
+0
*
Do not include sysemu/sysemu.h if it's not really necessary
Thomas Huth
2021-05-02
1
-1
/
+0
*
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
2021-03-17
1
-1
/
+1
|
\
|
*
fuzz: move some DMA hooks
Alexander Bulekov
2021-03-16
1
-1
/
+1
*
|
exec: Get rid of phys_mem_set_alloc()
David Hildenbrand
2021-03-15
1
-33
/
+3
|
/
*
accel/tcg: move CF_CLUSTER calculation to curr_cflags
Alex Bennée
2021-03-06
1
-1
/
+1
*
memory: alloc RAM from file at offset
Jagannathan Raman
2021-02-09
1
-5
/
+7
*
fuzz: ignore address_space_map is_write flag
Alexander Bulekov
2021-02-08
1
-2
/
+2
[next]