aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-09-19s390x/pci: remove idx from msix msg dataYi Min Zhao5-39/+16
2017-09-19tests: Enable the drive_del test also on s390xThomas Huth4-10/+38
2017-09-19s390x/css: fix cc handling for XSCHHalil Pasic1-5/+5
2017-09-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell80-1113/+1576
2017-09-19docker: fix creation of archivesPaolo Bonzini1-1/+0
2017-09-19default-configs: Replace $(and ...) with $(call land, ...)Thomas Huth4-5/+5
2017-09-19osdep.h: Prohibit disabling assert() in supported buildsEric Blake3-8/+20
2017-09-19checkpatch: add hwaddr to @typeListGreg Kurz1-0/+1
2017-09-19accel/hax: move hax-stub.c to accel/stubs/Philippe Mathieu-Daudé3-1/+1
2017-09-19target/i386: fix "info mem" for LA57 modePaolo Bonzini1-4/+4
2017-09-19scripts: let checkpatch.pl process an entire GIT branchDaniel P. Berrange1-27/+111
2017-09-19update-linux-headers: prepare for hyperv.h removalRoman Kagan1-1/+3
2017-09-19hyperv: add header with protocol definitionsRoman Kagan6-51/+306
2017-09-19i386/cpu/hyperv: support over 64 vcpus for windows guestsGonglei4-1/+23
2017-09-19Convert remaining single line fprintf() to warn_report()Alistair Francis2-2/+3
2017-09-19Makefile: Remove libqemustub.aPaolo Bonzini4-17/+15
2017-09-19ptimer-test: do not link to libqemustub.a/libqemuutil.aPaolo Bonzini2-1/+5
2017-09-19target/mips: Convert VM clock update prints to warn_reportAlistair Francis1-3/+3
2017-09-19General warn report fixupsAlistair Francis11-27/+24
2017-09-19Convert multi-line fprintf() to warn_report()Alistair Francis15-64/+63
2017-09-19Convert single line fprintf(.../n) to warn_report()Alistair Francis12-14/+22
2017-09-19Convert remaining error_report() to warn_report()Alistair Francis3-8/+9
2017-09-19hw/i386: Improve some of the warning messagesAlistair Francis3-12/+18
2017-09-19test-qga: add missing qemu-ga tool dependencyPhilippe Mathieu-Daudé1-1/+2
2017-09-19kvm: kvm_log_sync() is only called with known memory sectionsDavid Hildenbrand1-49/+12
2017-09-19kvm: kvm_log_start/stop are only called with known sectionsDavid Hildenbrand1-6/+12
2017-09-19kvm: we never have overlapping slots in kvm_set_phys_mem()David Hildenbrand1-57/+11
2017-09-19kvm: use start + size for memory rangesDavid Hildenbrand1-4/+3
2017-09-19kvm: factor out alignment of memory sectionDavid Hildenbrand1-20/+39
2017-09-19kvm: require JOIN_MEMORY_REGIONS_WORKSDavid Hildenbrand1-41/+1
2017-09-19multiboot: validate multiboot header address valuesPrasad J Pandit1-0/+19
2017-09-19scsi/esp: Rename the ESP macro to ESP_STATEKamil Rytarowski1-5/+5
2017-09-19memory: Rename queue to mrqueue (memory region queue)Kamil Rytarowski1-11/+11
2017-09-19MAINTAINERS: update email, add missing test entry for megasasPhilippe Mathieu-Daudé1-1/+2
2017-09-19i386/kvm: advertise Hyper-V frequency MSRsLadi Prosek1-1/+11
2017-09-19i386/kvm: introduce tsc_is_stable_and_known()Ladi Prosek1-3/+10
2017-09-19i386/kvm: set tsc_khz before configuring Hyper-V CPUIDLadi Prosek1-19/+19
2017-09-19i386/kvm: use a switch statement for MSR detectionLadi Prosek1-44/+31
2017-09-19MAINTAINERS: update mail address for NVDIMMXiao Guangrong1-1/+1
2017-09-19arm: drop intermediate cpu_model -> cpu type parsing and use cpu type directlyIgor Mammedov33-265/+115
2017-09-19pc: use generic cpu_model parsingIgor Mammedov4-42/+15
2017-09-19vl.c: convert cpu_model to cpu type and set of global properties before machi...Igor Mammedov2-0/+16
2017-09-19cpu: make cpu_generic_init() abort QEMU on errorIgor Mammedov38-176/+7
2017-09-19qom: cpus: split cpu_generic_init() on feature parsing and cpu creation partsIgor Mammedov2-16/+51
2017-09-19scsi: move block/scsi.h to include/scsi/constants.hPaolo Bonzini17-16/+16
2017-09-19hostmem-file: Add "discard-data" optionEduardo Habkost2-1/+36
2017-09-19osdep: Define QEMU_MADV_REMOVEEduardo Habkost1-0/+7
2017-09-19vl: Clean up user-creatable objects when exitingEduardo Habkost3-0/+14
2017-09-19scsi: introduce sg_io_sense_from_errnoPaolo Bonzini3-33/+45
2017-09-19scsi: introduce scsi_build_sensePaolo Bonzini3-7/+14