index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
system
/
physmem.c
Age
Commit message (
Expand
)
Author
2024-09-18
softmmu/physmem.c: Keep transaction attribute in address_space_map()
Fea.Wang
2024-09-09
softmmu/physmem: fix memory leak in dirty_memory_extend()
David Hildenbrand
2024-09-09
softmmu: Support concurrent bounce buffers
Mattias Nissler
2024-07-29
system/physmem: Where we assume we have a RAM MR, assert it
Peter Maydell
2024-07-22
physmem: Add helper function to destroy CPU AddressSpace
Salil Mehta
2024-07-16
system/physmem: use return value of ram_block_discard_require() as errno
Zhenzhong Duan
2024-07-12
physmem: Bail out qemu_ram_block_from_host() for invalid ram addrs
Edgar E. Iglesias
2024-07-05
tracepoints: move physmem trace points
Alex Bennée
2024-07-02
system/physmem: Fix reference to dump-guest-core
Akihiko Odaki
2024-06-09
xen: mapcache: Pass the ram_addr offset to xen_map_cache()
Edgar E. Iglesias
2024-06-04
physmem: Replace check for RAMBlock offset 0 with xen_mr_is_memory
Edgar E. Iglesias
2024-06-04
physmem: Always pass offset + addr to xen_map_cache
Edgar E. Iglesias
2024-05-08
system/physmem: Per-AddressSpace bounce buffering
Mattias Nissler
2024-05-08
system/physmem: Propagate AddressSpace to MapClient helpers
Mattias Nissler
2024-05-08
system/physmem: Replace qemu_mutex_lock() calls with QEMU_LOCK_GUARD
Philippe Mathieu-Daudé
2024-05-06
Merge tag 'accel-20240506' of https://github.com/philmd/qemu into staging
Richard Henderson
2024-05-06
system: Pass RAM MemoryRegion and is_write in xen_map_cache()
Edgar E. Iglesias
2024-05-06
system: let qemu_map_ram_ptr() use qemu_ram_ptr_length()
Juergen Gross
2024-05-06
exec/cpu: Extract page-protection definitions to page-protection.h
Philippe Mathieu-Daudé
2024-05-03
tcg: remove CPU* types from typedefs.h
Paolo Bonzini
2024-04-26
exec: Expose 'target_page.h' API to user emulation
Philippe Mathieu-Daudé
2024-04-23
physmem: Introduce ram_block_discard_guest_memfd_range()
Xiaoyao Li
2024-04-23
RAMBlock: make guest_memfd require uncoordinated discard
Paolo Bonzini
2024-04-23
RAMBlock: Add support of KVM private guest memfd
Xiaoyao Li
2024-03-12
physmem: Factor cpu_physical_memory_dirty_bits_cleared() out
Nicholas Piggin
2024-03-12
physmem: Expose tlb_reset_dirty_range_all()
Philippe Mathieu-Daudé
2024-03-11
physmem: Fix wrong address in large address_space_read/write_cached_slow()
Jonathan Cameron
2024-03-11
physmem: Factor out body of flatview_read/write_continue() loop
Jonathan Cameron
2024-03-11
physmem: Reduce local variable scope in flatview_read/write_continue()
Jonathan Cameron
2024-03-11
physmem: Rename addr1 to more informative mr_addr in flatview_read/write() an...
Jonathan Cameron
2024-03-09
system/physmem: Do not include 'hw/xen/xen.h' but 'sysemu/xen.h'
Philippe Mathieu-Daudé
2024-02-29
softmmu/physmem: Remove HOST_PAGE_ALIGN
Richard Henderson
2024-02-29
softmmu/physmem: Remove qemu_host_page_size
Richard Henderson
2024-02-20
system/physmem: remove redundant arg reassignment
Manos Pitsidianakis
2024-02-16
physmem: replace function name with __func__ in ram_block_discard_range()
Xiaoyao Li
2024-01-29
target: Make qemu_target_page_mask() available for *-user
Ilya Leoshkevich
2024-01-08
Replace "iothread lock" with "BQL" in comments
Stefan Hajnoczi
2024-01-08
system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()
Stefan Hajnoczi
2023-11-24
coverity: physmem: use simple assertions instead of modelling
Vladimir Sementsov-Ogievskiy
2023-10-12
softmmu/physmem: Fixup qemu_ram_block_from_host() documentation
David Hildenbrand
2023-10-08
system: Rename softmmu/ directory as system/
Philippe Mathieu-Daudé