Age | Commit message (Expand) | Author |
2014-07-01 | ui/vnc: fix potential memory corruption issues | Peter Lieven |
2014-07-01 | ui/vnc: limit client_cut_text msg payload size | Peter Lieven |
2014-07-01 | usb: initialize libusb_device to avoid crash | Jincheng Miao |
2014-07-01 | usb: Fix usb-bt-dongle initialization. | Hani Benhabiles |
2014-07-01 | input: fix jumpy mouse cursor with USB mouse emulation | Christian Burger |
2014-07-01 | Merge remote-tracking branch 'remotes/bonzini/memory' into staging | Peter Maydell |
2014-07-01 | Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-2.1' into... | Peter Maydell |
2014-07-01 | Merge remote-tracking branch 'remotes/bonzini/scsi-next' into staging | Peter Maydell |
2014-07-01 | trace: add qemu_system_powerdown_request and qemu_system_shutdown_request tra... | Yang Zhiyong |
2014-07-01 | block: add backing-file option to block-stream | Jeff Cody |
2014-07-01 | block: extend block-commit to accept a string for the backing file | Jeff Cody |
2014-07-01 | block: add helper function to determine if a BDS is in a chain | Jeff Cody |
2014-07-01 | block: add QAPI command to allow live backing file change | Jeff Cody |
2014-07-01 | configure: Fix -lm test, so that tools can be compiled on hosts that require -lm | Alexey Kardashevskiy |
2014-07-01 | qdev: correctly send DEVICE_DELETED for recursively-deleted devices | Paolo Bonzini |
2014-07-01 | memory: do not give a name to the internal exec.c regions | Paolo Bonzini |
2014-07-01 | memory: MemoryRegion: Add size property | Peter Crosthwaite |
2014-07-01 | memory: MemoryRegion: Add may-overlap and priority props | Peter Crosthwaite |
2014-07-01 | memory: MemoryRegion: Add container and addr props | Peter Crosthwaite |
2014-07-01 | memory: MemoryRegion: replace owner field with QOM parent | Paolo Bonzini |
2014-07-01 | memory: MemoryRegion: QOMify | Peter Crosthwaite |
2014-07-01 | memory: MemoryRegion: use /machine as default owner | Paolo Bonzini |
2014-07-01 | libqtest: escape strings in QMP commands, fix leak | Paolo Bonzini |
2014-07-01 | qom: object: Ignore refs/unrefs of NULL | Peter Crosthwaite |
2014-07-01 | qom: object: remove parent pointer when unparenting | Peter Crosthwaite |
2014-07-01 | mc146818rtc: add "rtc-time" link to "/machine/rtc" | Marcelo Tosatti |
2014-07-01 | qom: allow creating an alias of a child<> property | Paolo Bonzini |
2014-07-01 | qom: add a generic mechanism to resolve paths | Paolo Bonzini |
2014-07-01 | qapi: Change back sector-count to sectors-count in quorum QAPI events. | Benoît Canet |
2014-07-01 | block/cow: Avoid use of uninitialized cow_bs in error path | Peter Maydell |
2014-07-01 | block: simplify bdrv_find_base() and bdrv_find_overlay() | Jeff Cody |
2014-07-01 | block: make 'top' argument to block-commit optional | Jeff Cody |
2014-07-01 | iotests: Add more tests to quick group | Max Reitz |
2014-07-01 | iotests: Add qemu tests to quick group | Max Reitz |
2014-07-01 | iotests: Simplify qemu-iotests-quick.sh | Max Reitz |
2014-07-01 | qemu-img create: add 'nocow' option | Chunyan Liu |
2014-07-01 | virtio-scsi: scsi events must be converted to target endianness | Cédric Le Goater |
2014-07-01 | virtio-scsi: virtio_scsi_push_event() lacks VirtIOSCSIReq parsing | Greg Kurz |
2014-07-01 | qom: add object_property_add_alias() | Stefan Hajnoczi |
2014-07-01 | virtio-blk: remove need for explicit x-data-plane=on option | Stefan Hajnoczi |
2014-07-01 | qdev: drop iothread property type | Stefan Hajnoczi |
2014-07-01 | virtio-blk: replace x-iothread with iothread link property | Stefan Hajnoczi |
2014-07-01 | virtio-blk: move qdev properties into virtio-blk.c | Stefan Hajnoczi |
2014-07-01 | virtio: fix virtio-blk child refcount in transports | Stefan Hajnoczi |
2014-07-01 | virtio-blk: drop virtio_blk_set_conf() | Stefan Hajnoczi |
2014-07-01 | virtio-blk: use aliases instead of duplicate qdev properties | Stefan Hajnoczi |
2014-07-01 | qdev: add qdev_alias_all_properties() | Stefan Hajnoczi |
2014-07-01 | virtio-blk: move x-data-plane qdev property to virtio-blk.h | Stefan Hajnoczi |
2014-07-01 | dataplane: bail out on unsupported transport | Cornelia Huck |
2014-07-01 | virtio-blk: avoid qdev property definition duplication | Stefan Hajnoczi |