Age | Commit message (Expand) | Author |
2015-12-17 | hw/misc: Hyper-V test device 'hyperv-testdev' | Andrey Smetanin |
2015-12-17 | i.MX: Add an i.MX25 specific CCM class/instance | Jean-Christophe Dubois |
2015-12-17 | i.MX: Split the CCM class into an abstract base class and a concrete class | Jean-Christophe Dubois |
2015-12-17 | i.MX: rename i.MX CCM get_clock() function and CLK ID enum names | Jean-Christophe Dubois |
2015-12-17 | i.MX: Fix i.MX31 default/reset configuration | Jean-Christophe Dubois |
2015-11-30 | mac_dbdma: always initialize channel field in DBDMA_channel | Hervé Poussineau |
2015-11-25 | ivshmem: Rename property memdev to x-memdev for 2.5 | Markus Armbruster |
2015-11-25 | ivshmem: Mark questionable socket type test FIXME | Markus Armbruster |
2015-11-12 | hw/misc: Add support for ADC controller in Xilinx Zynq 7000 | Guenter Roeck |
2015-11-12 | cuda.c: add delay to setting of SR_INT bit | Mark Cave-Ayland |
2015-11-12 | cuda.c: fix T2 timer and enable its interrupt | Mark Cave-Ayland |
2015-11-12 | cuda.c: rename get_counter() state variable from s to ti for consistency | Mark Cave-Ayland |
2015-11-12 | cuda.c: refactor get_tb() so that the time can be passed in | Mark Cave-Ayland |
2015-11-12 | cuda.c: add defines for CUDA registers | Mark Cave-Ayland |
2015-11-12 | cuda.c: fix CUDA SR interrupt clearing | Mark Cave-Ayland |
2015-11-12 | cuda.c: implement dummy IIC access commands | Mark Cave-Ayland |
2015-11-12 | cuda.c: implement simple CUDA_GET_6805_ADDR command | Mark Cave-Ayland |
2015-11-12 | cuda.c: fix CUDA_PACKET response packet format | Mark Cave-Ayland |
2015-11-12 | cuda.c: fix CUDA ADB error packet format | Mark Cave-Ayland |
2015-10-27 | i.MX: Standardize i.MX CCM debug | Jean-Christophe Dubois |
2015-10-26 | ivshmem: use little-endian int64_t for the protocol | Marc-André Lureau |
2015-10-26 | ivshmem: use kvm irqfd for msi notifications | Marc-André Lureau |
2015-10-26 | ivshmem: rename MSI eventfd_table | Marc-André Lureau |
2015-10-26 | ivshmem: remove EventfdEntry.vector | Marc-André Lureau |
2015-10-26 | ivshmem: add hostmem backend | Marc-André Lureau |
2015-10-26 | ivshmem: use qemu_strtosz() | Marc-André Lureau |
2015-10-26 | ivshmem: do not keep shm_fd open | Marc-André Lureau |
2015-10-24 | ivshmem: add check on protocol version in QEMU | David Marchand |
2015-10-24 | ivshmem: reset mask on device reset | Marc-André Lureau |
2015-10-24 | ivshmem: error on too many eventfd received | Marc-André Lureau |
2015-10-24 | ivshmem: replace 'guest' for 'peer' appropriately | Marc-André Lureau |
2015-10-24 | ivshmem: fix pci_ivshmem_exit() | Marc-André Lureau |
2015-10-24 | ivshmem: add device description | Marc-André Lureau |
2015-10-24 | ivshmem: check shm isn't already initialized | Marc-André Lureau |
2015-10-24 | ivshmem: shmfd can be 0 | Marc-André Lureau |
2015-10-24 | ivshmem: migrate with VMStateDescription | Marc-André Lureau |
2015-10-24 | ivshmem: use common is_power_of_2() | Marc-André Lureau |
2015-10-24 | ivshmem: use common return | Marc-André Lureau |
2015-10-24 | ivshmem: simplify a bit the code | Marc-André Lureau |
2015-10-24 | ivshmem: print error on invalid peer id | Marc-André Lureau |
2015-10-24 | ivshmem: improve error handling | Marc-André Lureau |
2015-10-24 | ivshmem: improve debug messages | Marc-André Lureau |
2015-10-24 | ivshmem: remove max_peer field | Marc-André Lureau |
2015-10-24 | ivshmem: initialize max_peer to -1 | Marc-André Lureau |
2015-10-24 | ivshmem: remove useless ivshmem_update_irq() val argument | Marc-André Lureau |
2015-10-24 | ivshmem: allocate eventfds in resize_peers() | Marc-André Lureau |
2015-10-24 | ivshmem: simplify around increase_dynamic_storage() | Marc-André Lureau |
2015-10-24 | ivshmem: limit maximum number of peers to G_MAXUINT16 | Marc-André Lureau |
2015-10-24 | ivshmem: remove last exit(1) | Marc-André Lureau |
2015-10-24 | ivshmem: more qdev conversion | Marc-André Lureau |