aboutsummaryrefslogtreecommitdiff
path: root/cpu-all.h
AgeCommit message (Expand)Author
2010-10-30target-xxx: Use fprintf_function (format checking)Stefan Weil
2010-10-30exec: Use fprintf_function for dump_exec_info (format checking)Stefan Weil
2010-10-22Replace remaining gcc format attributes by macro GCC_FMT_ATTR (format checking)Stefan Weil
2010-07-30linux-user: fix build on hosts not using guest baseAurelien Jarno
2010-07-06qemu_ram_free: Implement itAlex Williamson
2010-07-06ramblocks: Make use of DeviceState pointer and BusInfo.get_dev_pathAlex Williamson
2010-07-06Remove uses of ram.last_offset (aka last_ram_offset)Alex Williamson
2010-06-14ram_blocks: Convert to a QLISTAlex Williamson
2010-05-29Pre-allocate guest address spacePaul Brook
2010-05-11add cpu_is_stopped helperMarcelo Tosatti
2010-05-11port qemu-kvm's on_vcpu codeMarcelo Tosatti
2010-05-05Remove PAGE_RESERVEDPaul Brook
2010-04-17Fix --enable-profiler compilation.Richard Henderson
2010-04-08Introduce wrapper functions to access phys_ram_dirty.Yoshiaki Tamura
2010-03-29Compile qemu-timer only onceBlue Swirl
2010-03-29Move cpu_exec_init_all() declaration to qemu-common.hBlue Swirl
2010-03-21Compile pci only onceBlue Swirl
2010-03-17split out qemu-timer.cPaolo Bonzini
2010-03-12Fix usermode virtual address typePaul Brook
2010-03-12Remove cpu_get_phys_page_debug from userspace emulationPaul Brook
2010-03-12Disable phsyical memory handling in userspace emulation.Paul Brook
2010-03-12Implement multi-level page tables.Richard Henderson
2010-03-12Use TARGET_VIRT_ADDR_SPACE_BITS in h2g_valid.Richard Henderson
2010-03-04Add option to use file backed guest memoryMarcelo Tosatti
2010-03-01Move ioport.h out of cpu-all.hPaul Brook
2010-02-03kvm: Flush coalesced MMIO buffer periodlySheng Yang
2009-12-20cpu-all.h: fix cpu_get_real_ticks() #ifdefAurelien Jarno
2009-11-24cpu-all.h: fix cpu_get_real_ticks on mips hostArnaud Patard
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-09-11Fix conditional compilation (MIPS host)Stefan Weil
2009-08-24Unbreak large mem support by removing kqemuAnthony Liguori
2009-07-27rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela
2009-07-17Userspace guest address offsettingPaul Brook
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl
2009-07-09split out ioport related stuffs from vl.c into ioport.c.Isaku Yamahata
2009-07-09QEMU: MCE: Add MCE simulation to qemu/tcgHuang Ying
2009-06-22Handle init/sipi in a main cpu exec loop. (v2)Gleb Natapov
2009-06-16provide cpu_index to env mappingGlauber Costa
2009-06-16linux-user: implemented ELF coredump support for ARM targetMika Westerberg
2009-05-22kvm: Rework dirty bitmap synchronizationJan Kiszka
2009-05-19Hardware convenience libraryPaul Brook
2009-04-30Remove cpu_get_io_memory_{read,write}.Paul Brook
2009-04-24qemu: per-arch cpu_has_work (Marcelo Tosatti)aliguori
2009-04-19kqemu: merge CONFIG_KQEMU and USE_KQEMUblueswir1
2009-04-11Implement dynamic guest ram allocation.pbrook
2009-04-11Remove code phys_ram_base uses.pbrook
2009-04-09Cleanup SPARC/TCX framebuffer allocation.pbrook
2009-03-07Use a dedicated function to request exit from execution loopaurel32
2009-02-11qemu: add cpu_unregister_io_memory and make io mem table index dynamic (Marce...aliguori