summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* x86/cpuid: moved host_cpuid function and remove prototypeAndre Przywara2010-03-131-37/+34
* x86/cpuid: fix missing feature set bitsAndre Przywara2010-03-131-0/+1
* x86/cpuid: replace magic number with named constantAndre Przywara2010-03-131-5/+6
* x86/cpuid: move CPUID functions into separate fileAndre Przywara2010-03-134-1115/+1146
* Fix build with -DNDEBUG in CFLAGSBlue Swirl2010-03-134-2/+6
* Fix a typo in error messageBlue Swirl2010-03-131-1/+1
* fdc: fix drive property handling.Gerd Hoffmann2010-03-131-5/+15
* install: honor DESTDIR on sysconfdir populationAndre Przywara2010-03-131-2/+2
* configure: fix --sysconfdir specificationAndre Przywara2010-03-131-1/+1
* target-arm: make RFE usable with any registerAdam Lackorzynski2010-03-131-1/+1
* tcg/arm: implement andc opAurelien Jarno2010-03-132-1/+5
* tcg: update README with const and pure helpersAurelien Jarno2010-03-131-4/+7
* tcg/arm: correctly save/restore registers in prologue/epilogueAurelien Jarno2010-03-131-4/+7
* target-i386: fix commit c22549204a6edc431e8e4358e61bd56386ff6957TeLeMan2010-03-131-0/+5
* target-mips: update address space definitionsAurelien Jarno2010-03-131-4/+4
* Fix Sparc host build breakageBlue Swirl2010-03-131-0/+8
* Fix more wrong usermode virtual address typesBlue Swirl2010-03-131-2/+2
* Fix usermode virtual address typePaul Brook2010-03-125-16/+20
* FreeBSD ppc_init_cacheline_sizes(): add missing #includesJuergen Lock2010-03-131-0/+3
* tcg/ppc[64]: Only define addend load helpers in softmmu casemalc2010-03-132-0/+5
* Remove userspace target_phys_addr_tPaul Brook2010-03-121-1/+1
* Target specific usermode cleanupPaul Brook2010-03-128-4/+41
* Remove cpu_get_phys_page_debug from userspace emulationPaul Brook2010-03-1212-64/+16
* Disable phsyical memory handling in userspace emulation.Paul Brook2010-03-125-9/+21
* Remove TLB from userspacePaul Brook2010-03-124-3/+20
* Add tb_page_addr_tPaul Brook2010-03-123-37/+52
* Fix last page errors in page_check_range and page_set_flags.Richard Henderson2010-03-121-18/+36
* Implement multi-level page tables.Richard Henderson2010-03-122-177/+275
* linux-user: Fix mmap_find_vma returning invalid addresses.Richard Henderson2010-03-123-33/+82
* linux-user: Use h2g_valid in qemu_vmalloc.Richard Henderson2010-03-121-5/+4
* Use TARGET_VIRT_ADDR_SPACE_BITS in h2g_valid.Richard Henderson2010-03-121-5/+11
* Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h.Richard Henderson2010-03-1212-18/+63
* target-ppc: fix evsrwu and evsrws (second try)Aurelien Jarno2010-03-111-2/+2
* target-ppc: fix evsrwu and evsrwsAurelien Jarno2010-03-111-2/+2
* target-ppc: fix evslw instructionAurelien Jarno2010-03-111-1/+1
* audio: fix commentmalc2010-03-111-1/+1
* QMP: Really move the RESET event to qemu_system_reset()Luiz Capitulino2010-03-101-2/+1
* target-i386: fix SIB decoding with index = 4Aurelien Jarno2010-03-101-2/+2
* documentation: qemu_write_full don't work with non-blocking fd'sJuan Quintela2010-03-091-0/+5
* block: print errno on errorJuan Quintela2010-03-091-2/+2
* vmdk: share cleanup codeJuan Quintela2010-03-091-9/+4
* vmdk: fix double freeJuan Quintela2010-03-091-1/+1
* vmdk: make vmdk_snapshot_create return -errnoJuan Quintela2010-03-091-21/+58
* vmdk: return errno instead of -1Juan Quintela2010-03-091-7/+7
* qcow: return errno instead of -1Juan Quintela2010-03-091-4/+4
* qcow2: return errno instead of -1Juan Quintela2010-03-091-9/+9
* slirp: check system() successJuan Quintela2010-03-091-1/+1
* cow: return errno instead of -1Juan Quintela2010-03-091-3/+2
* qemu-img rebase: Add -f optionKevin Wolf2010-03-091-4/+16
* configure: Fix code which creates config.mak filesStefan Weil2010-03-091-2/+2
OpenPOWER on IntegriCloud