aboutsummaryrefslogtreecommitdiff
path: root/cpu-all.h
AgeCommit message (Expand)Author
2012-01-04Remove IO_MEM_SHIFTAvi Kivity
2012-01-04memory: obsolete more dirty memory related functionsAvi Kivity
2012-01-04memory: obsolete cpu_physical_memory_[gs]et_dirty_tracking()Avi Kivity
2012-01-04Store MemoryRegion in RAMBlockAvi Kivity
2012-01-03memory: remove CPUPhysMemoryClientAvi Kivity
2011-12-20memory: replace cpu_physical_sync_dirty_bitmap() with a memory APIAvi Kivity
2011-12-06Rename get_tls to tls_varJan Kiszka
2011-12-02fix spelling in main directoryDong Xu Wang
2011-11-01Make cpu_single_env thread-localPaolo Bonzini
2011-09-21Remove qemu_host_page_bitsStefan Weil
2011-08-12fix QLIST usage for RAM listPaolo Bonzini
2011-07-29move unaligned memory access functions to bswap.hPaolo Bonzini
2011-06-26exec.h: fix coding style and change cpu_has_work to return boolBlue Swirl
2011-06-03softfloat: always enable floatx80 and float128 supportAurelien Jarno
2011-06-03softfloat-native: removeAurelien Jarno
2011-05-08irq: Privatize CPU_INTERRUPT_NMI.Richard Henderson
2011-05-08target-i386: Privatize some i386-specific interrupt names.Richard Henderson
2011-05-08target-arm: Privatize CPU_INTERRUPT_FIQ.Richard Henderson
2011-05-08irq: Remove CPU_INTERRUPT_TIMER.Richard Henderson
2011-05-08irq: Introduce and use CPU_INTERRUPT_SSTEP_MASK.Richard Henderson
2011-05-08irq: Introduce CPU_INTERRUPT_TGT_* defines.Richard Henderson
2011-05-02Redirect cpu_interrupt to callback handlerJan Kiszka
2011-04-17cpu-all.h: define CPU_LDoubleUAurelien Jarno
2011-04-04cpu-all.h: Remove unnecessary target-specific ifdef for CPU_QuadUPeter Maydell
2011-04-04s390x: enable CPU_QuadUUlrich Hecht
2011-03-15Add qemu_ram_remapHuang Ying
2011-03-15x86: Small cleanups of MCE helpersJan Kiszka
2011-02-14Introduce log_start/log_stop in CPUPhysMemoryClientAnthony PERARD
2011-01-23x86: Optionally dump code bytes on cpu_dump_stateJan Kiszka
2011-01-21Add "broadcast" option for mce commandJin Dongming
2010-10-30target-xxx: Use fprintf_function (format checking)Stefan Weil
2010-10-30exec: Use fprintf_function for dump_exec_info (format checking)Stefan Weil
2010-10-22Replace remaining gcc format attributes by macro GCC_FMT_ATTR (format checking)Stefan Weil
2010-07-30linux-user: fix build on hosts not using guest baseAurelien Jarno
2010-07-06qemu_ram_free: Implement itAlex Williamson
2010-07-06ramblocks: Make use of DeviceState pointer and BusInfo.get_dev_pathAlex Williamson
2010-07-06Remove uses of ram.last_offset (aka last_ram_offset)Alex Williamson
2010-06-14ram_blocks: Convert to a QLISTAlex Williamson
2010-05-29Pre-allocate guest address spacePaul Brook
2010-05-11add cpu_is_stopped helperMarcelo Tosatti
2010-05-11port qemu-kvm's on_vcpu codeMarcelo Tosatti
2010-05-05Remove PAGE_RESERVEDPaul Brook
2010-04-17Fix --enable-profiler compilation.Richard Henderson
2010-04-08Introduce wrapper functions to access phys_ram_dirty.Yoshiaki Tamura
2010-03-29Compile qemu-timer only onceBlue Swirl
2010-03-29Move cpu_exec_init_all() declaration to qemu-common.hBlue Swirl
2010-03-21Compile pci only onceBlue Swirl
2010-03-17split out qemu-timer.cPaolo Bonzini
2010-03-12Fix usermode virtual address typePaul Brook
2010-03-12Remove cpu_get_phys_page_debug from userspace emulationPaul Brook