39 Commits (2a6a4076e117113ebec97b1821071afccfdfbc96)

Author SHA1 Message Date
Sergey Sorokin b35399bb4e Fix confusing argument names in some common functions 10 years ago
Paolo Bonzini 07bdaa4196 memory: split memory_region_from_host from qemu_ram_addr_from_host 10 years ago
Paolo Bonzini f615f39616 exec: remove ram_addr argument from qemu_ram_block_from_host 10 years ago
Gonglei fa53a0e53e memory: drop find_ram_block() 10 years ago
Paolo Bonzini a7d6039cb3 cpu: move endian-dependent load/store functions to cpu-all.h 12 years ago
Paolo Bonzini bdd902277c include: poison symbols in osdep.h 10 years ago
Markus Armbruster 14b6d44d47 Use scripts/clean-includes to drop redundant qemu/typedefs.h 10 years ago
Vladimir Sementsov-Ogievskiy 39de99843e move get_current_ram_size to virtio-balloon.c 10 years ago
Dr. David Alan Gilbert e3dd74934f qemu_ram_block_by_name 11 years ago
Dr. David Alan Gilbert 422148d3e5 qemu_ram_block_from_host 11 years ago
Peter Maydell fba0a593b2 Stop including qemu-common.h in memory.h 11 years ago
Dr. David Alan Gilbert e3807054e2 qemu_ram_foreach_block: pass up error value, and down the ramblock name 11 years ago
Fam Zheng e95205e1f9 dma-helpers: Fix race condition of continue_after_map_failure and dma_aio_cancel 11 years ago
zhanghailiang 87a45cfee6 pc-dimm: add a function to calculate VM's current RAM size 12 years ago
Leon Alrae 55e9409366 softmmu: provide softmmu access type enum 12 years ago
Wanlong Gao 96d0e26c23 NUMA: move numa related code to new file numa.c 12 years ago
Hu Tao 20cfe8810d exec: introduce qemu_ram_unset_idstr() to unset RAMBlock idstr 12 years ago
Edgar E. Iglesias 2a22165194 exec: Make cpu_physical_memory_write_rom input an AS 12 years ago
Edgar E. Iglesias db3be60deb exec: Make stb_phys input an AddressSpace 12 years ago
Edgar E. Iglesias 5ce5944dc0 exec: Make stw_*_phys input an AddressSpace 12 years ago
Edgar E. Iglesias 2198a12143 exec: Make stl_phys_notdirty input an AddressSpace 13 years ago
Edgar E. Iglesias ab1da85791 exec: Make stl_*_phys input an AddressSpace 12 years ago
Edgar E. Iglesias f606604f1c exec: Make stq_*_phys input an AddressSpace 13 years ago
Edgar E. Iglesias 41701aa4ee exec: Make lduw_*_phys input an AddressSpace 12 years ago
Edgar E. Iglesias 2c17449b30 exec: Make ldq/ldub_*_phys input an AddressSpace 12 years ago
Edgar E. Iglesias fdfba1a298 exec: Make ldl_*_phys input an AddressSpace 13 years ago
Alexander Graf 582b55a96a roms: Flush icache when writing roms to guest memory 13 years ago
Alexander Graf a94b36ddd6 roms: Flush icache when writing roms to guest memory 12 years ago
Paolo Bonzini 1b5ec23467 memory: return MemoryRegion from qemu_ram_addr_from_host 13 years ago
Paolo Bonzini 7443b43758 exec: move qemu_ram_addr_from_host_nofail to cputlb.c 13 years ago
Andreas Färber ce927ed9e4 hwaddr: Make hwaddr type usable beyond softmmu 13 years ago
Michael R. Hines bd2fa51fcd rdma: introduce qemu_ram_foreach_block() 13 years ago
Paolo Bonzini 0844e00762 exec: make io_mem_unassigned private 13 years ago
Paolo Bonzini 2a8e749909 exec: eliminate io_mem_ram 13 years ago
Paolo Bonzini 8b0d6711a2 exec: eliminate stq_phys_notdirty 13 years ago
Paolo Bonzini ee983cb3cc exec: make qemu_get_ram_ptr private 13 years ago
Paolo Bonzini 4f39178b3a exec: eliminate qemu_put_ram_ptr 13 years ago
Paolo Bonzini 1de7afc984 misc: move include files to include/qemu/ 13 years ago
Paolo Bonzini 022c62cbbc exec: move include files to include/exec/ 13 years ago
Blue Swirl 8b9c99d9dc exec: make some functions static 14 years ago
Avi Kivity a8170e5e97 Rename target_phys_addr_t to hwaddr 14 years ago
Avi Kivity 4be403c815 Make target_phys_addr_t 64 bits unconditionally 14 years ago
Peter Maydell e58998c66d cpu-common.h: Remove a pointless ifndef CONFIG_USER_ONLY 14 years ago
Peter Maydell 72aaa6cec4 cpu-common.h: Remove unnecessary guard on including targphys.h 14 years ago
Wen Congyang 76f3553883 Add API to check whether a physical address is I/O address 14 years ago
Stefan Weil 53576999a6 w64: Fix size of ram_addr_t 14 years ago
Avi Kivity 11c7ef0c73 Remove IO_MEM_SHIFT 14 years ago
Avi Kivity 75c578dcaa Drop IO_MEM_ROMD 14 years ago
Avi Kivity b3b00c78d8 Remove IO_MEM_SUBPAGE 14 years ago
Avi Kivity de712f9469 Convert IO_MEM_SUBPAGE_RAM to be a MemoryRegion 14 years ago