summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2015-11-02memory: Convert to new qapi union layoutEric Blake1-3/+3
2015-11-02input: Convert to new qapi union layoutEric Blake4-47/+48
2015-10-30Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell13-78/+61
2015-10-30hw/mips_malta: Fix KVM PC initialisationJames Hogan1-1/+1
2015-10-29target-arm: xlnx-zynqmp: Add sdhci support.Sai Pavan Boddu1-0/+28
2015-10-29sdhci: Split sdhci.h for public and internal device usageSai Pavan Boddu2-71/+5
2015-10-29sd.h: Move sd.h to include/hw/sd/Sai Pavan Boddu7-7/+7
2015-10-29virtio: sync the dataplane vring state to the virtqueue before virtio_savePavel Butsykin2-0/+10
2015-10-29virtio-blk: switch off scsi-passthrough by defaultCornelia Huck1-1/+1
2015-10-29ppc/spapr: add 2.4 compat propsCornelia Huck1-0/+9
2015-10-29s390x: include HW_COMPAT_* propsCornelia Huck1-0/+2
2015-10-29enable multi-function hot-addCao jin3-10/+63
2015-10-29remove function during multi-function hot-addCao jin1-5/+18
2015-10-29Revert "memhp: extend address auto assignment to support gaps"Michael S. Tsirkin3-12/+8
2015-10-29Revert "pc: memhp: force gaps between DIMM's GPA"Michael S. Tsirkin3-6/+2
2015-10-29virtio: drop virtqueue_map_sgMichael S. Tsirkin1-7/+0
2015-10-29virtio-scsi: convert to virtqueue_mapMichael S. Tsirkin1-14/+2
2015-10-29virtio-serial: convert to virtio_mapMichael S. Tsirkin1-4/+1
2015-10-29virtio-blk: convert to virtqueue_mapMichael S. Tsirkin1-4/+1
2015-10-29virtio: switch to virtio_mapMichael S. Tsirkin1-2/+1
2015-10-29virtio: introduce virtio_mapMichael S. Tsirkin1-9/+47
2015-10-29pc: memhp: do not emit inserting event for coldplugged DIMMsIgor Mammedov1-3/+5
2015-10-29vhost-user: cleanup msg size mathMichael S. Tsirkin1-3/+3
2015-10-29vhost-user: cleanup struct size mathMichael S. Tsirkin1-8/+8
2015-10-27i.MX: Standardize i.MX GPT debugJean-Christophe Dubois1-33/+23
2015-10-27i.MX: Standardize i.MX EPIT debugJean-Christophe Dubois1-28/+20
2015-10-27i.MX: Standardize i.MX FEC debugJean-Christophe Dubois1-32/+32
2015-10-27i.MX: Standardize i.MX CCM debugJean-Christophe Dubois1-12/+22
2015-10-27i.MX: Standardize i.MX AVIC debugJean-Christophe Dubois1-26/+18
2015-10-27i.MX: Standardize i.MX I2C debugJean-Christophe Dubois1-21/+22
2015-10-27i.MX: Standardize i.MX GPIO debugJean-Christophe Dubois1-13/+14
2015-10-27i.MX: Standardize i.MX serial debug.Jean-Christophe Dubois1-26/+24
2015-10-27hw/arm/virt: don't use a15memmap directlyAndrew Jones1-4/+21
2015-10-27arm_gic_kvm: Disable live migration if not supportedPavel Fedin1-11/+11
2015-10-27vmxnet3: Do not fill stats if device is inactiveShmulik Ladkani1-0/+4
2015-10-27net: cadence_gem: Set initial MAC addressSebastian Huber1-0/+6
2015-10-26Merge remote-tracking branch 'remotes/sstabellini/tags/xen-2015-10-26' into s...Peter Maydell5-7/+29
2015-10-26xen-platform: Replace assert() with appropriate error reportingEduardo Habkost1-1/+5
2015-10-26xen_platform: switch to realizeStefano Stabellini1-4/+2
2015-10-26Merge remote-tracking branch 'remotes/elmarco/tags/ivshmem-pull-request' into...Peter Maydell2-262/+581
2015-10-26Qemu/Xen: Fix early freeing MSIX MMIO memory regionLan Tianyu4-2/+22
2015-10-26ivshmem: use little-endian int64_t for the protocolMarc-André Lureau1-14/+24
2015-10-26ivshmem: use kvm irqfd for msi notificationsMarc-André Lureau1-6/+174
2015-10-26ivshmem: rename MSI eventfd_tableMarc-André Lureau1-9/+9
2015-10-26ivshmem: remove EventfdEntry.vectorMarc-André Lureau1-4/+4
2015-10-26ivshmem: add hostmem backendMarc-André Lureau1-18/+66
2015-10-26ivshmem: use qemu_strtosz()Marc-André Lureau1-31/+5
2015-10-26ivshmem: do not keep shm_fd openMarc-André Lureau1-11/+5
2015-10-24msix: implement pba write (but read-only)Marc-André Lureau1-0/+6
2015-10-24ivshmem: add check on protocol version in QEMUDavid Marchand1-2/+29