Age | Commit message (Expand) | Author |
2019-09-04 | Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190903' into staging | Peter Maydell |
2019-09-03 | cputlb: Handle watchpoints via TLB_WATCHPOINT | Richard Henderson |
2019-09-03 | exec: Factor out cpu_watchpoint_address_matches | Richard Henderson |
2019-09-03 | exec: Factor out core logic of check_watchpoint() | David Hildenbrand |
2019-09-03 | exec: Move user-only watchpoint stubs inline | Richard Henderson |
2019-09-03 | memory: Single byte swap along the I/O path | Tony Nguyen |
2019-09-03 | memory: Access MemoryRegion with endianness | Tony Nguyen |
2019-09-03 | exec: Access MemoryRegion with MemOp | Tony Nguyen |
2019-09-03 | numa: move numa global variable numa_info into MachineState | Tao Xu |
2019-09-03 | numa: move numa global variable nb_numa_nodes into MachineState | Tao Xu |
2019-08-22 | Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-08-21' in... | Peter Maydell |
2019-08-21 | hw/core: Move cpu.c, cpu.h from qom/ to hw/core/ | Markus Armbruster |
2019-08-20 | memory: fix race between TCG and accesses to dirty bitmap | Paolo Bonzini |
2019-08-16 | numa: Move remaining NUMA declarations from sysemu.h to numa.h | Markus Armbruster |
2019-08-16 | Include hw/hw.h exactly where needed | Markus Armbruster |
2019-07-15 | memory: Introduce memory listener hook log_clear() | Peter Xu |
2019-07-15 | memory: Pass mr into snapshot_and_clear_dirty | Peter Xu |
2019-07-05 | general: Replace global smp variables with smp machine properties | Like Xu |
2019-06-12 | Include qemu-common.h exactly where needed | Markus Armbruster |
2019-06-11 | qemu-common: Move tcg_enabled() etc. to sysemu/tcg.h | Markus Armbruster |
2019-04-26 | Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request... | Peter Maydell |
2019-04-25 | util/mmap-alloc: Add a 'is_pmem' parameter to qemu_ram_mmap | Zhang Yi |
2019-04-25 | cpu: Fix crash with empty -cpu option | Eduardo Habkost |
2019-04-25 | cpu: Rename parse_cpu_model() to parse_cpu_option() | Eduardo Habkost |
2019-04-25 | exec: Introduce qemu_maxrampagesize() and rename qemu_getrampagesize() | David Hildenbrand |
2019-04-18 | qom/cpu: Simplify how CPUClass:cpu_dump_state() prints | Markus Armbruster |
2019-04-18 | memory: Clean up how mtree_info() prints | Markus Armbruster |
2019-03-29 | exec: Only count mapped memory backends for qemu_getrampagesize() | David Gibson |
2019-03-11 | exec.c: refactor function flatview_add_to_dispatch() | Wei Yang |
2019-03-06 | migration: Add an ability to ignore shared RAM blocks | Yury Kotov |
2019-03-06 | exec: Change RAMBlockIterFunc definition | Yury Kotov |
2019-02-05 | unify len and addr type for memory/address APIs | Li Zhijian |
2019-02-04 | mmap-alloc: fix hugetlbfs misaligned length in ppc64 | Murilo Opsfelder Araujo |
2019-02-01 | exec.c: Don't reallocate IOMMUNotifiers that are in use | Peter Maydell |
2019-01-29 | memory: add memory_region_flush_rom_device() | Stefan Hajnoczi |
2019-01-29 | exec.c: Use correct attrs in cpu_memory_rw_debug() | Peter Maydell |
2019-01-11 | qemu/queue.h: typedef QTAILQ heads | Paolo Bonzini |
2019-01-11 | qemu/queue.h: leave head structs anonymous unless necessary | Paolo Bonzini |
2018-12-14 | Rename cpu_physical_memory_write_rom() to address_space_write_rom() | Peter Maydell |
2018-12-14 | exec.c: Rename cpu_physical_memory_write_rom_internal() | Peter Maydell |
2018-10-18 | exec: introduce tlb_init | Emilio G. Cota |
2018-10-17 | cpu: Provide a proper prototype for target_words_bigendian() in a header | Thomas Huth |
2018-10-02 | hostmem-file: make available memory-backend-file on POSIX-based hosts | Hikaru Nishida |
2018-08-21 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2018-08-14 | accel/tcg: Check whether TLB entry is RAM consistently with how we set it up | Peter Maydell |
2018-08-10 | hostmem-file: add the 'pmem' option | Junyan He |
2018-08-10 | memory, exec: switch file ram allocation functions to 'flags' parameters | Junyan He |
2018-08-10 | memory, exec: Expose all memory block related flags. | Junyan He |
2018-07-02 | tcg: simplify !CONFIG_TCG handling of tb_invalidate_* | Paolo Bonzini |
2018-07-02 | tcg: Fix --disable-tcg build breakage | Philippe Mathieu-Daudé |