aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-01-24docs: sync pci-ids.txtGerd Hoffmann1-0/+3
2017-01-24disas/cris.c: Fix Coverity warning about unchecked NULLPeter Maydell1-1/+1
2017-01-24lm32: milkymist-tmu2: fix another integer overflowPeter Maydell1-1/+1
2017-01-24hw/i386/kvmvapic: Remove dead code in patch_hypercalls()Peter Maydell1-6/+0
2017-01-24doc/usb2: fix typoCao jin1-1/+1
2017-01-24qga: fix erroneous argument to strerrorPaolo Bonzini1-2/+2
2017-01-24block: remove dead checkPaolo Bonzini1-1/+1
2017-01-24pci-assign: avoid pointless statPaolo Bonzini1-8/+8
2017-01-24qemu-img: remove dead checkPaolo Bonzini1-7/+5
2017-01-24pcie: fix typo in commentsCao jin1-1/+1
2017-01-24object: make some funcs staticMarc-André Lureau2-26/+2
2017-01-24object.h: spelling fixMarc-André Lureau1-1/+1
2017-01-24usb: Fix typo in documentationFrediano Ziglio1-1/+1
2017-01-24qemu-options: cleanup duplicated help message for kernel_irqchipPo-Hsu Lin1-1/+0
2017-01-24hw: Fix typos found by codespellStefan Weil11-15/+15
2017-01-24include: Fix typos found by codespellStefan Weil6-6/+7
2017-01-24Fix documentation and some comments (article, grammar)Stefan Weil3-4/+4
2017-01-24README: Add linux to macOS build infoPeter Maydell1-0/+1
2017-01-24hw/block/m25p80: Fix typo in local macro nameStefan Weil1-2/+2
2017-01-24doc: don't mention -memory, it is -mMichael Tokarev1-1/+1
2017-01-24Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20170124' into stagingPeter Maydell1-2/+2
2017-01-24Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell19-135/+108
2017-01-24s390x/kvm: fix cmma reset for KVMChristian Borntraeger1-1/+1
2017-01-24s390x/kvm: include hw_accel.h instead of kvm.hCornelia Huck1-1/+1
2017-01-24Makefile: Add qemu-doc.txt to distclean and dependenciesPeter Maydell1-2/+2
2017-01-24Merge remote-tracking branch 'remotes/rth/tags/pull-hppa-20170123' into stagingPeter Maydell36-77/+9842
2017-01-23kvm: Allow invtsc migration if tsc-khz is set explicitlyEduardo Habkost1-9/+11
2017-01-23kvm: Simplify invtsc checkEduardo Habkost1-2/+2
2017-01-23hw/core/null-machine: Add the possibility to instantiate a CPU and RAMThomas Huth2-3/+26
2017-01-23qemu-options: Rename variables on the -numa "cpus" optionEduardo Habkost1-4/+4
2017-01-23MAINTAINERS: Add an entry for hw/core/null-machine.cThomas Huth1-0/+1
2017-01-23machine: Make possible_cpu_arch_ids() return const pointerIgor Mammedov8-23/+13
2017-01-23pc: don't return cpu pointer from pc_new_cpu() as it's not needed anymoreIgor Mammedov1-16/+8
2017-01-23pc: cleanup: move smbios_set_cpuid() into pc_build_smbios()Igor Mammedov1-8/+9
2017-01-23arch_init: Remove unnecessary default_config_files tableEduardo Habkost3-35/+14
2017-01-23vl: Ensure the numa_post_machine_init func in the appropriate locationDou Liyang1-2/+3
2017-01-23i386: Return migration-safe field on query-cpu-definitionsEduardo Habkost2-0/+5
2017-01-23i386: Remove AMD feature flag aliases from Opteron modelsEduardo Habkost1-34/+12
2017-01-23x86: add AVX512_VPOPCNTDQ featuresHe Chen2-1/+2
2017-01-23target-hppa: Implement floating-point insnsRichard Henderson3-0/+1177
2017-01-23target-hppa: Implement system and memory-management insnsRichard Henderson3-0/+219
2017-01-23target-hppa: Implement loads and storesRichard Henderson3-0/+699
2017-01-23target-hppa: Implement shifts and depositsRichard Henderson1-0/+309
2017-01-23target-hppa: Implement linux-user gateway pageRichard Henderson1-4/+81
2017-01-23target-hppa: Implement branchesRichard Henderson1-0/+477
2017-01-23target-hppa: Implement basic arithmeticRichard Henderson3-0/+907
2017-01-23target-hppa: Add nullification frameworkRichard Henderson1-4/+224
2017-01-23target-hppa: Add framework and enable compilationRichard Henderson12-3/+1116
2017-01-23target-hppa: Add softfloat specializationsRichard Henderson1-1/+19
2017-01-23linux-user: Add HPPA startup and main loopRichard Henderson2-0/+196