aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2015-10-24ivshmem: add check on protocol version in QEMUDavid Marchand
2015-10-24ivshmem: reset mask on device resetMarc-André Lureau
2015-10-24ivshmem: error on too many eventfd receivedMarc-André Lureau
2015-10-24ivshmem: replace 'guest' for 'peer' appropriatelyMarc-André Lureau
2015-10-24ivshmem: fix pci_ivshmem_exit()Marc-André Lureau
2015-10-24ivshmem: add device descriptionMarc-André Lureau
2015-10-24ivshmem: check shm isn't already initializedMarc-André Lureau
2015-10-24ivshmem: shmfd can be 0Marc-André Lureau
2015-10-24ivshmem: migrate with VMStateDescriptionMarc-André Lureau
2015-10-24ivshmem: use common is_power_of_2()Marc-André Lureau
2015-10-24ivshmem: use common returnMarc-André Lureau
2015-10-24ivshmem: simplify a bit the codeMarc-André Lureau
2015-10-24ivshmem: print error on invalid peer idMarc-André Lureau
2015-10-24ivshmem: improve error handlingMarc-André Lureau
2015-10-24ivshmem: improve debug messagesMarc-André Lureau
2015-10-24ivshmem: remove max_peer fieldMarc-André Lureau
2015-10-24ivshmem: initialize max_peer to -1Marc-André Lureau
2015-10-24ivshmem: remove useless ivshmem_update_irq() val argumentMarc-André Lureau
2015-10-24ivshmem: allocate eventfds in resize_peers()Marc-André Lureau
2015-10-24ivshmem: simplify around increase_dynamic_storage()Marc-André Lureau
2015-10-24ivshmem: limit maximum number of peers to G_MAXUINT16Marc-André Lureau
2015-10-24ivshmem: remove last exit(1)Marc-André Lureau
2015-10-24ivshmem: more qdev conversionMarc-André Lureau
2015-10-24ivshmem: remove useless doorbell fieldMarc-André Lureau
2015-10-24ivshmem: remove superflous ivshmem_attr fieldMarc-André Lureau
2015-10-24ivshmem: remove unnecessary dup()Marc-André Lureau
2015-10-24ivshmem: factor out the incoming fifo handlingMarc-André Lureau
2015-10-24ivshmem: fix number of bytes to push to fifoMarc-André Lureau
2015-10-24ivhsmem: read do not accept more than sizeof(long)Marc-André Lureau
2015-10-23Merge remote-tracking branch 'remotes/dgibson/tags/ppc-next-20151023' into st...Peter Maydell
2015-10-23Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2015-10-23prep: do not use CPU_LOG_IOPORT, convert to tracepointsPaolo Bonzini
2015-10-23openpic: add to misc categoryLaurent Vivier
2015-10-23macio-nvram: add to misc categoryLaurent Vivier
2015-10-23macio: add to bridge categoryLaurent Vivier
2015-10-23uninorth: add to bridge categoryLaurent Vivier
2015-10-23macio-ide: add to storage categoryLaurent Vivier
2015-10-23cuda: add to bridge categoryLaurent Vivier
2015-10-23grackle: add to bridge categoryLaurent Vivier
2015-10-23escc: add to input categoryLaurent Vivier
2015-10-23cmd646: add to storage categoryLaurent Vivier
2015-10-23adb: add to input categoryLaurent Vivier
2015-10-23ppc/spapr: Add "ibm,pa-features" property to the device-treeBenjamin Herrenschmidt
2015-10-23hw/scsi/spapr_vscsi: Remove superfluous memsetThomas Huth
2015-10-23spapr_pci: Allow VFIO devices to work on the normal PCI host bridgeDavid Gibson
2015-10-23spapr_iommu: Provide a function to switch a TCE table to allowing VFIODavid Gibson
2015-10-23spapr_iommu: Rename vfio_accel parameterDavid Gibson
2015-10-23spapr_pci: Allow PCI host bridge DMA window to be configuredDavid Gibson
2015-10-23spapr: Add "slb-size" property to CPU device tree nodesThomas Huth
2015-10-23spapr: Abort when HTAB of requested size isn't allocatedBharata B Rao