summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2016-09-15Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell34-152/+351
2016-09-13x86/lapic: Load LAPIC state at post_loadDr. David Alan Gilbert1-2/+25
2016-09-13i8257: Make device "i8257" unavailable with -deviceMarkus Armbruster1-0/+2
2016-09-13Revert "megasas: remove useless check for cmd->frame"Paolo Bonzini1-1/+5
2016-09-13hw: replace most use of qemu_chr_fe_write with qemu_chr_fe_write_allDaniel P. Berrange26-24/+95
2016-09-13sclpconsolelm: remove bogus check for -EAGAINDaniel P. Berrange1-18/+3
2016-09-13ipmi: check return of qemu_chr_fe_write() for errorsDaniel P. Berrange1-2/+6
2016-09-13scsi: pvscsi: limit loop to fetch SG listPrasad J Pandit1-5/+6
2016-09-13scsi: mptconfig: fix misuse of MPTSAS_CONFIG_PACKPaolo Bonzini1-2/+2
2016-09-13scsi: mptconfig: fix an assert expressionPrasad J Pandit1-1/+1
2016-09-13vmw_pvscsi: check page count while initialising descriptor ringsPrasad J Pandit1-10/+9
2016-09-13scsi-disk: change disk serial length from 20 to 36Rony Weng1-2/+2
2016-09-13lsi: never set DMA FIFO Empty (DFE) bit in DSTAT registerHervé Poussineau1-1/+1
2016-09-13lsi: implement I/O memory space for Memory Move instructionsHervé Poussineau1-10/+39
2016-09-13lsi: do not exit QEMU if reading invalid registerHervé Poussineau1-5/+13
2016-09-13lsi: print register names in debug printsHervé Poussineau1-73/+146
2016-09-13Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell5-5/+5
2016-09-13hw/net/e1000e: Fix compiler warningChanglong Xie1-1/+1
2016-09-13trace-event: display "%d" instead of "0x%d"Laurent Vivier1-1/+1
2016-09-13pic: fix typo in error message: KVM_GET_IRQCHIP -> KVM_SET_IRQCHIPBruce Rogers1-1/+1
2016-09-13hw/dma/omap: spelling fix: endiannessMichael Tokarev1-1/+1
2016-09-13hw/bt/hci: spelling fix: endiannessMichael Tokarev1-1/+1
2016-09-13Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell1-2/+2
2016-09-13virtio-blk: rename virtio_device_info to virtio_blk_infoChanglong Xie1-2/+2
2016-09-13virtio-vga: adapt to page-per-vq=offGerd Hoffmann1-0/+11
2016-09-13virtio-gpu-pci: tag as not hotpluggableGerd Hoffmann1-0/+1
2016-09-13vmsvga: correct bitmap and pixmap size checksPrasad J Pandit1-5/+7
2016-09-10vhost-vsock: add virtio sockets deviceStefan Hajnoczi7-0/+574
2016-09-09virtio-pci: minor refactoringMichael S. Tsirkin1-1/+1
2016-09-09vhost: don't set vring call if no vectorJason Wang1-0/+14
2016-09-09virtio-pci: error out when both legacy and modern modes are disabledGreg Kurz1-0/+8
2016-09-09virtio-balloon: fix stats vq migrationLadi Prosek1-0/+13
2016-09-09virtio: add virtqueue_rewind()Stefan Hajnoczi1-0/+22
2016-09-09virtio-balloon: discard virtqueue element on resetLadi Prosek1-0/+1
2016-09-09virtio: zero vq->inuse in virtio_reset()Stefan Hajnoczi1-0/+1
2016-09-09virtio-pci: reduce modern_mem_bar sizeMarcel Apfelbaum2-7/+20
2016-09-09pc: Add 2.8 machineLongpeng(Mike)2-5/+24
2016-09-09virtio-pci: use size from correct structureMichael S. Tsirkin1-1/+1
2016-09-09virtio: Tell the user what went wrong when event_notifier_init failedThomas Huth1-1/+2
2016-09-08bus: simplify name handlingMarc-André Lureau1-15/+6
2016-09-08ipmi: free extern timerMarc-André Lureau1-0/+9
2016-09-08sd: free timerMarc-André Lureau1-0/+9
2016-09-08pc: keep gsi referenceMarc-André Lureau2-16/+14
2016-09-08pc: free i8259Marc-André Lureau1-0/+2
2016-09-08acpi-build: fix array leakMarc-André Lureau1-2/+2
2016-09-08machine: use class base init generated nameMarc-André Lureau1-0/+1
2016-09-08pc: don't leak a20_lineMarc-André Lureau1-0/+1
2016-09-08pc: simplify passing qemu_irqMarc-André Lureau2-6/+6
2016-09-08portio: keep references on portioMarc-André Lureau8-21/+33
2016-09-08Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.8-20160907' into...Peter Maydell11-103/+122