Age | Commit message (Expand) | Author |
2018-07-02 | hw/block: Use the IEC binary prefix definitions | Philippe Mathieu-Daudé |
2018-07-02 | hw/xen: Use the IEC binary prefix definitions | Philippe Mathieu-Daudé |
2018-06-30 | Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int... | Peter Maydell |
2018-06-30 | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180629'... | Peter Maydell |
2018-06-29 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell |
2018-06-29 | hw/block/fdc: Replace error_setg(&error_abort) by assert() | Philippe Mathieu-Daudé |
2018-06-29 | hw/block/pflash_cfi: Convert from DPRINTF() macro to trace events | Philippe Mathieu-Daudé |
2018-06-29 | hw/block/fdc: Convert from FLOPPY_DPRINTF() macro to trace events | Philippe Mathieu-Daudé |
2018-06-29 | hw/block/nvme: add optional parameter num_queues for nvme device | Weiping Zhang |
2018-06-28 | Replace '-enable-kvm' with '-accel kvm' in docs and help texts | Thomas Huth |
2018-06-15 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell |
2018-06-15 | m25p80: add support for two bytes WRSR for Macronix chips | Cédric Le Goater |
2018-06-15 | hw/block/pflash_cfi02: Convert away from old_mmio | Peter Maydell |
2018-06-15 | block: Remove deprecated -drive option serial | Kevin Wolf |
2018-06-15 | block: Remove deprecated -drive geometry options | Kevin Wolf |
2018-06-04 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2018-06-01 | vhost-blk: turn on pre-defined RO feature bit | Changpeng Liu |
2018-06-01 | hw: make virtio devices configurable via default-configs/ | Paolo Bonzini |
2018-06-01 | hw/block/nvme: Include "qemu/cutils.h" directly in the source file | Philippe Mathieu-Daudé |
2018-06-01 | hw: Do not include "sysemu/blockdev.h" if it is not necessary | Philippe Mathieu-Daudé |
2018-06-01 | hw: Do not include "sysemu/block-backend.h" if it is not necessary | Philippe Mathieu-Daudé |
2018-06-01 | hw: Do not include "exec/address-spaces.h" if it is not necessary | Philippe Mathieu-Daudé |
2018-05-24 | vhost-user: introduce shared vhost-user state | Tiwei Bie |
2018-05-24 | Merge remote-tracking branch 'remotes/sstabellini-http/tags/xen-20180522-tag'... | Peter Maydell |
2018-05-22 | xen_disk: be consistent with use of xendev and blkdev->xendev | Paul Durrant |
2018-05-22 | xen_disk: use a single entry iovec | Paul Durrant |
2018-05-22 | xen_disk: remove use of grant map/unmap | Paul Durrant |
2018-05-22 | xen_disk: remove open-coded use of libxengnttab | Paul Durrant |
2018-05-22 | xen: add a meaningful declaration of grant_copy_segment into xen_common.h | Paul Durrant |
2018-05-20 | Remove unnecessary variables for function return value | Laurent Vivier |
2018-04-10 | hw/block/pflash_cfi: fix off-by-one error | Philippe Mathieu-Daudé |
2018-04-09 | vhost-user-blk: set config ops before vhost-user init | Maxime Coquelin |
2018-03-26 | fdc: Exit if ISA controller does not support DMA | Alexey Kardashevskiy |
2018-03-08 | virtio-blk: fix race between .ioeventfd_stop() and vq handler | Stefan Hajnoczi |
2018-03-08 | virtio-blk: dataplane: Don't batch notifications if EVENT_IDX is present | Sergio Lopez |
2018-03-02 | Include less of the generated modular QAPI headers | Markus Armbruster |
2018-02-19 | trace: avoid SystemTap "char const" warnings | Stefan Hajnoczi |
2018-02-13 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2018-02-09 | Clean up includes | Markus Armbruster |
2018-02-08 | pci: removed the is_express field since a uniform interface was inserted | Yoni Bettan |
2018-02-08 | virtio: remove event notifier cleanup call on de-assign | Gal Hammer |
2018-02-08 | block: Move NVMe constants to a separate header | Fam Zheng |
2018-01-24 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell |
2018-01-23 | hw/block: Fix pin-based interrupt behaviour of NVMe | Hikaru Nishida |
2018-01-22 | Fixes after renaming __FUNCTION__ to __func__ | Alistair Francis |
2018-01-22 | Replace all occurances of __FUNCTION__ with __func__ | Alistair Francis |
2018-01-18 | vhost-user-blk: introduce a new vhost-user-blk host device | Changpeng Liu |
2018-01-16 | maint: Fix macros with broken 'do/while(0); ' usage | Eric Blake |
2017-12-22 | nvme: Add tracing | Doug Gale |
2017-12-19 | virtio-blk: reject configs with logical block size > physical block size | Mark Kanda |