summaryrefslogtreecommitdiff
path: root/cpu-all.h
AgeCommit message (Expand)AuthorFilesLines
2012-10-31cpus: Pass CPUState to run_on_cpu()Andreas Färber1-1/+0
2012-10-31cpus: Pass CPUState to [qemu_]cpu_has_work()Andreas Färber1-2/+0
2012-10-31cpus: Pass CPUState to cpu_is_stopped()Andreas Färber1-1/+0
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity1-1/+1
2012-10-17Separate migration bitmapJuan Quintela1-1/+0
2012-10-17ram: Export last_ram_offset()Juan Quintela1-0/+1
2012-10-05cpu_dump_state: move DUMP_FPU and DUMP_CCOP flags from x86-only to genericPeter Maydell1-0/+3
2012-09-15Remove unused CONFIG_TCG_PASS_AREG0 and dead codeBlue Swirl1-11/+0
2012-08-14x86: switch to AREG0 free modeBlue Swirl1-0/+22
2012-06-29Maintain the number of dirty pagesJuan Quintela1-0/+1
2012-06-24ppc: Move load and store helpers, switch to AREG0 free modeBlue Swirl1-0/+9
2012-06-21qemu-log: move logging to qemu-log.cBlue Swirl1-24/+0
2012-06-07dump: remove dumping stuff from cpu-all.hPaolo Bonzini1-70/+0
2012-06-07dump: change cpu_get_note_size to return ssize_tPaolo Bonzini1-2/+2
2012-06-06Merge remote-tracking branch 'qmp/queue/qmp' into stagingAnthony Liguori1-0/+70
2012-06-04Kill off cpu_state_reset()Andreas Färber1-1/+0
2012-06-04target-i386: Add API to get note's sizeWen Congyang1-0/+6
2012-06-04target-i386: add API to get dump infoWen Congyang1-0/+7
2012-06-04target-i386: Add API to write cpu status to core fileWen Congyang1-0/+18
2012-06-04target-i386: Add API to write elf notes to core fileWen Congyang1-0/+22
2012-06-04Add API to check whether paging mode is enabledWen Congyang1-0/+6
2012-06-04implement cpu_get_memory_mapping()Wen Congyang1-0/+11
2012-05-01exec: prepare for splittingBlue Swirl1-2/+0
2012-04-15w64: Fix data types in cpu-all.h, exec.cStefan Weil1-4/+4
2012-04-15w64: Fix type casts used in some macros in cpu-all.hStefan Weil1-2/+2
2012-04-06linux-user: take RESERVED_VA into account for g2h_valid()Alexander Graf1-1/+2
2012-03-18softmmu templates: optionally pass CPUState to memory access functionsBlue Swirl1-0/+9
2012-03-14Rename CPUState -> CPUArchStateAndreas Färber1-28/+28
2012-03-14Rename cpu_reset() to cpu_state_reset()Andreas Färber1-1/+1
2012-03-12Merge remote-tracking branch 'qemu-kvm/memory/core' into stagingAnthony Liguori1-8/+0
2012-03-12cpu-all.h: Don't accidentally sign extend in g2h()Peter Maydell1-1/+1
2012-03-08memory: get rid of cpu_register_io_memory()Avi Kivity1-8/+0
2012-02-18target-i386: Add infrastructure for reporting TPR MMIO accessesJan Kiszka1-1/+2
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