66 Commits (5cb466d7ca56724f046a3e2fd25f1c909ceea01b)

Author SHA1 Message Date
BALATON Zoltan 5cb466d7ca memory: Add internal memory_region_set_ops helper function 3 months ago
BALATON Zoltan 5cf3908f70 memory: Remove memory_region_init_rom_device_nomigrate() 2 months ago
Paolo Bonzini 7f548b8f23 include: reorganize memory API headers 4 months ago
Paolo Bonzini 1942b61b74 include: move hw/boards.h to hw/core/ 4 months ago
Chuang Xu e8a6d158db migration: merge fragmented clear_dirty ioctls 3 months ago
Philippe Mathieu-Daudé 4db362f68c system/physmem: Extract API out of 'system/ram_addr.h' header 6 months ago
Philippe Mathieu-Daudé aa60bdb700 system/physmem: Drop 'cpu_' prefix in Physical Memory API 6 months ago
Alejandro Jimenez bc54fb0168 memory: Adjust event ranges to fit within notifier boundaries 6 months ago
Peter Xu 041600e23f memory: New AS helper to serialize destroy+free 6 months ago
Peter Xu ac7a892fd3 memory: Fix leaks due to owner-shared MRs circular references 7 months ago
Igor Mammedov 73c520b088 memory: reintroduce BQL-free fine-grained PIO/MMIO 8 months ago
Philippe Mathieu-Daudé f7a7e7dd21 accel: Extract AccelClass definition to 'accel/accel-ops.h' 9 months ago
Philippe Mathieu-Daudé 749c21cf6d qemu: Convert target_words_bigendian() to TargetInfo API 9 months ago
Philippe Mathieu-Daudé 14784d00ce accel: Directly pass AccelState argument to AccelClass::has_memory() 9 months ago
Philippe Mathieu-Daudé 8dd5e6befc accel: Directly pass AccelState argument to AccelClass::has_memory() 9 months ago
Chenyi Qiang 2205b84667 memory: Unify the definiton of ReplayRamPopulate() and ReplayRamDiscard() 10 months ago
Chenyi Qiang ff1211154c memory: Change memory_region_set_ram_discard_manager() to return the result 10 months ago
Steve Sistare e3353d63e1 vfio: return mr from vfio_get_xlat_addr 11 months ago
Kohei Tokunaga 8e72b0eb18 util: exclude mmap-alloc.c from compilation target on Emscripten 11 months ago
Philippe Mathieu-Daudé 8af0e52b28 system/memory: Remove DEVICE_HOST_ENDIAN definition 11 months ago
Philippe Mathieu-Daudé b939b8e42a exec: Rename target_words_bigendian() -> target_big_endian() 12 months ago
Philippe Mathieu-Daudé d4c9cab37f exec: Restrict memory-internal.h to system/ 1 year ago
Richard Henderson 4705a71db5 include/system: Move exec/ram_addr.h to system/ram_addr.h 1 year ago
Richard Henderson dfc56946a7 include/system: Move exec/address-spaces.h to system/address-spaces.h 1 year ago
Richard Henderson 8be545ba5a include/system: Move exec/memory.h to system/memory.h 1 year ago
Pierrick Bouvier 94f5cd62b8 system/memory: make compilation unit common 1 year ago
Steve Sistare 3ec0214816 physmem: qemu_ram_alloc_from_fd extensions 1 year ago
Peter Xu 1c34335844 qdev: Use machine_get_container() 1 year ago
Philippe Mathieu-Daudé 32cad1ffb8 include: Rename sysemu/ -> system/ 1 year ago
BALATON Zoltan 678bf8f22a log: Add separate debug option for logging invalid memory accesses 1 year ago
Ani Sinha 8d3031fa1b memory: notify hypervisor of all eventfds during listener (de)registration 2 years ago
Mattias Nissler 637b0aa139 softmmu: Support concurrent bounce buffers 2 years ago
Eric Auger 2457343d05 memory: remove IOMMU MR iommu_set_page_size_mask() callback 2 years ago
Eric Auger 71386c6efd memory: Remove IOMMU MR iommu_set_iova_range API 2 years ago
Philippe Mathieu-Daudé eb5b2896f6 memory: Constify IOMMUTLBEvent in memory_region_notify_iommu() 2 years ago
Philippe Mathieu-Daudé ec40be993b memory: Constify IOMMUTLBEvent in memory_region_notify_iommu_one() 2 years ago
Xiaoyao Li a0aa6db7ce memory: Introduce memory_region_init_ram_guest_memfd() 2 years ago
Cédric Le Goater ebb481c03c memory: Add Error** argument to memory_get_xlat_addr() 2 years ago
Mattias Nissler 69e78f1b34 system/physmem: Per-AddressSpace bounce buffering 3 years ago
Cédric Le Goater 639ec3fbf9 memory: Add Error** argument to the global_dirty_log routines 2 years ago
Cédric Le Goater 3688fec892 memory: Add Error** argument to .log_global_start() handler 2 years ago
Xiaoyao Li 15f7a80c49 RAMBlock: Add support of KVM private guest memfd 2 years ago
Stefan Hajnoczi 195801d700 system/cpus: rename qemu_mutex_lock_iothread() to bql_lock() 2 years ago
Philippe Mathieu-Daudé 9583a90579 memory: Have memory_region_init_ram_from_fd() handler return a boolean 2 years ago
Philippe Mathieu-Daudé 9b9d11ac03 memory: Have memory_region_init_ram_from_file() handler return a boolean 2 years ago
Philippe Mathieu-Daudé f25a9fbb64 memory: Have memory_region_init_resizeable_ram() return a boolean 2 years ago
Philippe Mathieu-Daudé 62f5c1b234 memory: Have memory_region_init_rom_device() handler return a boolean 2 years ago
Philippe Mathieu-Daudé bd3aa06950 memory: Simplify memory_region_init_rom_device_nomigrate() calls 2 years ago
Philippe Mathieu-Daudé ae076b6c39 memory: Have memory_region_init_rom_device_nomigrate() return a boolean 2 years ago
Philippe Mathieu-Daudé b9159451d3 memory: Have memory_region_init_rom() handler return a boolean 2 years ago