aboutsummaryrefslogtreecommitdiff
path: root/hw/misc
AgeCommit message (Expand)Author
2015-10-27i.MX: Standardize i.MX CCM debugJean-Christophe Dubois
2015-10-26ivshmem: use little-endian int64_t for the protocolMarc-André Lureau
2015-10-26ivshmem: use kvm irqfd for msi notificationsMarc-André Lureau
2015-10-26ivshmem: rename MSI eventfd_tableMarc-André Lureau
2015-10-26ivshmem: remove EventfdEntry.vectorMarc-André Lureau
2015-10-26ivshmem: add hostmem backendMarc-André Lureau
2015-10-26ivshmem: use qemu_strtosz()Marc-André Lureau
2015-10-26ivshmem: do not keep shm_fd openMarc-André Lureau
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-23macio: add to bridge categoryLaurent Vivier
2015-10-23cuda: add to bridge categoryLaurent Vivier
2015-10-16misc: zynq_slcr: Fix MMIO writesPeter Crosthwaite
2015-10-09macio: move DBDMA_init from instance_init to realizePaolo Bonzini
2015-10-09hw: do not pass NULL to memory_region_init from instance_initPaolo Bonzini
2015-09-20mac_dbdma: always clear FLUSH bit once DBDMA channel flush is completeMark Cave-Ayland
2015-09-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2015-09-07Added generic panic handler qemu_system_guest_panicked()Andrey Smetanin
2015-09-07arm: Use g_new() & friends where that makes obvious senseMarkus Armbruster
2015-08-13i.MX: Fix Coding style for CCM emulatorJean-Christophe Dubois
2015-08-13i.MX: Split CCM emulator in a header file and a source fileJean-Christophe Dubois
2015-07-07macio: remove nonexistent interrupt on pin 1Cormac O'Brien
2015-06-22Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster