Age | Commit message (Expand) | Author | Files | Lines |
2019-10-30 | Merge remote-tracking branch 'remotes/stsquad/tags/pull-tcg-plugins-281019-4'... | Peter Maydell | 1 | -0/+2 |
2019-10-29 | Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20191028' into staging | Peter Maydell | 1 | -34/+0 |
2019-10-28 | cpu: hook plugin vcpu events | Emilio G. Cota | 1 | -0/+2 |
2019-10-28 | exec: Split out variable page size support to exec-vary.c | Richard Henderson | 1 | -34/+0 |
2019-10-26 | core: replace getpagesize() with qemu_real_host_page_size | Wei Yang | 1 | -3/+3 |
2019-10-11 | rcu: Use automatic rc_read unlock in core memory/exec code | Dr. David Alan Gilbert | 1 | -68/+48 |
2019-10-04 | memory: allow memory_region_register_iommu_notifier() to fail | Eric Auger | 1 | -2/+8 |
2019-10-03 | replay: don't synchronize memory operations in replay mode | Pavel Dovgalyuk | 1 | -2/+11 |
2019-09-25 | cputlb: Pass retaddr to tb_check_watchpoint | Richard Henderson | 1 | -1/+1 |
2019-09-25 | cputlb: Remove tb_invalidate_phys_page_range is_cpu_write_access | Richard Henderson | 1 | -2/+2 |
2019-09-25 | cputlb: Merge and move memory_notdirty_write_{prepare,complete} | Richard Henderson | 1 | -44/+0 |
2019-09-25 | cputlb: Partially inline memory_region_section_get_iotlb | Richard Henderson | 1 | -19/+3 |
2019-09-25 | cputlb: Move NOTDIRTY handling from I/O path to TLB path | Richard Henderson | 1 | -50/+0 |
2019-09-25 | cputlb: Move ROM handling from I/O path to TLB path | Richard Henderson | 1 | -40/+1 |
2019-09-25 | exec: Adjust notdirty tracing | Richard Henderson | 1 | -0/+3 |
2019-09-16 | memory: fetch pmem size in get_file_size() | Stefan Hajnoczi | 1 | -1/+33 |
2019-09-16 | exec.c: add a check between constants to see whether we could skip | Wei Yang | 1 | -1/+2 |
2019-09-16 | exec.c: correct the maximum skip value during compact | Wei Yang | 1 | -1/+1 |
2019-09-16 | exec.c: subpage->sub_section is already initialized to 0 | Wei Yang | 1 | -5/+5 |
2019-09-16 | exec.c: get nodes_nb_alloc with one MAX calculation | Wei Yang | 1 | -2/+1 |
2019-09-16 | exec.c: replace hwaddr with uint64_t for better understanding | Wei Yang | 1 | -2/+2 |
2019-09-04 | Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190903' into staging | Peter Maydell | 1 | -137/+40 |
2019-09-03 | cputlb: Handle watchpoints via TLB_WATCHPOINT | Richard Henderson | 1 | -107/+7 |
2019-09-03 | exec: Factor out cpu_watchpoint_address_matches | Richard Henderson | 1 | -16/+29 |
2019-09-03 | exec: Factor out core logic of check_watchpoint() | David Hildenbrand | 1 | -8/+18 |
2019-09-03 | exec: Move user-only watchpoint stubs inline | Richard Henderson | 1 | -24/+2 |
2019-09-03 | memory: Single byte swap along the I/O path | Tony Nguyen | 1 | -13/+4 |
2019-09-03 | memory: Access MemoryRegion with endianness | Tony Nguyen | 1 | -2/+11 |
2019-09-03 | exec: Access MemoryRegion with MemOp | Tony Nguyen | 1 | -2/+4 |
2019-09-03 | numa: move numa global variable numa_info into MachineState | Tao Xu | 1 | -1/+1 |
2019-09-03 | numa: move numa global variable nb_numa_nodes into MachineState | Tao Xu | 1 | -1/+4 |
2019-08-22 | Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-08-21' in... | Peter Maydell | 1 | -1/+1 |
2019-08-21 | hw/core: Move cpu.c, cpu.h from qom/ to hw/core/ | Markus Armbruster | 1 | -1/+1 |
2019-08-20 | memory: fix race between TCG and accesses to dirty bitmap | Paolo Bonzini | 1 | -0/+31 |
2019-08-16 | numa: Move remaining NUMA declarations from sysemu.h to numa.h | Markus Armbruster | 1 | -1/+1 |
2019-08-16 | Include hw/hw.h exactly where needed | Markus Armbruster | 1 | -1/+0 |
2019-07-15 | memory: Introduce memory listener hook log_clear() | Peter Xu | 1 | -0/+12 |
2019-07-15 | memory: Pass mr into snapshot_and_clear_dirty | Peter Xu | 1 | -1/+2 |
2019-07-05 | general: Replace global smp variables with smp machine properties | Like Xu | 1 | -1/+2 |
2019-06-12 | Include qemu-common.h exactly where needed | Markus Armbruster | 1 | -0/+1 |
2019-06-11 | qemu-common: Move tcg_enabled() etc. to sysemu/tcg.h | Markus Armbruster | 1 | -0/+2 |
2019-04-26 | Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request... | Peter Maydell | 1 | -3/+7 |
2019-04-25 | util/mmap-alloc: Add a 'is_pmem' parameter to qemu_ram_mmap | Zhang Yi | 1 | -1/+1 |
2019-04-25 | cpu: Fix crash with empty -cpu option | Eduardo Habkost | 1 | -0/+4 |
2019-04-25 | cpu: Rename parse_cpu_model() to parse_cpu_option() | Eduardo Habkost | 1 | -2/+2 |
2019-04-25 | exec: Introduce qemu_maxrampagesize() and rename qemu_getrampagesize() | David Hildenbrand | 1 | -4/+40 |
2019-04-18 | qom/cpu: Simplify how CPUClass:cpu_dump_state() prints | Markus Armbruster | 1 | -1/+1 |
2019-04-18 | memory: Clean up how mtree_info() prints | Markus Armbruster | 1 | -20/+20 |
2019-03-29 | exec: Only count mapped memory backends for qemu_getrampagesize() | David Gibson | 1 | -2/+3 |
2019-03-11 | exec.c: refactor function flatview_add_to_dispatch() | Wei Yang | 1 | -17/+31 |