Age | Commit message (Expand) | Author |
2010-03-13 | x86/cpuid: replace magic number with named constant | Andre Przywara |
2010-03-13 | x86/cpuid: move CPUID functions into separate file | Andre Przywara |
2010-03-13 | Fix build with -DNDEBUG in CFLAGS | Blue Swirl |
2010-03-13 | Fix a typo in error message | Blue Swirl |
2010-03-13 | fdc: fix drive property handling. | Gerd Hoffmann |
2010-03-13 | install: honor DESTDIR on sysconfdir population | Andre Przywara |
2010-03-13 | configure: fix --sysconfdir specification | Andre Przywara |
2010-03-13 | target-arm: make RFE usable with any register | Adam Lackorzynski |
2010-03-13 | tcg/arm: implement andc op | Aurelien Jarno |
2010-03-13 | tcg: update README with const and pure helpers | Aurelien Jarno |
2010-03-13 | tcg/arm: correctly save/restore registers in prologue/epilogue | Aurelien Jarno |
2010-03-13 | target-i386: fix commit c22549204a6edc431e8e4358e61bd56386ff6957 | TeLeMan |
2010-03-13 | target-mips: update address space definitions | Aurelien Jarno |
2010-03-13 | Fix Sparc host build breakage | Blue Swirl |
2010-03-13 | Fix more wrong usermode virtual address types | Blue Swirl |
2010-03-12 | Fix usermode virtual address type | Paul Brook |
2010-03-13 | FreeBSD ppc_init_cacheline_sizes(): add missing #includes | Juergen Lock |
2010-03-13 | tcg/ppc[64]: Only define addend load helpers in softmmu case | malc |
2010-03-12 | Remove userspace target_phys_addr_t | Paul Brook |
2010-03-12 | Target specific usermode cleanup | 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 | Remove TLB from userspace | Paul Brook |
2010-03-12 | Add tb_page_addr_t | Paul Brook |
2010-03-12 | Fix last page errors in page_check_range and page_set_flags. | Richard Henderson |
2010-03-12 | Implement multi-level page tables. | Richard Henderson |
2010-03-12 | linux-user: Fix mmap_find_vma returning invalid addresses. | Richard Henderson |
2010-03-12 | linux-user: Use h2g_valid in qemu_vmalloc. | Richard Henderson |
2010-03-12 | Use TARGET_VIRT_ADDR_SPACE_BITS in h2g_valid. | Richard Henderson |
2010-03-12 | Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h. | Richard Henderson |
2010-03-11 | target-ppc: fix evsrwu and evsrws (second try) | Aurelien Jarno |
2010-03-11 | target-ppc: fix evsrwu and evsrws | Aurelien Jarno |
2010-03-11 | target-ppc: fix evslw instruction | Aurelien Jarno |
2010-03-11 | audio: fix comment | malc |
2010-03-10 | QMP: Really move the RESET event to qemu_system_reset() | Luiz Capitulino |
2010-03-10 | target-i386: fix SIB decoding with index = 4 | Aurelien Jarno |
2010-03-09 | documentation: qemu_write_full don't work with non-blocking fd's | Juan Quintela |
2010-03-09 | block: print errno on error | Juan Quintela |
2010-03-09 | vmdk: share cleanup code | Juan Quintela |
2010-03-09 | vmdk: fix double free | Juan Quintela |
2010-03-09 | vmdk: make vmdk_snapshot_create return -errno | Juan Quintela |
2010-03-09 | vmdk: return errno instead of -1 | Juan Quintela |
2010-03-09 | qcow: return errno instead of -1 | Juan Quintela |
2010-03-09 | qcow2: return errno instead of -1 | Juan Quintela |
2010-03-09 | slirp: check system() success | Juan Quintela |
2010-03-09 | cow: return errno instead of -1 | Juan Quintela |
2010-03-09 | qemu-img rebase: Add -f option | Kevin Wolf |
2010-03-09 | configure: Fix code which creates config.mak files | Stefan Weil |
2010-03-09 | configure: Fix wrong stderr redirection | Stefan Weil |
2010-03-09 | QMP: Introduce WATCHDOG event | Luiz Capitulino |