aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-03-14Fix corner case in chardev udp: parameterJan Kiszka
2010-03-14Don't set default monitor when there is a mux'ed oneJan Kiszka
2010-03-14tcg/arm: use helpers for divu/remuAurelien Jarno
2010-03-14tcg: add div/rem 32-bit helpersAurelien Jarno
2010-03-14Fix pagetable codePaul Brook
2010-03-14spelling typo (compatibilty) in hw/fw_cfg.cVagrant Cascadian
2010-03-13x86/cpuid: fix indentationAurelien Jarno
2010-03-13x86/cpuid: Enable all features of real CPUAurelien Jarno
2010-03-13x86/cpuid: fix CPUID levelsAndre Przywara
2010-03-13x86/cpuid: Always expose 32 and 64-bit CPUsAndre Przywara
2010-03-13x86/cpuid: add TCG feature bit trimmingAndre Przywara
2010-03-13x86/cpuid: remove unnecessary kvm_trim functionAndre Przywara
2010-03-13x86/cpuid: add "host" to the list of supported CPU modelsAndre Przywara
2010-03-13x86/cpuid: add missing CPUID feature flag namesAndre Przywara
2010-03-13x86/cpuid: moved host_cpuid function and remove prototypeAndre Przywara
2010-03-13x86/cpuid: fix missing feature set bitsAndre Przywara
2010-03-13x86/cpuid: replace magic number with named constantAndre Przywara
2010-03-13x86/cpuid: move CPUID functions into separate fileAndre Przywara
2010-03-13Fix build with -DNDEBUG in CFLAGSBlue Swirl
2010-03-13Fix a typo in error messageBlue Swirl
2010-03-13fdc: fix drive property handling.Gerd Hoffmann
2010-03-13install: honor DESTDIR on sysconfdir populationAndre Przywara
2010-03-13configure: fix --sysconfdir specificationAndre Przywara
2010-03-13target-arm: make RFE usable with any registerAdam Lackorzynski
2010-03-13tcg/arm: implement andc opAurelien Jarno
2010-03-13tcg: update README with const and pure helpersAurelien Jarno
2010-03-13tcg/arm: correctly save/restore registers in prologue/epilogueAurelien Jarno
2010-03-13target-i386: fix commit c22549204a6edc431e8e4358e61bd56386ff6957TeLeMan
2010-03-13target-mips: update address space definitionsAurelien Jarno
2010-03-13Fix Sparc host build breakageBlue Swirl
2010-03-13Fix more wrong usermode virtual address typesBlue Swirl
2010-03-12Fix usermode virtual address typePaul Brook
2010-03-13FreeBSD ppc_init_cacheline_sizes(): add missing #includesJuergen Lock
2010-03-13tcg/ppc[64]: Only define addend load helpers in softmmu casemalc
2010-03-12Remove userspace target_phys_addr_tPaul Brook
2010-03-12Target specific usermode cleanupPaul 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-12Remove TLB from userspacePaul Brook
2010-03-12Add tb_page_addr_tPaul Brook
2010-03-12Fix last page errors in page_check_range and page_set_flags.Richard Henderson
2010-03-12Implement multi-level page tables.Richard Henderson
2010-03-12linux-user: Fix mmap_find_vma returning invalid addresses.Richard Henderson
2010-03-12linux-user: Use h2g_valid in qemu_vmalloc.Richard Henderson
2010-03-12Use TARGET_VIRT_ADDR_SPACE_BITS in h2g_valid.Richard Henderson
2010-03-12Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h.Richard Henderson
2010-03-11target-ppc: fix evsrwu and evsrws (second try)Aurelien Jarno
2010-03-11target-ppc: fix evsrwu and evsrwsAurelien Jarno
2010-03-11target-ppc: fix evslw instructionAurelien Jarno
2010-03-11audio: fix commentmalc