aboutsummaryrefslogtreecommitdiff
path: root/cpu-all.h
AgeCommit message (Expand)Author
2012-06-24ppc: Move load and store helpers, switch to AREG0 free modeBlue Swirl
2012-06-21qemu-log: move logging to qemu-log.cBlue Swirl
2012-06-07dump: remove dumping stuff from cpu-all.hPaolo Bonzini
2012-06-07dump: change cpu_get_note_size to return ssize_tPaolo Bonzini
2012-06-06Merge remote-tracking branch 'qmp/queue/qmp' into stagingAnthony Liguori
2012-06-04Kill off cpu_state_reset()Andreas Färber
2012-06-04target-i386: Add API to get note's sizeWen Congyang
2012-06-04target-i386: add API to get dump infoWen Congyang
2012-06-04target-i386: Add API to write cpu status to core fileWen Congyang
2012-06-04target-i386: Add API to write elf notes to core fileWen Congyang
2012-06-04Add API to check whether paging mode is enabledWen Congyang
2012-06-04implement cpu_get_memory_mapping()Wen Congyang
2012-05-01exec: prepare for splittingBlue Swirl
2012-04-15w64: Fix data types in cpu-all.h, exec.cStefan Weil
2012-04-15w64: Fix type casts used in some macros in cpu-all.hStefan Weil
2012-04-06linux-user: take RESERVED_VA into account for g2h_valid()Alexander Graf
2012-03-18softmmu templates: optionally pass CPUState to memory access functionsBlue Swirl
2012-03-14Rename CPUState -> CPUArchStateAndreas Färber
2012-03-14Rename cpu_reset() to cpu_state_reset()Andreas Färber
2012-03-12Merge remote-tracking branch 'qemu-kvm/memory/core' into stagingAnthony Liguori
2012-03-12cpu-all.h: Don't accidentally sign extend in g2h()Peter Maydell
2012-03-08memory: get rid of cpu_register_io_memory()Avi Kivity
2012-02-18target-i386: Add infrastructure for reporting TPR MMIO accessesJan Kiszka
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