1607 Commits (19f036726a416c9248c19befe544a2d30b099a25)

Author SHA1 Message Date
Philippe Mathieu-Daudé 77166c4568 exec/cpu-all: Remove unused tswapls() definitions 2 years ago
Philippe Mathieu-Daudé c8f7bbb773 exec/cpu-all: Remove unused 'qemu/thread.h' header 2 years ago
Philippe Mathieu-Daudé edfc85875d exec/cpu-all: Reduce 'qemu/rcu.h' header inclusion 2 years ago
Philippe Mathieu-Daudé 2379866c3b accel/tcg: Rename helper-head.h -> helper-head.h.inc 2 years ago
Philippe Mathieu-Daudé 3b28c27067 accel/tcg: Un-inline retaddr helpers to 'user-retaddr.h' 2 years ago
Philippe Mathieu-Daudé 8501048b50 exec: Include 'cpu.h' before validating CPUArchState placement 2 years ago
Philippe Mathieu-Daudé 51579d40f9 exec: Reduce tlb_set_dirty() declaration scope 3 years ago
Philippe Mathieu-Daudé 7d7a21ba69 exec: Rename NEED_CPU_H -> COMPILING_PER_TARGET 3 years ago
Philippe Mathieu-Daudé 6c3014858c target/nios2: Remove the deprecated Nios II target 2 years ago
Yuan Liu 5ef7e26bdb migration/multifd: solve zero page causing multiple page faults 2 years ago
Cédric Le Goater 639ec3fbf9 memory: Add Error** argument to the global_dirty_log routines 2 years ago
Cédric Le Goater 3688fec892 memory: Add Error** argument to .log_global_start() handler 2 years ago
Xiaoyao Li b2e9426c04 physmem: Introduce ram_block_discard_guest_memfd_range() 2 years ago
Xiaoyao Li 15f7a80c49 RAMBlock: Add support of KVM private guest memfd 2 years ago
Xiaoyao Li 41a605944e confidential guest support: Add kvm_init() and kvm_reset() in class 2 years ago
Richard Henderson dcd092a063 accel/tcg: Improve can_do_io management 2 years ago
Richard Henderson e7face702a accel/tcg: Add insn_start to DisasContextBase 2 years ago
Nicholas Piggin 03bfc2188f physmem: Fix migration dirty bitmap coherency with TCG memory access 2 years ago
Nicholas Piggin 86a9ae80cc physmem: Factor cpu_physical_memory_dirty_bits_cleared() out 2 years ago
Philippe Mathieu-Daudé 7e8ccf99ed physmem: Expose tlb_reset_dirty_range_all() 2 years ago
Richard Henderson 49fa457ca5 accel/tcg: Add TLB_CHECK_ALIGNED 2 years ago
Richard Henderson a0ff4a879c accel/tcg: Add tlb_fill_flags to CPUTLBEntryFull 2 years ago
Richard Henderson a1a85a9502 exec/memattrs: Remove target_tlb_bit* 2 years ago
Fabiano Rosas c2d5c4a7cb migration/ram: Add outgoing 'mapped-ram' migration 2 years ago
Richard Henderson 8c45039f9e cpu: Remove page_size_init 2 years ago
Alex Bennée c3d0b46645 gdbstub: expose api to find registers 2 years ago
Akihiko Odaki eb37086fb0 gdbstub: Add members to identify registers to GDBFeature 2 years ago
Akihiko Odaki ee59fa1dd5 gdbstub: Simplify XML lookup 2 years ago
Akihiko Odaki 66260159a7 gdbstub: Change gdb_get_reg_cb and gdb_set_reg_cb 2 years ago
Akihiko Odaki ac1e867100 gdbstub: Use GDBFeature for gdb_register_coprocessor 2 years ago
Manos Pitsidianakis 2432e063cb include/exec/memory.h: correct typos 2 years ago
Bernhard Beschow f165cdf102 exec/ioport: Add portio_list_set_enabled() 2 years ago
Bernhard Beschow ad2b652341 exec/ioport: Add portio_list_set_address() 2 years ago
Bernhard Beschow 4edee342f8 exec/ioport: Resolve redundant .base attribute in struct MemoryRegionPortio 2 years ago
Richard Henderson 3b91614004 include/exec: Change cpu_mmu_index argument to CPUState 2 years ago
Richard Henderson a120d32097 include/exec: Implement cpu_mmu_index generically 2 years ago
Ilya Leoshkevich 88d4b5138a tcg: Make tb_cflags() usable from target-agnostic code 2 years ago
Anton Johansson a7f6f4f53f include/exec: Move cpu_*()/cpu_env() to common header 2 years ago
Anton Johansson 58771921af include/exec: Move PAGE_* macros to common header 2 years ago
Anton Johansson f7ee94f05f include/exec: typedef abi_ptr to vaddr 2 years ago
Anton Johansson 85c19af63e include/exec: Use vaddr in DisasContextBase for virtual addresses 2 years ago
Anton Johansson 32f0c394bb target: Use vaddr in gen_intermediate_code 2 years ago
Anton Johansson c4b3f46c15 include/exec: Move vaddr defines to separate file 2 years ago
Philippe Mathieu-Daudé fe5c4adca9 accel/tcg: Remove tb_invalidate_phys_page() from system emulation 2 years ago
Philippe Mathieu-Daudé c076f37a77 accel/tcg: Remove unused tb_invalidate_phys_addr() 2 years ago
Stefan Hajnoczi a4a411fbaf Replace "iothread lock" with "BQL" in comments 2 years ago
Philippe Mathieu-Daudé 9583a90579 memory: Have memory_region_init_ram_from_fd() handler return a boolean 2 years ago
Philippe Mathieu-Daudé 9b9d11ac03 memory: Have memory_region_init_ram_from_file() handler return a boolean 2 years ago
Philippe Mathieu-Daudé f25a9fbb64 memory: Have memory_region_init_resizeable_ram() return a boolean 2 years ago
Philippe Mathieu-Daudé 62f5c1b234 memory: Have memory_region_init_rom_device() handler return a boolean 2 years ago