aboutsummaryrefslogtreecommitdiff
path: root/cpu-all.h
AgeCommit message (Expand)Author
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
2010-03-12Disable phsyical memory handling in userspace emulation.Paul Brook
2010-03-12Implement multi-level page tables.Richard Henderson
2010-03-12Use TARGET_VIRT_ADDR_SPACE_BITS in h2g_valid.Richard Henderson
2010-03-04Add option to use file backed guest memoryMarcelo Tosatti
2010-03-01Move ioport.h out of cpu-all.hPaul Brook
2010-02-03kvm: Flush coalesced MMIO buffer periodlySheng Yang
2009-12-20cpu-all.h: fix cpu_get_real_ticks() #ifdefAurelien Jarno
2009-11-24cpu-all.h: fix cpu_get_real_ticks on mips hostArnaud Patard
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-09-11Fix conditional compilation (MIPS host)Stefan Weil