aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-03-13x86/cpuid: Enable all features of real CPUAurelien Jarno1-30/+26
2010-03-13x86/cpuid: fix CPUID levelsAndre Przywara1-2/+2
2010-03-13x86/cpuid: Always expose 32 and 64-bit CPUsAndre Przywara1-2/+0
2010-03-13x86/cpuid: add TCG feature bit trimmingAndre Przywara1-0/+24
2010-03-13x86/cpuid: remove unnecessary kvm_trim functionAndre Przywara1-21/+6
2010-03-13x86/cpuid: add "host" to the list of supported CPU modelsAndre Przywara1-0/+3
2010-03-13x86/cpuid: add missing CPUID feature flag namesAndre Przywara1-8/+8
2010-03-13x86/cpuid: moved host_cpuid function and remove prototypeAndre Przywara1-37/+34
2010-03-13x86/cpuid: fix missing feature set bitsAndre Przywara1-0/+1
2010-03-13x86/cpuid: replace magic number with named constantAndre Przywara1-5/+6
2010-03-13x86/cpuid: move CPUID functions into separate fileAndre Przywara4-1115/+1146
2010-03-13Fix build with -DNDEBUG in CFLAGSBlue Swirl4-2/+6
2010-03-13Fix a typo in error messageBlue Swirl1-1/+1
2010-03-13fdc: fix drive property handling.Gerd Hoffmann1-5/+15
2010-03-13install: honor DESTDIR on sysconfdir populationAndre Przywara1-2/+2
2010-03-13configure: fix --sysconfdir specificationAndre Przywara1-1/+1
2010-03-13target-arm: make RFE usable with any registerAdam Lackorzynski1-1/+1
2010-03-13tcg/arm: implement andc opAurelien Jarno2-1/+5
2010-03-13tcg: update README with const and pure helpersAurelien Jarno1-4/+7
2010-03-13tcg/arm: correctly save/restore registers in prologue/epilogueAurelien Jarno1-4/+7
2010-03-13target-i386: fix commit c22549204a6edc431e8e4358e61bd56386ff6957TeLeMan1-0/+5
2010-03-13target-mips: update address space definitionsAurelien Jarno1-4/+4
2010-03-13Fix Sparc host build breakageBlue Swirl1-0/+8
2010-03-13Fix more wrong usermode virtual address typesBlue Swirl1-2/+2
2010-03-12Fix usermode virtual address typePaul Brook5-16/+20
2010-03-13FreeBSD ppc_init_cacheline_sizes(): add missing #includesJuergen Lock1-0/+3
2010-03-13tcg/ppc[64]: Only define addend load helpers in softmmu casemalc2-0/+5
2010-03-12Remove userspace target_phys_addr_tPaul Brook1-1/+1
2010-03-12Target specific usermode cleanupPaul Brook8-4/+41
2010-03-12Remove cpu_get_phys_page_debug from userspace emulationPaul Brook12-64/+16
2010-03-12Disable phsyical memory handling in userspace emulation.Paul Brook5-9/+21
2010-03-12Remove TLB from userspacePaul Brook4-3/+20
2010-03-12Add tb_page_addr_tPaul Brook3-37/+52
2010-03-12Fix last page errors in page_check_range and page_set_flags.Richard Henderson1-18/+36
2010-03-12Implement multi-level page tables.Richard Henderson2-177/+275
2010-03-12linux-user: Fix mmap_find_vma returning invalid addresses.Richard Henderson3-33/+82
2010-03-12linux-user: Use h2g_valid in qemu_vmalloc.Richard Henderson1-5/+4
2010-03-12Use TARGET_VIRT_ADDR_SPACE_BITS in h2g_valid.Richard Henderson1-5/+11
2010-03-12Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h.Richard Henderson12-18/+63
2010-03-11target-ppc: fix evsrwu and evsrws (second try)Aurelien Jarno1-2/+2
2010-03-11target-ppc: fix evsrwu and evsrwsAurelien Jarno1-2/+2
2010-03-11target-ppc: fix evslw instructionAurelien Jarno1-1/+1
2010-03-11audio: fix commentmalc1-1/+1
2010-03-10QMP: Really move the RESET event to qemu_system_reset()Luiz Capitulino1-2/+1
2010-03-10target-i386: fix SIB decoding with index = 4Aurelien Jarno1-2/+2
2010-03-09documentation: qemu_write_full don't work with non-blocking fd'sJuan Quintela1-0/+5
2010-03-09block: print errno on errorJuan Quintela1-2/+2
2010-03-09vmdk: share cleanup codeJuan Quintela1-9/+4
2010-03-09vmdk: fix double freeJuan Quintela1-1/+1
2010-03-09vmdk: make vmdk_snapshot_create return -errnoJuan Quintela1-21/+58