Age | Commit message (Expand) | Author |
2010-10-30 | target-xxx: Use fprintf_function (format checking) | Stefan Weil |
2010-10-30 | exec: Use fprintf_function for dump_exec_info (format checking) | Stefan Weil |
2010-10-22 | Replace remaining gcc format attributes by macro GCC_FMT_ATTR (format checking) | Stefan Weil |
2010-07-30 | linux-user: fix build on hosts not using guest base | Aurelien Jarno |
2010-07-06 | qemu_ram_free: Implement it | Alex Williamson |
2010-07-06 | ramblocks: Make use of DeviceState pointer and BusInfo.get_dev_path | Alex Williamson |
2010-07-06 | Remove uses of ram.last_offset (aka last_ram_offset) | Alex Williamson |
2010-06-14 | ram_blocks: Convert to a QLIST | Alex Williamson |
2010-05-29 | Pre-allocate guest address space | Paul Brook |
2010-05-11 | add cpu_is_stopped helper | Marcelo Tosatti |
2010-05-11 | port qemu-kvm's on_vcpu code | Marcelo Tosatti |
2010-05-05 | Remove PAGE_RESERVED | Paul Brook |
2010-04-17 | Fix --enable-profiler compilation. | Richard Henderson |
2010-04-08 | Introduce wrapper functions to access phys_ram_dirty. | Yoshiaki Tamura |
2010-03-29 | Compile qemu-timer only once | Blue Swirl |
2010-03-29 | Move cpu_exec_init_all() declaration to qemu-common.h | Blue Swirl |
2010-03-21 | Compile pci only once | Blue Swirl |
2010-03-17 | split out qemu-timer.c | Paolo Bonzini |
2010-03-12 | Fix usermode virtual address type | Paul Brook |
2010-03-12 | Remove cpu_get_phys_page_debug from userspace emulation | Paul Brook |
2010-03-12 | Disable phsyical memory handling in userspace emulation. | Paul Brook |
2010-03-12 | Implement multi-level page tables. | Richard Henderson |
2010-03-12 | Use TARGET_VIRT_ADDR_SPACE_BITS in h2g_valid. | Richard Henderson |
2010-03-04 | Add option to use file backed guest memory | Marcelo Tosatti |
2010-03-01 | Move ioport.h out of cpu-all.h | Paul Brook |
2010-02-03 | kvm: Flush coalesced MMIO buffer periodly | Sheng Yang |
2009-12-20 | cpu-all.h: fix cpu_get_real_ticks() #ifdef | Aurelien Jarno |
2009-11-24 | cpu-all.h: fix cpu_get_real_ticks on mips host | Arnaud Patard |
2009-10-01 | Revert "Get rid of _t suffix" | Anthony Liguori |
2009-10-01 | Get rid of _t suffix | malc |
2009-09-11 | Fix conditional compilation (MIPS host) | Stefan Weil |
2009-08-24 | Unbreak large mem support by removing kqemu | Anthony Liguori |
2009-07-27 | rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN | Juan Quintela |
2009-07-17 | Userspace guest address offsetting | Paul Brook |
2009-07-16 | Update to a hopefully more future proof FSF address | Blue Swirl |
2009-07-09 | split out ioport related stuffs from vl.c into ioport.c. | Isaku Yamahata |
2009-07-09 | QEMU: MCE: Add MCE simulation to qemu/tcg | Huang Ying |
2009-06-22 | Handle init/sipi in a main cpu exec loop. (v2) | Gleb Natapov |
2009-06-16 | provide cpu_index to env mapping | Glauber Costa |
2009-06-16 | linux-user: implemented ELF coredump support for ARM target | Mika Westerberg |
2009-05-22 | kvm: Rework dirty bitmap synchronization | Jan Kiszka |
2009-05-19 | Hardware convenience library | Paul Brook |
2009-04-30 | Remove cpu_get_io_memory_{read,write}. | Paul Brook |
2009-04-24 | qemu: per-arch cpu_has_work (Marcelo Tosatti) | aliguori |
2009-04-19 | kqemu: merge CONFIG_KQEMU and USE_KQEMU | blueswir1 |
2009-04-11 | Implement dynamic guest ram allocation. | pbrook |
2009-04-11 | Remove code phys_ram_base uses. | pbrook |
2009-04-09 | Cleanup SPARC/TCX framebuffer allocation. | pbrook |
2009-03-07 | Use a dedicated function to request exit from execution loop | aurel32 |
2009-02-11 | qemu: add cpu_unregister_io_memory and make io mem table index dynamic (Marce... | aliguori |