Age | Commit message (Expand) | Author | Files | Lines |
2016-02-23 | include: Clean up includes | Peter Maydell | 1 | -1/+0 |
2015-12-02 | translate-all: ensure host page mask is always extended with 1's | Paolo Bonzini | 1 | -3/+5 |
2015-09-09 | Move RAMBlock and ram_list to ram_addr.h | Dr. David Alan Gilbert | 1 | -41/+0 |
2015-08-24 | linux-user: remove useless macros GUEST_BASE and RESERVED_VA | Laurent Vivier | 1 | -3/+1 |
2015-08-24 | linux-user: remove --enable-guest-base/--disable-guest-base | Laurent Vivier | 1 | -5/+0 |
2015-07-06 | cpu-all: complete "real" host page size API | Peter Crosthwaite | 1 | -0/+3 |
2015-06-26 | include/exec: Move standard exceptions to cpu-all.h | Peter Crosthwaite | 1 | -0/+6 |
2015-02-16 | Convert ram_list to RCU | Mike Day | 1 | -4/+2 |
2015-02-16 | exec: convert ram_list to QLIST | Mike Day | 1 | -2/+2 |
2015-02-16 | cosmetic changes preparing for the following patches | Mike Day | 1 | -0/+1 |
2015-02-16 | exec: protect mru_block with RCU | Paolo Bonzini | 1 | -0/+2 |
2015-01-20 | cpu_ldst.h, cpu-all.h, bswap.h: Update documentation on ld/st accessors | Peter Maydell | 1 | -36/+2 |
2015-01-10 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 1 | -4/+8 |
2015-01-08 | exec: qemu_ram_alloc_resizeable, qemu_ram_resize | Michael S. Tsirkin | 1 | -3/+6 |
2015-01-08 | exec: split length -> used_length/max_length | Michael S. Tsirkin | 1 | -1/+2 |
2014-12-17 | tcg: add separate monitor command to dump opcode counters | Max Filippov | 1 | -0/+1 |
2014-12-16 | cpu: verify that block->host is set | Michael S. Tsirkin | 1 | -0/+1 |
2014-12-16 | cpu: assert host pointer offset within block | Michael S. Tsirkin | 1 | -0/+1 |
2014-12-16 | exec: add wrapper for host pointer access | Michael S. Tsirkin | 1 | -0/+5 |
2014-10-06 | translate-all.c: memory walker initial address miscalculation | Mikhail Ilyin | 1 | -2/+2 |
2014-08-22 | linux-user: /proc/self/maps content | Mikhail Ilyin | 1 | -0/+2 |
2014-06-19 | memory: move RAM_PREALLOC_MASK to exec.c, rename | Paolo Bonzini | 1 | -3/+0 |
2014-06-19 | memory: reorganize file-based allocation | Paolo Bonzini | 1 | -3/+0 |
2014-06-19 | NUMA: move numa related code to new file numa.c | Wanlong Gao | 1 | -2/+0 |
2014-06-05 | softmmu: move all load/store functions to cpu_ldst.h | Paolo Bonzini | 1 | -119/+0 |
2014-05-13 | cpu: make CPU_INTERRUPT_RESET available on all targets | Paolo Bonzini | 1 | -3/+5 |
2014-03-13 | exec: Change cpu_abort() argument to CPUState | Andreas Färber | 1 | -3/+0 |
2014-03-13 | exec: Change cpu_breakpoint_{insert,remove{,_by_ref,_all}} argument | Andreas Färber | 1 | -15/+0 |
2014-03-13 | exec: Change cpu_watchpoint_{insert,remove{,_by_ref,_all}} argument | Andreas Färber | 1 | -6/+0 |
2014-01-13 | memory: split dirty bitmap into three | Juan Quintela | 1 | -1/+2 |
2013-09-12 | exec: Reduce ifdeffery around -mem-path | Markus Armbruster | 1 | -2/+0 |
2013-07-25 | Merge remote-tracking branch 'riku/linux-user-for-upstream' into staging | Anthony Liguori | 1 | -2/+6 |
2013-07-23 | linux-user: fix segmentation fault passing with h2g(x) != x | Alexander Graf | 1 | -2/+6 |
2013-07-23 | exec: Change cpu_memory_rw_debug() argument to CPUState | Andreas Färber | 1 | -1/+2 |
2013-07-23 | cpu: Turn cpu_get_phys_page_debug() into a CPUClass hook | Andreas Färber | 1 | -5/+0 |
2013-07-23 | cpu: Change cpu_single_step() argument to CPUState | Andreas Färber | 1 | -6/+0 |
2013-07-10 | Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into staging | Anthony Liguori | 1 | -4/+0 |
2013-07-09 | cpu: Make first_cpu and next_cpu CPUState | Andreas Färber | 1 | -1/+0 |
2013-07-09 | cpu: Replace cpu_single_env with CPUState current_cpu | Andreas Färber | 1 | -3/+0 |
2013-07-09 | exec: Remove unused global variable phys_ram_fd | Stefan Weil | 1 | -1/+0 |
2013-06-28 | cpu: Turn cpu_dump_{state,statistics}() into CPUState hooks | Andreas Färber | 1 | -10/+0 |
2013-06-28 | cpu: Change cpu_exit() argument to CPUState | Andreas Färber | 1 | -2/+0 |
2013-03-12 | cpu: Pass CPUState to cpu_interrupt() | Andreas Färber | 1 | -13/+0 |
2013-03-12 | exec: Pass CPUState to cpu_reset_interrupt() | Andreas Färber | 1 | -2/+0 |
2013-01-15 | exec: Return CPUState from qemu_get_cpu() | Andreas Färber | 1 | -1/+0 |
2012-12-20 | protect the ramlist with a separate mutex | Umesh Deshpande | 1 | -0/+9 |
2012-12-20 | add a version number to ram_list | Umesh Deshpande | 1 | -0/+1 |
2012-12-20 | exec: change RAM list to a TAILQ | Paolo Bonzini | 1 | -2/+2 |
2012-12-20 | exec: change ramlist from MRU order to a 1-item cache | Paolo Bonzini | 1 | -0/+1 |
2012-12-19 | misc: move include files to include/qemu/ | Paolo Bonzini | 1 | -1/+1 |