157 Commits (827238668e7dc44e43e71a3e12b605881fe6887e)

Author SHA1 Message Date
Andreas Färber 38d8f5c84e exec: Return CPUState from qemu_get_cpu() 14 years ago
Umesh Deshpande b2a8658ef5 protect the ramlist with a separate mutex 15 years ago
Umesh Deshpande f798b07f51 add a version number to ram_list 15 years ago
Paolo Bonzini a3161038a1 exec: change RAM list to a TAILQ 14 years ago
Paolo Bonzini 0d6d3c87a2 exec: change ramlist from MRU order to a 1-item cache 14 years ago
Paolo Bonzini 1de7afc984 misc: move include files to include/qemu/ 14 years ago
Paolo Bonzini 022c62cbbc exec: move include files to include/exec/ 14 years ago
Eduardo Habkost ee9baa00f2 user: Rename qemu-types.h to qemu-user-types.h 14 years ago
Andreas Färber f100f0b38f cpus: Pass CPUState to run_on_cpu() 14 years ago
Andreas Färber 3993c6bddf cpus: Pass CPUState to [qemu_]cpu_has_work() 14 years ago
Andreas Färber 2fa45344a9 cpus: Pass CPUState to cpu_is_stopped() 14 years ago
Avi Kivity a8170e5e97 Rename target_phys_addr_t to hwaddr 14 years ago
Juan Quintela c6bf8e0e0c Separate migration bitmap 14 years ago
Juan Quintela 652d7ec291 ram: Export last_ram_offset() 14 years ago
Peter Maydell 6fd2a026fb cpu_dump_state: move DUMP_FPU and DUMP_CCOP flags from x86-only to generic 14 years ago
Blue Swirl 89c33337fd Remove unused CONFIG_TCG_PASS_AREG0 and dead code 14 years ago
Blue Swirl 92fc4b586f x86: switch to AREG0 free mode 14 years ago
Juan Quintela 45f33f01f3 Maintain the number of dirty pages 14 years ago
Blue Swirl 2f5a189cae ppc: Move load and store helpers, switch to AREG0 free mode 14 years ago
Blue Swirl 5726c27fa9 qemu-log: move logging to qemu-log.c 14 years ago
Paolo Bonzini 5f86146fb3 dump: remove dumping stuff from cpu-all.h 14 years ago
Paolo Bonzini 4720bd0506 dump: change cpu_get_note_size to return ssize_t 14 years ago
Andreas Färber b7e516ce04 Kill off cpu_state_reset() 14 years ago
Wen Congyang 0038ffb096 target-i386: Add API to get note's size 14 years ago
Wen Congyang 25ae9c1d8b target-i386: add API to get dump info 14 years ago
Wen Congyang 90166b71c4 target-i386: Add API to write cpu status to core file 14 years ago
Wen Congyang 9fecbed0c0 target-i386: Add API to write elf notes to core file 14 years ago
Wen Congyang 31a2207a8e Add API to check whether paging mode is enabled 14 years ago
Wen Congyang fae001f551 implement cpu_get_memory_mapping() 14 years ago
Blue Swirl e554861766 exec: prepare for splitting 15 years ago
Stefan Weil c6d506742f w64: Fix data types in cpu-all.h, exec.c 15 years ago
Stefan Weil 27b0dc16b4 w64: Fix type casts used in some macros in cpu-all.h 15 years ago
Alexander Graf 39879bbbea linux-user: take RESERVED_VA into account for g2h_valid() 15 years ago
Blue Swirl e141ab52d2 softmmu templates: optionally pass CPUState to memory access functions 15 years ago
Andreas Färber 9349b4f9fd Rename CPUState -> CPUArchState 15 years ago
Andreas Färber 1bba0dc932 Rename cpu_reset() to cpu_state_reset() 15 years ago
Peter Maydell 8d9dde9429 cpu-all.h: Don't accidentally sign extend in g2h() 15 years ago
Avi Kivity 97161e177b memory: get rid of cpu_register_io_memory() 15 years ago
Jan Kiszka d362e757d3 target-i386: Add infrastructure for reporting TPR MMIO accesses 15 years ago
Avi Kivity 11c7ef0c73 Remove IO_MEM_SHIFT 15 years ago
Avi Kivity 7638e0d220 memory: obsolete more dirty memory related functions 15 years ago
Avi Kivity 8f77558f22 memory: obsolete cpu_physical_memory_[gs]et_dirty_tracking() 15 years ago
Avi Kivity 7c63736603 Store MemoryRegion in RAMBlock 15 years ago
Avi Kivity dcd97e33af memory: remove CPUPhysMemoryClient 15 years ago
Avi Kivity 86e775c654 memory: replace cpu_physical_sync_dirty_bitmap() with a memory API 15 years ago
Jan Kiszka 4a2dd92d7b Rename get_tls to tls_var 15 years ago
Dong Xu Wang 07f35073c6 fix spelling in main directory 15 years ago
Paolo Bonzini b3c4bbe56d Make cpu_single_env thread-local 15 years ago
Stefan Weil 8b3692d136 Remove qemu_host_page_bits 15 years ago
Paolo Bonzini 85d59fef9d fix QLIST usage for RAM list 15 years ago