summaryrefslogtreecommitdiffstats
path: root/hw/misc
Commit message (Expand)AuthorAgeFilesLines
* i.MX: Standardize i.MX CCM debugJean-Christophe Dubois2015-10-271-12/+22
* ivshmem: use little-endian int64_t for the protocolMarc-André Lureau2015-10-261-14/+24
* ivshmem: use kvm irqfd for msi notificationsMarc-André Lureau2015-10-261-6/+174
* ivshmem: rename MSI eventfd_tableMarc-André Lureau2015-10-261-9/+9
* ivshmem: remove EventfdEntry.vectorMarc-André Lureau2015-10-261-4/+4
* ivshmem: add hostmem backendMarc-André Lureau2015-10-261-18/+66
* ivshmem: use qemu_strtosz()Marc-André Lureau2015-10-261-31/+5
* ivshmem: do not keep shm_fd openMarc-André Lureau2015-10-261-11/+5
* ivshmem: add check on protocol version in QEMUDavid Marchand2015-10-241-2/+29
* ivshmem: reset mask on device resetMarc-André Lureau2015-10-241-0/+1
* ivshmem: error on too many eventfd receivedMarc-André Lureau2015-10-241-0/+7
* ivshmem: replace 'guest' for 'peer' appropriatelyMarc-André Lureau2015-10-241-14/+14
* ivshmem: fix pci_ivshmem_exit()Marc-André Lureau2015-10-241-3/+35
* ivshmem: add device descriptionMarc-André Lureau2015-10-241-0/+1
* ivshmem: check shm isn't already initializedMarc-André Lureau2015-10-241-0/+6
* ivshmem: shmfd can be 0Marc-André Lureau2015-10-241-3/+3
* ivshmem: migrate with VMStateDescriptionMarc-André Lureau2015-10-241-53/+89
* ivshmem: use common is_power_of_2()Marc-André Lureau2015-10-241-5/+1
* ivshmem: use common returnMarc-André Lureau2015-10-241-2/+1
* ivshmem: simplify a bit the codeMarc-André Lureau2015-10-241-14/+14
* ivshmem: print error on invalid peer idMarc-André Lureau2015-10-241-0/+1
* ivshmem: improve error handlingMarc-André Lureau2015-10-241-3/+7
* ivshmem: improve debug messagesMarc-André Lureau2015-10-241-3/+7
* ivshmem: remove max_peer fieldMarc-André Lureau2015-10-241-9/+1
* ivshmem: initialize max_peer to -1Marc-André Lureau2015-10-241-2/+2
* ivshmem: remove useless ivshmem_update_irq() val argumentMarc-André Lureau2015-10-241-4/+4
* ivshmem: allocate eventfds in resize_peers()Marc-André Lureau2015-10-241-9/+2
* ivshmem: simplify around increase_dynamic_storage()Marc-André Lureau2015-10-241-16/+11
* ivshmem: limit maximum number of peers to G_MAXUINT16Marc-André Lureau2015-10-241-2/+3
* ivshmem: remove last exit(1)Marc-André Lureau2015-10-241-1/+1
* ivshmem: more qdev conversionMarc-André Lureau2015-10-241-51/+68
* ivshmem: remove useless doorbell fieldMarc-André Lureau2015-10-241-1/+0
* ivshmem: remove superflous ivshmem_attr fieldMarc-André Lureau2015-10-241-9/+7
* ivshmem: remove unnecessary dup()Marc-André Lureau2015-10-241-15/+6
* ivshmem: factor out the incoming fifo handlingMarc-André Lureau2015-10-241-20/+39
* ivshmem: fix number of bytes to push to fifoMarc-André Lureau2015-10-241-1/+1
* ivhsmem: read do not accept more than sizeof(long)Marc-André Lureau2015-10-241-1/+1
* macio: add to bridge categoryLaurent Vivier2015-10-231-0/+1
* cuda: add to bridge categoryLaurent Vivier2015-10-231-0/+1
* misc: zynq_slcr: Fix MMIO writesPeter Crosthwaite2015-10-161-4/+4
* macio: move DBDMA_init from instance_init to realizePaolo Bonzini2015-10-091-4/+4
* hw: do not pass NULL to memory_region_init from instance_initPaolo Bonzini2015-10-093-5/+5
* mac_dbdma: always clear FLUSH bit once DBDMA channel flush is completeMark Cave-Ayland2015-09-201-7/+5
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2015-09-141-2/+1
|\
| * Added generic panic handler qemu_system_guest_panicked()Andrey Smetanin2015-09-071-2/+1
* | arm: Use g_new() & friends where that makes obvious senseMarkus Armbruster2015-09-073-5/+3
|/
* i.MX: Fix Coding style for CCM emulatorJean-Christophe Dubois2015-08-131-6/+5
* i.MX: Split CCM emulator in a header file and a source fileJean-Christophe Dubois2015-08-131-67/+3
* macio: remove nonexistent interrupt on pin 1Cormac O'Brien2015-07-071-2/+0
* Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster2015-06-221-1/+0
OpenPOWER on IntegriCloud