aboutsummaryrefslogtreecommitdiffstats
path: root/cpu-all.h
AgeCommit message (Expand)AuthorFilesLines
2010-05-11add cpu_is_stopped helperMarcelo Tosatti1-0/+1
2010-05-11port qemu-kvm's on_vcpu codeMarcelo Tosatti1-0/+1
2010-05-05Remove PAGE_RESERVEDPaul Brook1-0/+3
2010-04-17Fix --enable-profiler compilation.Richard Henderson1-12/+0
2010-04-08Introduce wrapper functions to access phys_ram_dirty.Yoshiaki Tamura1-0/+26
2010-03-29Compile qemu-timer only onceBlue Swirl1-147/+0
2010-03-29Move cpu_exec_init_all() declaration to qemu-common.hBlue Swirl1-1/+0
2010-03-21Compile pci only onceBlue Swirl1-12/+0
2010-03-17split out qemu-timer.cPaolo Bonzini1-0/+2
2010-03-12Fix usermode virtual address typePaul Brook1-2/+4
2010-03-12Remove cpu_get_phys_page_debug from userspace emulationPaul Brook1-5/+5
2010-03-12Disable phsyical memory handling in userspace emulation.Paul Brook1-3/+7
2010-03-12Implement multi-level page tables.Richard Henderson1-2/+5
2010-03-12Use TARGET_VIRT_ADDR_SPACE_BITS in h2g_valid.Richard Henderson1-5/+11
2010-03-04Add option to use file backed guest memoryMarcelo Tosatti1-0/+3
2010-03-01Move ioport.h out of cpu-all.hPaul Brook1-3/+0
2010-02-03kvm: Flush coalesced MMIO buffer periodlySheng Yang1-0/+2
2009-12-20cpu-all.h: fix cpu_get_real_ticks() #ifdefAurelien Jarno1-1/+2
2009-11-24cpu-all.h: fix cpu_get_real_ticks on mips hostArnaud Patard1-9/+18
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-11/+11
2009-10-01Get rid of _t suffixmalc1-11/+11
2009-09-11Fix conditional compilation (MIPS host)Stefan Weil1-1/+1
2009-08-24Unbreak large mem support by removing kqemuAnthony Liguori1-6/+0
2009-07-27rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela1-6/+6
2009-07-17Userspace guest address offsettingPaul Brook1-2/+7
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl1-2/+1
2009-07-09split out ioport related stuffs from vl.c into ioport.c.Isaku Yamahata1-11/+1
2009-07-09QEMU: MCE: Add MCE simulation to qemu/tcgHuang Ying1-0/+4
2009-06-22Handle init/sipi in a main cpu exec loop. (v2)Gleb Natapov1-0/+2
2009-06-16provide cpu_index to env mappingGlauber Costa1-0/+1
2009-06-16linux-user: implemented ELF coredump support for ARM targetMika Westerberg1-0/+2
2009-05-22kvm: Rework dirty bitmap synchronizationJan Kiszka1-1/+2
2009-05-19Hardware convenience libraryPaul Brook1-84/+1
2009-04-30Remove cpu_get_io_memory_{read,write}.Paul Brook1-2/+0
2009-04-24qemu: per-arch cpu_has_work (Marcelo Tosatti)aliguori1-0/+2
2009-04-19kqemu: merge CONFIG_KQEMU and USE_KQEMUblueswir11-1/+1
2009-04-11Implement dynamic guest ram allocation.pbrook1-2/+1
2009-04-11Remove code phys_ram_base uses.pbrook1-0/+3
2009-04-09Cleanup SPARC/TCX framebuffer allocation.pbrook1-0/+2
2009-03-07Use a dedicated function to request exit from execution loopaurel321-1/+2
2009-02-11qemu: add cpu_unregister_io_memory and make io mem table index dynamic (Marce...aliguori1-0/+1
2009-02-01Replace noreturn with QEMU_NORETURNmalc1-1/+1
2009-01-26Log reset events (Jan Kiszka)aliguori1-0/+1
2009-01-25Massage PPC version of cpu_get_real_ticks a littlemalc1-22/+22
2009-01-22Add map client retry notification (Avi Kivity)aliguori1-0/+2
2009-01-22Add target memory mapping API (Avi Kivity)aliguori1-0/+6
2009-01-14Add noreturn function attributeblueswir11-3/+4
2009-01-14Remove all traces of __powerpc__malc1-6/+6
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel321-1/+1
2008-12-11Fix warnings introduced in r5948malc1-7/+7