summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* usb: Set category and description of the MTP deviceThomas Huth2017-01-241-0/+2
* gdbstub.c: update old error report statementsZiyue Yang2017-01-241-5/+5
* gdbstub.c: fix GDB connection segfault caused by empty machinesZiyue Yang2017-01-241-0/+7
* scsi-disk: add 'fall through' comment to switch VERIFY casesPeter Maydell2017-01-241-0/+1
* Drop duplicate display option documentationSamuel Thibault2017-01-241-1/+1
* hw/display/framebuffer.c: Avoid overflow for framebuffers > 4GBPeter Maydell2017-01-241-1/+1
* win32: use glib gpoll if glib >= 2.50Marc-André Lureau2017-01-242-1/+3
* util/mmap-alloc: refactor a little bit for readabilityCao jin2017-01-241-6/+4Star
* util/mmap-alloc: check parameter before usingCao jin2017-01-241-3/+4
* vfio: remove a duplicated word in commentsCao jin2017-01-241-2/+2
* docs: sync pci-ids.txtGerd Hoffmann2017-01-241-0/+3
* disas/cris.c: Fix Coverity warning about unchecked NULLPeter Maydell2017-01-241-1/+1
* lm32: milkymist-tmu2: fix another integer overflowPeter Maydell2017-01-241-1/+1
* hw/i386/kvmvapic: Remove dead code in patch_hypercalls()Peter Maydell2017-01-241-6/+0Star
* doc/usb2: fix typoCao jin2017-01-241-1/+1
* qga: fix erroneous argument to strerrorPaolo Bonzini2017-01-241-2/+2
* block: remove dead checkPaolo Bonzini2017-01-241-1/+1
* pci-assign: avoid pointless statPaolo Bonzini2017-01-241-8/+8
* qemu-img: remove dead checkPaolo Bonzini2017-01-241-7/+5Star
* pcie: fix typo in commentsCao jin2017-01-241-1/+1
* object: make some funcs staticMarc-André Lureau2017-01-242-26/+2Star
* object.h: spelling fixMarc-André Lureau2017-01-241-1/+1
* usb: Fix typo in documentationFrediano Ziglio2017-01-241-1/+1
* qemu-options: cleanup duplicated help message for kernel_irqchipPo-Hsu Lin2017-01-241-1/+0Star
* hw: Fix typos found by codespellStefan Weil2017-01-2411-15/+15
* include: Fix typos found by codespellStefan Weil2017-01-246-6/+7
* Fix documentation and some comments (article, grammar)Stefan Weil2017-01-243-4/+4
* README: Add linux to macOS build infoPeter Maydell2017-01-241-0/+1
* hw/block/m25p80: Fix typo in local macro nameStefan Weil2017-01-241-2/+2
* doc: don't mention -memory, it is -mMichael Tokarev2017-01-241-1/+1
* Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20170124' into stagingPeter Maydell2017-01-241-2/+2
|\
| * s390x/kvm: fix cmma reset for KVMChristian Borntraeger2017-01-241-1/+1
| * s390x/kvm: include hw_accel.h instead of kvm.hCornelia Huck2017-01-241-1/+1
* | Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell2017-01-2419-135/+108Star
|\ \
| * | kvm: Allow invtsc migration if tsc-khz is set explicitlyEduardo Habkost2017-01-241-9/+11
| * | kvm: Simplify invtsc checkEduardo Habkost2017-01-241-2/+2
| * | hw/core/null-machine: Add the possibility to instantiate a CPU and RAMThomas Huth2017-01-242-3/+26
| * | qemu-options: Rename variables on the -numa "cpus" optionEduardo Habkost2017-01-241-4/+4
| * | MAINTAINERS: Add an entry for hw/core/null-machine.cThomas Huth2017-01-241-0/+1
| * | machine: Make possible_cpu_arch_ids() return const pointerIgor Mammedov2017-01-248-23/+13Star
| * | pc: don't return cpu pointer from pc_new_cpu() as it's not needed anymoreIgor Mammedov2017-01-241-16/+8Star
| * | pc: cleanup: move smbios_set_cpuid() into pc_build_smbios()Igor Mammedov2017-01-241-8/+9
| * | arch_init: Remove unnecessary default_config_files tableEduardo Habkost2017-01-243-35/+14Star
| * | vl: Ensure the numa_post_machine_init func in the appropriate locationDou Liyang2017-01-241-2/+3
| * | i386: Return migration-safe field on query-cpu-definitionsEduardo Habkost2017-01-242-0/+5
| * | i386: Remove AMD feature flag aliases from Opteron modelsEduardo Habkost2017-01-241-34/+12Star
| * | x86: add AVX512_VPOPCNTDQ featuresHe Chen2017-01-242-1/+2
* | | Makefile: Add qemu-doc.txt to distclean and dependenciesPeter Maydell2017-01-241-2/+2
| |/ |/|
* | Merge remote-tracking branch 'remotes/rth/tags/pull-hppa-20170123' into stagingPeter Maydell2017-01-2436-77/+9842
|\ \ | |/ |/|
| * target-hppa: Implement floating-point insnsRichard Henderson2017-01-233-0/+1177