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