aboutsummaryrefslogtreecommitdiff
path: root/hw/misc
AgeCommit message (Expand)AuthorFilesLines
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
2015-10-24ivshmem: print error on invalid peer idMarc-André Lureau1-0/+1
2015-10-24ivshmem: improve error handlingMarc-André Lureau1-3/+7
2015-10-24ivshmem: improve debug messagesMarc-André Lureau1-3/+7
2015-10-24ivshmem: remove max_peer fieldMarc-André Lureau1-9/+1
2015-10-24ivshmem: initialize max_peer to -1Marc-André Lureau1-2/+2
2015-10-24ivshmem: remove useless ivshmem_update_irq() val argumentMarc-André Lureau1-4/+4
2015-10-24ivshmem: allocate eventfds in resize_peers()Marc-André Lureau1-9/+2
2015-10-24ivshmem: simplify around increase_dynamic_storage()Marc-André Lureau1-16/+11
2015-10-24ivshmem: limit maximum number of peers to G_MAXUINT16Marc-André Lureau1-2/+3
2015-10-24ivshmem: remove last exit(1)Marc-André Lureau1-1/+1
2015-10-24ivshmem: more qdev conversionMarc-André Lureau1-51/+68
2015-10-24ivshmem: remove useless doorbell fieldMarc-André Lureau1-1/+0
2015-10-24ivshmem: remove superflous ivshmem_attr fieldMarc-André Lureau1-9/+7
2015-10-24ivshmem: remove unnecessary dup()Marc-André Lureau1-15/+6
2015-10-24ivshmem: factor out the incoming fifo handlingMarc-André Lureau1-20/+39
2015-10-24ivshmem: fix number of bytes to push to fifoMarc-André Lureau1-1/+1
2015-10-24ivhsmem: read do not accept more than sizeof(long)Marc-André Lureau1-1/+1
2015-10-23macio: add to bridge categoryLaurent Vivier1-0/+1
2015-10-23cuda: add to bridge categoryLaurent Vivier1-0/+1
2015-10-16misc: zynq_slcr: Fix MMIO writesPeter Crosthwaite1-4/+4
2015-10-09macio: move DBDMA_init from instance_init to realizePaolo Bonzini1-4/+4
2015-10-09hw: do not pass NULL to memory_region_init from instance_initPaolo Bonzini3-5/+5
2015-09-20mac_dbdma: always clear FLUSH bit once DBDMA channel flush is completeMark Cave-Ayland1-7/+5
2015-09-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-2/+1
2015-09-07Added generic panic handler qemu_system_guest_panicked()Andrey Smetanin1-2/+1
2015-09-07arm: Use g_new() & friends where that makes obvious senseMarkus Armbruster3-5/+3
2015-08-13i.MX: Fix Coding style for CCM emulatorJean-Christophe Dubois1-6/+5
2015-08-13i.MX: Split CCM emulator in a header file and a source fileJean-Christophe Dubois1-67/+3
2015-07-07macio: remove nonexistent interrupt on pin 1Cormac O'Brien1-2/+0
2015-06-22Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster1-1/+0
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster1-0/+1
2015-06-19Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-1/+0
2015-06-19pci: Don't register a specialized 'config_write' if default behavior is intendedShmulik Ladkani1-1/+0
2015-06-03macio: Convert to realize()Markus Armbruster1-33/+38
2015-04-30misc: Fix new collection of typosStefan Weil1-1/+1
2015-04-27sun4m: fix slavio sysctrl and led register sizesMark Cave-Ayland1-2/+3
2015-03-19omap: Fix warnings from SparseStefan Weil4-4/+8
2015-03-11stm32f2xx_SYSCFG: Add the stm32f2xx SYSCFGAlistair Francis2-0/+161
2015-03-10milkymist-pfpu: fix GCC 5.0.0 aggressive-loop-optimizations warningRadim Krčmář1-1/+1
2015-03-10macio: fix possible memory leakGonglei1-1/+2
2015-03-09cuda.c: include adb_poll_timer in VMStateDescriptionMark Cave-Ayland1-2/+3
2015-03-09macio.c: include parent PCIDevice state in VMStateDescriptionMark Cave-Ayland1-0/+24
2015-03-09Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2-7/+4