summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2017-09-21memory: Switch memory from using AddressSpace to FlatViewAlexey Kardashevskiy1-1/+1
2017-09-21virtio-serial: add enable_backend callbackPavel Butsykin2-0/+28
2017-09-20Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into stagingPeter Maydell1-30/+30
2017-09-20Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell62-484/+159
2017-09-209pfs: check the size of transport buffer before marshalingJan Dakinevich1-3/+12
2017-09-209pfs: fix name_to_path assertion in v9fs_complete_rename()Jan Dakinevich1-14/+9
2017-09-209pfs: fix readdir() for 9p2000.uJan Dakinevich1-13/+9
2017-09-19hw/acpi-build: Fix SRAT memory building in case of node 0 without RAMEduardo Habkost1-6/+22
2017-09-19numa: cpu: calculate/set default node-ids after all -numa CLI options are parsedIgor Mammedov4-26/+24
2017-09-19virtio-ccw: Create a virtio gpu device for the ccw busFarhan Ali2-0/+59
2017-09-19virtio-gpu: Handle endian conversionFarhan Ali1-8/+62
2017-09-19virtio-ccw: remove stale comments on endiannessHalil Pasic1-2/+0
2017-09-19s390x: generate sclp cpu information from possible_cpusDavid Hildenbrand1-20/+14
2017-09-19s390x: get rid of cpu_s390x_create()David Hildenbrand1-2/+27
2017-09-19s390x: get rid of cpu_states and use possible_cpus insteadDavid Hildenbrand1-26/+10
2017-09-19s390x: implement query-hotpluggable-cpusDavid Hildenbrand1-0/+41
2017-09-19s390x: CPU hot unplug via device_del cannot work for nowDavid Hildenbrand1-0/+10
2017-09-19target/s390x: use "core-id" for cpu number/address/id handlingDavid Hildenbrand1-1/+1
2017-09-19s390x: allow only 1 CPU with TCGDavid Hildenbrand1-0/+6
2017-09-19s390x: move s390_virtio_hypercall() to s390-virtio-hcall.hDavid Hildenbrand1-0/+1
2017-09-19s390x: rename s390-virtio.h to s390-virtio-hcall.hDavid Hildenbrand3-6/+6
2017-09-19s390x: get rid of s390-virtio.cDavid Hildenbrand4-220/+158
2017-09-19s390x/css: remove unused error handling branchHalil Pasic1-7/+0
2017-09-19s390x/css: fix NULL handling for CCW addressesHalil Pasic1-1/+1
2017-09-19s390x/css: drop data-check in interpretationHalil Pasic1-9/+0
2017-09-19hw/misc/ivshmem: Fix ivshmem_recv_msg() to also work on big endian systemsThomas Huth1-1/+1
2017-09-19s390x/pci: add iommu replay callbackYi Min Zhao1-0/+12
2017-09-19s390x/pci: remove idx from msix msg dataYi Min Zhao4-36/+9
2017-09-19s390x/css: fix cc handling for XSCHHalil Pasic1-5/+5
2017-09-19osdep.h: Prohibit disabling assert() in supported buildsEric Blake2-8/+4
2017-09-19General warn report fixupsAlistair Francis5-12/+13
2017-09-19Convert multi-line fprintf() to warn_report()Alistair Francis6-21/+21
2017-09-19Convert single line fprintf(.../n) to warn_report()Alistair Francis5-6/+9
2017-09-19hw/i386: Improve some of the warning messagesAlistair Francis3-12/+18
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-19arm: drop intermediate cpu_model -> cpu type parsing and use cpu type directlyIgor Mammedov28-260/+107
2017-09-19pc: use generic cpu_model parsingIgor Mammedov2-39/+6
2017-09-19cpu: make cpu_generic_init() abort QEMU on errorIgor Mammedov34-153/+0
2017-09-19scsi: move block/scsi.h to include/scsi/constants.hPaolo Bonzini12-12/+12
2017-09-19scsi: introduce sg_io_sense_from_errnoPaolo Bonzini1-33/+7
2017-09-19scsi: introduce scsi_build_sensePaolo Bonzini1-7/+1
2017-09-19scsi: move non-emulation specific code to scsi/Paolo Bonzini3-406/+0
2017-09-19scsi: rename scsi_build_sense to scsi_convert_sensePaolo Bonzini2-7/+7
2017-09-19scsi-block: Support rerror/werrorFam Zheng1-14/+24
2017-09-19scsi-bus: correct responses for INQUIRY and REQUEST SENSEHannes Reinecke1-4/+25
2017-09-19virtio-scsi: Add virtqueue_size parameter allowing virtqueue size to be set.Richard W.M. Jones1-3/+5
2017-09-18hw/block/fdc: Convert to realizeMao Zhongyi1-17/+16
2017-09-18hw/ide: Convert DeviceClass init to realizeMao Zhongyi2-47/+46
2017-09-18AHCI: remove DPRINTF macroJohn Snow1-9/+0