aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-06-07monitor: Typo fixEric Blake1-1/+1
2016-06-07ICH9: fix typoCao jin2-4/+4
2016-06-07scripts: Use $(..) instead of deprecated `..`Stefan Weil6-11/+11
2016-06-07configure: Use $(..) instead of deprecated `..`Stefan Weil1-87/+87
2016-06-07qemu-options.hx: Specify the units for -machine kvm_shadow_memPeter Maydell1-1/+1
2016-06-07Fix linking relocatable objects on SparcJames Clarke2-1/+22
2016-06-07ppc: Remove a potential overflow in muldiv64()Laurent Vivier1-1/+1
2016-06-07replace muldiv64(a, b, c) by (uint64_t)a * b / cLaurent Vivier2-3/+3
2016-06-07remove useless muldiv64()Laurent Vivier1-1/+1
2016-06-07The only 64bit parameter of muldiv64() is the first one.Laurent Vivier2-3/+3
2016-06-07scripts: add muldiv64() checking coccinelle scriptsLaurent Vivier4-0/+46
2016-06-07gdbstub: set listen backlog to 1Peter Wu1-1/+1
2016-06-07po/Makefile: call rm -f directlyJan Vesely1-1/+1
2016-06-07target-moxie: Remove unused struct elementsStefan Weil1-5/+0
2016-06-07fsdev: spelling fixMichael Tokarev1-1/+1
2016-06-07qga: spelling fixMichael Tokarev1-6/+6
2016-06-07docs: "specify" spell fixMichael Tokarev2-3/+3
2016-06-07hw/ipmi: fix spellingMichael Tokarev1-1/+1
2016-06-07s390x/virtio-ccw: fix spellingMichael Tokarev1-1/+1
2016-06-07Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell15-248/+74
2016-06-07Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell40-686/+737
2016-06-07docker: Don't use eval trick on MakefileEduardo Habkost1-2/+1
2016-06-07throttle: refuse iops-size without iops-total/read/writeStefan Hajnoczi2-0/+18
2016-06-07block: Drop bdrv_ioctl_bh_cbFam Zheng1-18/+2
2016-06-07block: Move BlockRequest type to io.cEric Blake2-21/+21
2016-06-07block/io: optimize bdrv_co_pwritev for small requestsPeter Lieven3-37/+9
2016-06-07iostatus: fix comments for block_job_iostatus_resetChanglong Xie1-1/+1
2016-06-07block/io: Remove unused bdrv_aio_write_zeroes()Kevin Wolf3-15/+0
2016-06-07virtio: drop duplicate virtio_queue_get_id() functionStefan Hajnoczi3-9/+1
2016-06-07virtio-scsi: Remove op blocker for dataplaneFam Zheng2-73/+0
2016-06-07virtio-blk: Remove op blocker for dataplaneFam Zheng1-63/+0
2016-06-07blockdev-backup: Don't move target AioContext if it's attachedFam Zheng1-1/+11
2016-06-07blockdev-backup: Use bdrv_lookup_bs on targetFam Zheng1-10/+3
2016-06-07tests: avoid coroutine pool test crashStefan Hajnoczi1-1/+9
2016-06-07virtio: move bi-endian target support to a single locationGreg Kurz4-9/+5
2016-06-07pc-dimm: introduce realize callbackXiao Guangrong2-0/+8
2016-06-07pc-dimm: get memory region from ->get_memory_region()Xiao Guangrong2-2/+4
2016-06-07acpi: make bios_linker_loader_add_checksum() API offset basedIgor Mammedov5-33/+22
2016-06-07acpi: make bios_linker_loader_add_pointer() API offset basedIgor Mammedov6-75/+83
2016-06-07tpm: apci: cleanup TCPA table initializationIgor Mammedov1-4/+1
2016-06-07acpi: cleanup bios_linker_loader_cleanup()Igor Mammedov3-7/+6
2016-06-07acpi: simplify bios_linker API by removing redundant 'table' argumentIgor Mammedov7-47/+93
2016-06-07acpi: convert linker from GArray to BIOSLinker structureIgor Mammedov8-58/+70
2016-06-07pc: use AcpiDeviceIfClass.send_event to issue GPE eventsIgor Mammedov10-72/+50
2016-06-07acpi: extend ACPI interface to provide send_event hookIgor Mammedov6-9/+39
2016-06-07pc: Postpone SMBIOS table installation to post machine initCorey Minyard1-2/+3
2016-06-07ipmi: rework the fwinfo to be fetched from the interfaceCorey Minyard4-112/+109
2016-06-07tests: acpi: update tables with consolidated legacy cpu-hotplug AMLIgor Mammedov4-0/+0
2016-06-07pc: acpi: cpuhp-legacy: switch ProcessorID to possible_cpus idxIgor Mammedov2-11/+14
2016-06-07pc: acpi: simplify build_legacy_cpu_hotplug_aml() signatureIgor Mammedov3-8/+5