aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
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
2017-09-18AHCI: pretty-print FIS to buffer instead of stderrJohn Snow2-10/+22
2017-09-18AHCI: Rework IRQ constantsJohn Snow3-21/+74
2017-09-18AHCI: Replace DPRINTF with trace-eventsJohn Snow2-89/+117
2017-09-18IDE: replace DEBUG_AIO with trace eventsJohn Snow3-11/+21
2017-09-18ATAPI: Replace DEBUG_IDE_ATAPI with tracing eventsJohn Snow2-41/+38
2017-09-18IDE: add tracing for data portsJohn Snow2-1/+16
2017-09-18IDE: Add register hints to tracingJohn Snow2-24/+72
2017-09-18IDE: replace DEBUG_IDE with tracing systemJohn Snow6-69/+79
2017-09-18hw/ide/microdrive: Mark the dscm1xxxx device with user_creatable = falseThomas Huth1-0/+3
2017-09-18ide: ahci: unparent children buses before freeing their memoryIgor Mammedov1-0/+1
2017-09-18audio: intel-hda: do not use old_mmio accessesMatt Parker1-47/+11
2017-09-18wm8750: add record buffer underrun checkGerd Hoffmann1-1/+5
2017-09-15Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.11-20170915' int...Peter Maydell11-96/+1575