aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-02-27i2c:pm_smbus: Fix state transferCorey Minyard4-1/+56
2019-02-27migration: Add a VMSTATE_BOOL_TEST() macroCorey Minyard1-0/+3
2019-02-27i2c:pm_smbus: Fix pm_smbus handling of I2C block readCorey Minyard2-19/+73
2019-02-27boards.h: Ignore migration for SMBus devices on older machinesCorey Minyard3-0/+3
2019-02-27i2c:smbus: Make white space in switch statements consistentCorey Minyard2-0/+10
2019-02-27i2c:smbus_eeprom: Get rid of the quick commandCorey Minyard1-8/+0
2019-02-27i2c:smbus: Simplify read handlingCorey Minyard3-33/+13
2019-02-27i2c:smbus: Simplify write operationCorey Minyard3-59/+34
2019-02-27i2c:smbus: Correct the working of quick commandsCorey Minyard2-16/+24
2019-02-27i2c: Don't check return value from i2c_recv()Corey Minyard3-24/+5
2019-02-27arm:i2c: Don't mask return from i2c_recv()Corey Minyard1-1/+1
2019-02-27i2c: have I2C receive operation return uint8_tCorey Minyard19-44/+37
2019-02-27i2c: Split smbus into partsCorey Minyard18-196/+288
2019-02-26Merge remote-tracking branch 'remotes/berrange/tags/authz-core-pull-request' ...Peter Maydell49-563/+3773
2019-02-26authz: delete existing ACL implementationDaniel P. Berrange16-378/+209
2019-02-26authz: add QAuthZPAM object type for authorizing using PAMDaniel P. Berrange8-0/+452
2019-02-26authz: add QAuthZListFile object type for a file access control listDaniel P. Berrangé7-0/+642
2019-02-26authz: add QAuthZList object type for an access control listDaniel P. Berrange10-1/+604
2019-02-26authz: add QAuthZSimple object type for easy whitelist auth checksDaniel P. Berrangé7-0/+280
2019-02-26authz: add QAuthZ object as an authorization base classDaniel P. Berrange8-4/+220
2019-02-26hw/usb: switch MTP to use new inotify APIsDaniel P. Berrangé2-165/+111
2019-02-26hw/usb: fix const-ness for string params in MTP driverDaniel P. Berrangé1-4/+4
2019-02-26hw/usb: don't set IN_ISDIR for inotify watch in MTP driverDaniel P. Berrangé1-2/+1
2019-02-26qom: don't require user creatable objects to be registeredDaniel P. Berrangé2-10/+18
2019-02-26util: add helper APIs for dealing with inotify in portable mannerDaniel P. Berrangé9-1/+1234
2019-02-25Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell25-286/+525
2019-02-25Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-next-220219-1...Peter Maydell7-17/+98
2019-02-25Merge remote-tracking branch 'remotes/kraxel/tags/vga-20190222-pull-request' ...Peter Maydell4-35/+74
2019-02-25Merge remote-tracking branch 'remotes/kraxel/tags/ui-20190222-pull-request' i...Peter Maydell15-54/+433
2019-02-22Merge remote-tracking branch 'remotes/awilliam/tags/vfio-updates-20190221.0' ...Peter Maydell2-45/+90
2019-02-22Merge remote-tracking branch 'remotes/rth/tags/pull-hppa-20190221' into stagingPeter Maydell2-3/+24
2019-02-22Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190221' into stagingPeter Maydell2-14/+5
2019-02-22Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-feb-21-2019-v...Peter Maydell18-63/+120
2019-02-22tests/virtio-blk: add test for DISCARD commandStefano Garzarella1-0/+27
2019-02-22tests/virtio-blk: add test for WRITE_ZEROES commandStefano Garzarella1-0/+62
2019-02-22tests/virtio-blk: add virtio_blk_fix_dwz_hdr() functionStefano Garzarella1-6/+17
2019-02-22tests/virtio-blk: change assert on data_size in virtio_blk_request()Stefano Garzarella1-1/+14
2019-02-22virtio-blk: add DISCARD and WRITE_ZEROES featuresStefano Garzarella2-0/+186
2019-02-22virtio-blk: set config size depending on the features enabledStefano Garzarella2-6/+26
2019-02-22virtio-net: make VirtIOFeature usable for other virtio devicesStefano Garzarella3-24/+37
2019-02-22virtio-blk: add "discard" and "write-zeroes" propertiesStefano Garzarella2-0/+6
2019-02-22virtio-blk: add host_features field in VirtIOBlockStefano Garzarella2-9/+10
2019-02-22virtio-blk: add acct_failed param to virtio_blk_handle_rw_error()Stefano Garzarella1-4/+6
2019-02-22hw/ide: drop iov field from IDEDMAVladimir Sementsov-Ogievskiy2-4/+2
2019-02-22hw/ide: drop iov field from IDEBufferedRequestVladimir Sementsov-Ogievskiy2-6/+6
2019-02-22hw/ide: drop iov field from IDEStateVladimir Sementsov-Ogievskiy3-12/+6
2019-02-22tests/test-bdrv-drain: use QEMU_IOVEC_INIT_BUFVladimir Sementsov-Ogievskiy1-25/+4
2019-02-22migration/block: use qemu_iovec_init_bufVladimir Sementsov-Ogievskiy1-7/+3
2019-02-22qemu-img: use qemu_iovec_init_bufVladimir Sementsov-Ogievskiy1-8/+2
2019-02-22block/vmdk: use qemu_iovec_init_bufVladimir Sementsov-Ogievskiy1-6/+1