summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
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
2015-10-24ivshmem: reset mask on device resetMarc-André Lureau1-0/+1
2015-10-24ivshmem: error on too many eventfd receivedMarc-André Lureau1-0/+7
2015-10-24ivshmem: replace 'guest' for 'peer' appropriatelyMarc-André Lureau1-14/+14
2015-10-24ivshmem: fix pci_ivshmem_exit()Marc-André Lureau1-3/+35
2015-10-24ivshmem: add device descriptionMarc-André Lureau1-0/+1
2015-10-24ivshmem: check shm isn't already initializedMarc-André Lureau1-0/+6
2015-10-24ivshmem: shmfd can be 0Marc-André Lureau1-3/+3
2015-10-24ivshmem: migrate with VMStateDescriptionMarc-André Lureau1-53/+89
2015-10-24ivshmem: use common is_power_of_2()Marc-André Lureau1-5/+1
2015-10-24ivshmem: use common returnMarc-André Lureau1-2/+1
2015-10-24ivshmem: simplify a bit the codeMarc-André Lureau1-14/+14