| Commit message (Expand) | Author | Age | Files | Lines |
* | vl: extract softmmu/globals.c | Paolo Bonzini | 2020-12-15 | 1 | -0/+3 |
* | make ram_size local to vl.c | Paolo Bonzini | 2020-12-10 | 1 | -2/+0 |
* | exec: split out non-softmmu-specific parts | Paolo Bonzini | 2020-10-12 | 1 | -0/+3 |
* | exec/cpu-common: Move MUSB specific typedefs to 'hw/usb/hcd-musb.h' | Philippe Mathieu-Daudé | 2020-06-12 | 1 | -3/+0 |
* | Let cpu_[physical]_memory() calls pass a boolean 'is_write' argument | Philippe Mathieu-Daudé | 2020-02-20 | 1 | -2/+2 |
* | exec: Let cpu_[physical]_memory API use a boolean 'is_write' argument | Philippe Mathieu-Daudé | 2020-02-20 | 1 | -3/+3 |
* | exec: Let the cpu_[physical]_memory API use void pointer arguments | Philippe Mathieu-Daudé | 2020-02-20 | 1 | -1/+1 |
* | cputlb: Move NOTDIRTY handling from I/O path to TLB path | Richard Henderson | 2019-09-25 | 1 | -2/+0 |
* | cputlb: Move ROM handling from I/O path to TLB path | Richard Henderson | 2019-09-25 | 1 | -1/+0 |
* | Header cleanups | Aruna Jayasena | 2019-05-03 | 1 | -3/+0 |
* | target: Simplify how the TARGET_cpu_list() print | Markus Armbruster | 2019-04-18 | 1 | -13/+0 |
* | migration: Add an ability to ignore shared RAM blocks | Yury Kotov | 2019-03-06 | 1 | -1/+0 |
* | exec: Change RAMBlockIterFunc definition | Yury Kotov | 2019-03-06 | 1 | -2/+4 |
* | unify len and addr type for memory/address APIs | Li Zhijian | 2019-02-05 | 1 | -4/+4 |
* | Rename cpu_physical_memory_write_rom() to address_space_write_rom() | Peter Maydell | 2018-12-14 | 1 | -2/+0 |
* | tcg: remove tb_lock | Emilio G. Cota | 2018-06-15 | 1 | -1/+1 |
* | migration: discard non-migratable RAMBlocks | Cédric Le Goater | 2018-06-04 | 1 | -0/+4 |
* | postcopy: use UFFDIO_ZEROPAGE only when available | Dr. David Alan Gilbert | 2018-03-20 | 1 | -0/+3 |
* | qemu_ram_block_host_offset | Dr. David Alan Gilbert | 2018-03-20 | 1 | -0/+1 |
* | cpu: Introduce a wrapper for tlb_flush() that can be used in common code | Thomas Huth | 2017-07-04 | 1 | -0/+2 |
* | RAMBlocks: qemu_ram_is_shared | Dr. David Alan Gilbert | 2017-03-16 | 1 | -0/+1 |
* | memory: Introduce DEVICE_HOST_ENDIAN for ram device | Yongji Xie | 2017-03-03 | 1 | -0/+6 |
* | postcopy: Record largest page size | Dr. David Alan Gilbert | 2017-02-28 | 1 | -0/+1 |
* | exec: ram_block_discard_range | Dr. David Alan Gilbert | 2017-02-28 | 1 | -0/+1 |
* | exec: introduce memory_ldst.inc.c | Paolo Bonzini | 2016-12-22 | 1 | -15/+0 |
* | RAMBlocks: Store page size | Dr. David Alan Gilbert | 2016-10-13 | 1 | -0/+1 |
* | cpus-common: move CPU list management to common code | Paolo Bonzini | 2016-09-27 | 1 | -0/+5 |
* | Clean up decorations and whitespace around header guards | Markus Armbruster | 2016-07-12 | 1 | -2/+2 |
* | Fix confusing argument names in some common functions | Sergey Sorokin | 2016-07-12 | 1 | -6/+0 |
* | memory: split memory_region_from_host from qemu_ram_addr_from_host | Paolo Bonzini | 2016-05-29 | 1 | -1/+1 |
* | exec: remove ram_addr argument from qemu_ram_block_from_host | Paolo Bonzini | 2016-05-29 | 1 | -1/+1 |
* | memory: drop find_ram_block() | Gonglei | 2016-05-23 | 1 | -2/+2 |
* | cpu: move endian-dependent load/store functions to cpu-all.h | Paolo Bonzini | 2016-05-19 | 1 | -10/+0 |
* | include: poison symbols in osdep.h | Paolo Bonzini | 2016-05-19 | 1 | -4/+0 |
* | Use scripts/clean-includes to drop redundant qemu/typedefs.h | Markus Armbruster | 2016-03-22 | 1 | -1/+0 |
* | move get_current_ram_size to virtio-balloon.c | Vladimir Sementsov-Ogievskiy | 2016-02-23 | 1 | -1/+0 |
* | qemu_ram_block_by_name | Dr. David Alan Gilbert | 2015-11-10 | 1 | -0/+1 |
* | qemu_ram_block_from_host | Dr. David Alan Gilbert | 2015-11-10 | 1 | -0/+3 |
* | Stop including qemu-common.h in memory.h | Peter Maydell | 2015-07-06 | 1 | -0/+2 |
* | qemu_ram_foreach_block: pass up error value, and down the ramblock name | Dr. David Alan Gilbert | 2015-06-12 | 1 | -2/+2 |
* | dma-helpers: Fix race condition of continue_after_map_failure and dma_aio_cancel | Fam Zheng | 2015-04-27 | 1 | -1/+2 |
* | pc-dimm: add a function to calculate VM's current RAM size | zhanghailiang | 2015-03-04 | 1 | -0/+1 |
* | softmmu: provide softmmu access type enum | Leon Alrae | 2014-11-03 | 1 | -0/+6 |
* | NUMA: move numa related code to new file numa.c | Wanlong Gao | 2014-06-19 | 1 | -0/+2 |
* | exec: introduce qemu_ram_unset_idstr() to unset RAMBlock idstr | Hu Tao | 2014-06-17 | 1 | -0/+1 |
* | exec: Make cpu_physical_memory_write_rom input an AS | Edgar E. Iglesias | 2014-02-11 | 1 | -1/+1 |
* | exec: Make stb_phys input an AddressSpace | Edgar E. Iglesias | 2014-02-11 | 1 | -1/+1 |
* | exec: Make stw_*_phys input an AddressSpace | Edgar E. Iglesias | 2014-02-11 | 1 | -3/+3 |
* | exec: Make stl_phys_notdirty input an AddressSpace | Edgar E. Iglesias | 2014-02-11 | 1 | -1/+1 |
* | exec: Make stl_*_phys input an AddressSpace | Edgar E. Iglesias | 2014-02-11 | 1 | -3/+3 |