summaryrefslogtreecommitdiffstats
path: root/cpu-all.h
Commit message (Expand)AuthorAgeFilesLines
* cpus: Pass CPUState to run_on_cpu()Andreas Färber2012-10-311-1/+0
* cpus: Pass CPUState to [qemu_]cpu_has_work()Andreas Färber2012-10-311-2/+0
* cpus: Pass CPUState to cpu_is_stopped()Andreas Färber2012-10-311-1/+0
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-231-1/+1
* Separate migration bitmapJuan Quintela2012-10-171-1/+0
* ram: Export last_ram_offset()Juan Quintela2012-10-171-0/+1
* cpu_dump_state: move DUMP_FPU and DUMP_CCOP flags from x86-only to genericPeter Maydell2012-10-051-0/+3
* Remove unused CONFIG_TCG_PASS_AREG0 and dead codeBlue Swirl2012-09-151-11/+0
* x86: switch to AREG0 free modeBlue Swirl2012-08-141-0/+22
* Maintain the number of dirty pagesJuan Quintela2012-06-291-0/+1
* ppc: Move load and store helpers, switch to AREG0 free modeBlue Swirl2012-06-241-0/+9
* qemu-log: move logging to qemu-log.cBlue Swirl2012-06-211-24/+0
* dump: remove dumping stuff from cpu-all.hPaolo Bonzini2012-06-071-70/+0
* dump: change cpu_get_note_size to return ssize_tPaolo Bonzini2012-06-071-2/+2
* Merge remote-tracking branch 'qmp/queue/qmp' into stagingAnthony Liguori2012-06-061-0/+70
|\
| * target-i386: Add API to get note's sizeWen Congyang2012-06-041-0/+6
| * target-i386: add API to get dump infoWen Congyang2012-06-041-0/+7
| * target-i386: Add API to write cpu status to core fileWen Congyang2012-06-041-0/+18
| * target-i386: Add API to write elf notes to core fileWen Congyang2012-06-041-0/+22
| * Add API to check whether paging mode is enabledWen Congyang2012-06-041-0/+6
| * implement cpu_get_memory_mapping()Wen Congyang2012-06-041-0/+11
* | Kill off cpu_state_reset()Andreas Färber2012-06-041-1/+0
|/
* exec: prepare for splittingBlue Swirl2012-05-011-2/+0
* 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-121-8/+0
|\
| * memory: get rid of cpu_register_io_memory()Avi Kivity2012-03-081-8/+0
* | 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/+0
* memory: obsolete cpu_physical_memory_[gs]et_dirty_tracking()Avi Kivity2012-01-041-4/+0
* Store MemoryRegion in RAMBlockAvi Kivity2012-01-041-0/+1
* memory: remove CPUPhysMemoryClientAvi Kivity2012-01-031-6/+0
* memory: replace cpu_physical_sync_dirty_bitmap() with a memory APIAvi Kivity2011-12-201-3/+0
* 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/+0
* fix QLIST usage for RAM listPaolo Bonzini2011-08-121-1/+1
* move unaligned memory access functions to bswap.hPaolo Bonzini2011-07-291-445/+1
* 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/+0
* softfloat-native: removeAurelien Jarno2011-06-031-4/+1
* irq: Privatize CPU_INTERRUPT_NMI.Richard Henderson2011-05-081-4/+0
* target-i386: Privatize some i386-specific interrupt names.Richard Henderson2011-05-081-5/+0
OpenPOWER on IntegriCloud