| Commit message (Expand) | Author | Age | Files | Lines |
* | memory: try to inline constant-length reads | Paolo Bonzini | 2015-12-17 | 1 | -13/+2 |
* | memory: extract first iteration of address_space_read and address_space_write | Paolo Bonzini | 2015-12-17 | 1 | -20/+65 |
* | memory: split address_space_read and address_space_write | Paolo Bonzini | 2015-12-17 | 1 | -92/+116 |
* | exec: make qemu_ram_ptr_length more similar to qemu_get_ram_ptr | Paolo Bonzini | 2015-12-17 | 1 | -23/+23 |
* | exec: always call qemu_get_ram_ptr within rcu_read_lock | Paolo Bonzini | 2015-12-17 | 1 | -17/+5 |
* | qemu-log: introduce qemu_log_separate | Paolo Bonzini | 2015-12-17 | 1 | -1/+1 |
* | exec: Remove unnecessary RAM_FILE flag | Eduardo Habkost | 2015-12-17 | 1 | -9/+1 |
* | exec: Eliminate qemu_ram_free_from_ptr() | Eduardo Habkost | 2015-12-17 | 1 | -19/+0 |
* | exec: Stop using memory after free | Don Slutz | 2015-12-02 | 1 | -1/+3 |
* | exec: remove warning about mempath and hugetlbfs | Daniel P. Berrange | 2015-11-26 | 1 | -3/+0 |
* | Revert "exec: silence hugetlbfs warning under qtest" | Daniel P. Berrange | 2015-11-26 | 1 | -4/+1 |
* | exec: silence hugetlbfs warning under qtest | Marc-André Lureau | 2015-11-19 | 1 | -1/+4 |
* | Round up RAMBlock sizes to host page sizes | Dr. David Alan Gilbert | 2015-11-10 | 1 | -4/+4 |
* | qemu_ram_block_by_name | Dr. David Alan Gilbert | 2015-11-10 | 1 | -0/+20 |
* | qemu_ram_block_from_host | Dr. David Alan Gilbert | 2015-11-10 | 1 | -9/+45 |
* | Provide runtime Target page information | Dr. David Alan Gilbert | 2015-11-10 | 1 | -0/+10 |
* | exec: avoid unnecessary cacheline bounce on ram_list.mru_block | Paolo Bonzini | 2015-11-06 | 1 | -1/+1 |
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream-replay' into ... | Peter Maydell | 2015-11-06 | 1 | -0/+2 |
|\ |
|
| * | replay: initialization and deinitialization | Pavel Dovgalyuk | 2015-11-06 | 1 | -0/+2 |
* | | backends/hostmem-file: Allow to specify full pathname for backing file | Pavel Fedin | 2015-11-04 | 1 | -13/+21 |
* | | memory: call begin, log_start and commit when registering a new listener | Paolo Bonzini | 2015-11-04 | 1 | -1/+1 |
* | | file_ram_alloc: propagate error to caller instead of terminating QEMU | Igor Mammedov | 2015-11-02 | 1 | -4/+0 |
|/ |
|
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 2015-10-22 | 1 | -37/+10 |
|\ |
|
| * | exec: factor out duplicate mmap code | Michael S. Tsirkin | 2015-10-21 | 1 | -37/+10 |
* | | exec.c: Collect AddressSpace related fields into a CPUAddressSpace struct | Peter Maydell | 2015-10-12 | 1 | -18/+38 |
* | | exec.c: Don't call cpu_reload_memory_map() from cpu_exec_init() | Peter Maydell | 2015-10-12 | 1 | -1/+0 |
|/ |
|
* | exec: allocate PROT_NONE pages on top of RAM | Michael S. Tsirkin | 2015-10-01 | 1 | -3/+39 |
* | include/exec: Move cputlb exec.c defs out | Peter Crosthwaite | 2015-09-16 | 1 | -1/+0 |
* | cputlb: Change tlb_set_dirty() arg to cpu | Peter Crosthwaite | 2015-09-16 | 1 | -2/+1 |
* | cputlb: move CPU_LOOP() for tlb_reset() to exec.c | Peter Crosthwaite | 2015-09-16 | 1 | -1/+4 |
* | cpu: Add crash_occurred flag into CPUState | Andrey Smetanin | 2015-09-16 | 1 | -0/+19 |
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 2015-09-14 | 1 | -1/+1 |
|\ |
|
| * | remove qemu/tls.h | Paolo Bonzini | 2015-09-09 | 1 | -1/+1 |
* | | exec.c: Use pow2floor() rather than hand-calculation | Peter Maydell | 2015-09-07 | 1 | -3/+1 |
|/ |
|
* | exec: use macro ROUND_UP for alignment | Chen Hanxiao | 2015-08-14 | 1 | -1/+1 |
* | exec.c: Use atomic_rcu_read() to access dispatch in memory_region_section_get... | Peter Maydell | 2015-07-23 | 1 | -1/+4 |
* | cpu: Change cpu_exec_init() arg to cpu, not env | Peter Crosthwaite | 2015-07-09 | 1 | -3/+2 |
* | translate-all: Change tb_flush() env argument to cpu | Peter Crosthwaite | 2015-07-09 | 1 | -2/+1 |
* | cpu: Convert cpu_index into a bitmap | Bharata B Rao | 2015-07-09 | 1 | -5/+53 |
* | cpu: Add Error argument to cpu_exec_init() | Bharata B Rao | 2015-07-09 | 1 | -1/+1 |
* | cpu: Reorder cpu->as, cpu->thread_id, cpu->memory_dispatch init | Eduardo Habkost | 2015-07-09 | 1 | -5/+6 |
* | cpu: Initialize breakpoint/watchpoint lists in cpu_common_initfn() | Eduardo Habkost | 2015-07-09 | 1 | -2/+0 |
* | cpu: No need to zero-initialize CPUState::numa_node | Eduardo Habkost | 2015-07-09 | 1 | -1/+0 |
* | migration: extend migration_bitmap | Li Zhijian | 2015-07-07 | 1 | -0/+5 |
* | exec: skip MMIO regions correctly in cpu_physical_memory_write_rom_internal | Paolo Bonzini | 2015-07-06 | 1 | -1/+13 |
* | memory: let address_space_rw/ld*/st* run outside the BQL | Jan Kiszka | 2015-07-01 | 1 | -9/+57 |
* | exec: pull qemu_flush_coalesced_mmio_buffer() into address_space_rw/ld*/st* | Paolo Bonzini | 2015-07-01 | 1 | -0/+21 |
* | exec: clamp accesses against the MemoryRegionSection | Paolo Bonzini | 2015-06-19 | 1 | -1/+1 |
* | exec: do not clamp accesses to MMIO regions | Paolo Bonzini | 2015-06-19 | 1 | -2/+6 |
* | qemu_ram_foreach_block: pass up error value, and down the ramblock name | Dr. David Alan Gilbert | 2015-06-12 | 1 | -2/+8 |