summaryrefslogtreecommitdiffstats
path: root/cpu-all.h
Commit message (Expand)AuthorAgeFilesLines
* exec: prepare for splittingBlue Swirl2012-05-011-2/+0Star
* w64: Fix data types in cpu-all.h, exec.cStefan Weil2012-04-151-4/+4
* w64: Fix type casts used in some macros in cpu-all.hStefan Weil2012-04-151-2/+2
* linux-user: take RESERVED_VA into account for g2h_valid()Alexander Graf2012-04-061-1/+2
* softmmu templates: optionally pass CPUState to memory access functionsBlue Swirl2012-03-181-0/+9
* Rename CPUState -> CPUArchStateAndreas Färber2012-03-141-28/+28
* Rename cpu_reset() to cpu_state_reset()Andreas Färber2012-03-141-1/+1
* Merge remote-tracking branch 'qemu-kvm/memory/core' into stagingAnthony Liguori2012-03-131-8/+0Star
|\
| * memory: get rid of cpu_register_io_memory()Avi Kivity2012-03-081-8/+0Star
* | cpu-all.h: Don't accidentally sign extend in g2h()Peter Maydell2012-03-121-1/+1
|/
* target-i386: Add infrastructure for reporting TPR MMIO accessesJan Kiszka2012-02-181-1/+2
* Remove IO_MEM_SHIFTAvi Kivity2012-01-041-1/+1
* memory: obsolete more dirty memory related functionsAvi Kivity2012-01-041-49/+0Star
* memory: obsolete cpu_physical_memory_[gs]et_dirty_tracking()Avi Kivity2012-01-041-4/+0Star
* Store MemoryRegion in RAMBlockAvi Kivity2012-01-041-0/+1
* memory: remove CPUPhysMemoryClientAvi Kivity2012-01-031-6/+0Star
* memory: replace cpu_physical_sync_dirty_bitmap() with a memory APIAvi Kivity2011-12-201-3/+0Star
* Rename get_tls to tls_varJan Kiszka2011-12-061-1/+1
* fix spelling in main directoryDong Xu Wang2011-12-021-1/+1
* Make cpu_single_env thread-localPaolo Bonzini2011-11-011-1/+3
* Remove qemu_host_page_bitsStefan Weil2011-09-211-1/+0Star
* fix QLIST usage for RAM listPaolo Bonzini2011-08-121-1/+1
* move unaligned memory access functions to bswap.hPaolo Bonzini2011-07-291-445/+1Star
* exec.h: fix coding style and change cpu_has_work to return boolBlue Swirl2011-06-261-1/+1
* softfloat: always enable floatx80 and float128 supportAurelien Jarno2011-06-031-2/+0Star
* softfloat-native: removeAurelien Jarno2011-06-031-4/+1Star
* irq: Privatize CPU_INTERRUPT_NMI.Richard Henderson2011-05-081-4/+0Star
* target-i386: Privatize some i386-specific interrupt names.Richard Henderson2011-05-081-5/+0Star
* target-arm: Privatize CPU_INTERRUPT_FIQ.Richard Henderson2011-05-081-1/+0Star
* irq: Remove CPU_INTERRUPT_TIMER.Richard Henderson2011-05-081-1/+0Star
* irq: Introduce and use CPU_INTERRUPT_SSTEP_MASK.Richard Henderson2011-05-081-0/+8
* irq: Introduce CPU_INTERRUPT_TGT_* defines.Richard Henderson2011-05-081-12/+51
* Redirect cpu_interrupt to callback handlerJan Kiszka2011-05-021-1/+13
* cpu-all.h: define CPU_LDoubleUAurelien Jarno2011-04-171-0/+10
* cpu-all.h: Remove unnecessary target-specific ifdef for CPU_QuadUPeter Maydell2011-04-041-3/+2Star
* s390x: enable CPU_QuadUUlrich Hecht2011-04-041-1/+1
* Add qemu_ram_remapHuang Ying2011-03-151-0/+4
* x86: Small cleanups of MCE helpersJan Kiszka2011-03-151-4/+0Star
* Introduce log_start/log_stop in CPUPhysMemoryClientAnthony PERARD2011-02-141-0/+6
* x86: Optionally dump code bytes on cpu_dump_stateJan Kiszka2011-01-231-0/+2
* Add "broadcast" option for mce commandJin Dongming2011-01-211-1/+2
* target-xxx: Use fprintf_function (format checking)Stefan Weil2010-10-301-5/+3Star
* exec: Use fprintf_function for dump_exec_info (format checking)Stefan Weil2010-10-301-2/+1Star
* Replace remaining gcc format attributes by macro GCC_FMT_ATTR (format checking)Stefan Weil2010-10-221-1/+1
* linux-user: fix build on hosts not using guest baseAurelien Jarno2010-07-301-0/+2
* qemu_ram_free: Implement itAlex Williamson2010-07-061-0/+3
* ramblocks: Make use of DeviceState pointer and BusInfo.get_dev_pathAlex Williamson2010-07-061-0/+1
* Remove uses of ram.last_offset (aka last_ram_offset)Alex Williamson2010-07-061-1/+0Star
* ram_blocks: Convert to a QLISTAlex Williamson2010-06-141-8/+20
* Pre-allocate guest address spacePaul Brook2010-05-291-0/+1