index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-27
i2c:pm_smbus: Fix state transfer
Corey Minyard
4
-1
/
+56
2019-02-27
migration: Add a VMSTATE_BOOL_TEST() macro
Corey Minyard
1
-0
/
+3
2019-02-27
i2c:pm_smbus: Fix pm_smbus handling of I2C block read
Corey Minyard
2
-19
/
+73
2019-02-27
boards.h: Ignore migration for SMBus devices on older machines
Corey Minyard
3
-0
/
+3
2019-02-27
i2c:smbus: Make white space in switch statements consistent
Corey Minyard
2
-0
/
+10
2019-02-27
i2c:smbus_eeprom: Get rid of the quick command
Corey Minyard
1
-8
/
+0
2019-02-27
i2c:smbus: Simplify read handling
Corey Minyard
3
-33
/
+13
2019-02-27
i2c:smbus: Simplify write operation
Corey Minyard
3
-59
/
+34
2019-02-27
i2c:smbus: Correct the working of quick commands
Corey Minyard
2
-16
/
+24
2019-02-27
i2c: Don't check return value from i2c_recv()
Corey Minyard
3
-24
/
+5
2019-02-27
arm:i2c: Don't mask return from i2c_recv()
Corey Minyard
1
-1
/
+1
2019-02-27
i2c: have I2C receive operation return uint8_t
Corey Minyard
19
-44
/
+37
2019-02-27
i2c: Split smbus into parts
Corey Minyard
18
-196
/
+288
2019-02-26
Merge remote-tracking branch 'remotes/berrange/tags/authz-core-pull-request' ...
Peter Maydell
49
-563
/
+3773
2019-02-26
authz: delete existing ACL implementation
Daniel P. Berrange
16
-378
/
+209
2019-02-26
authz: add QAuthZPAM object type for authorizing using PAM
Daniel P. Berrange
8
-0
/
+452
2019-02-26
authz: add QAuthZListFile object type for a file access control list
Daniel P. Berrangé
7
-0
/
+642
2019-02-26
authz: add QAuthZList object type for an access control list
Daniel P. Berrange
10
-1
/
+604
2019-02-26
authz: add QAuthZSimple object type for easy whitelist auth checks
Daniel P. Berrangé
7
-0
/
+280
2019-02-26
authz: add QAuthZ object as an authorization base class
Daniel P. Berrange
8
-4
/
+220
2019-02-26
hw/usb: switch MTP to use new inotify APIs
Daniel P. Berrangé
2
-165
/
+111
2019-02-26
hw/usb: fix const-ness for string params in MTP driver
Daniel P. Berrangé
1
-4
/
+4
2019-02-26
hw/usb: don't set IN_ISDIR for inotify watch in MTP driver
Daniel P. Berrangé
1
-2
/
+1
2019-02-26
qom: don't require user creatable objects to be registered
Daniel P. Berrangé
2
-10
/
+18
2019-02-26
util: add helper APIs for dealing with inotify in portable manner
Daniel P. Berrangé
9
-1
/
+1234
2019-02-25
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
25
-286
/
+525
2019-02-25
Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-next-220219-1...
Peter Maydell
7
-17
/
+98
2019-02-25
Merge remote-tracking branch 'remotes/kraxel/tags/vga-20190222-pull-request' ...
Peter Maydell
4
-35
/
+74
2019-02-25
Merge remote-tracking branch 'remotes/kraxel/tags/ui-20190222-pull-request' i...
Peter Maydell
15
-54
/
+433
2019-02-22
Merge remote-tracking branch 'remotes/awilliam/tags/vfio-updates-20190221.0' ...
Peter Maydell
2
-45
/
+90
2019-02-22
Merge remote-tracking branch 'remotes/rth/tags/pull-hppa-20190221' into staging
Peter Maydell
2
-3
/
+24
2019-02-22
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190221' into staging
Peter Maydell
2
-14
/
+5
2019-02-22
Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-feb-21-2019-v...
Peter Maydell
18
-63
/
+120
2019-02-22
tests/virtio-blk: add test for DISCARD command
Stefano Garzarella
1
-0
/
+27
2019-02-22
tests/virtio-blk: add test for WRITE_ZEROES command
Stefano Garzarella
1
-0
/
+62
2019-02-22
tests/virtio-blk: add virtio_blk_fix_dwz_hdr() function
Stefano Garzarella
1
-6
/
+17
2019-02-22
tests/virtio-blk: change assert on data_size in virtio_blk_request()
Stefano Garzarella
1
-1
/
+14
2019-02-22
virtio-blk: add DISCARD and WRITE_ZEROES features
Stefano Garzarella
2
-0
/
+186
2019-02-22
virtio-blk: set config size depending on the features enabled
Stefano Garzarella
2
-6
/
+26
2019-02-22
virtio-net: make VirtIOFeature usable for other virtio devices
Stefano Garzarella
3
-24
/
+37
2019-02-22
virtio-blk: add "discard" and "write-zeroes" properties
Stefano Garzarella
2
-0
/
+6
2019-02-22
virtio-blk: add host_features field in VirtIOBlock
Stefano Garzarella
2
-9
/
+10
2019-02-22
virtio-blk: add acct_failed param to virtio_blk_handle_rw_error()
Stefano Garzarella
1
-4
/
+6
2019-02-22
hw/ide: drop iov field from IDEDMA
Vladimir Sementsov-Ogievskiy
2
-4
/
+2
2019-02-22
hw/ide: drop iov field from IDEBufferedRequest
Vladimir Sementsov-Ogievskiy
2
-6
/
+6
2019-02-22
hw/ide: drop iov field from IDEState
Vladimir Sementsov-Ogievskiy
3
-12
/
+6
2019-02-22
tests/test-bdrv-drain: use QEMU_IOVEC_INIT_BUF
Vladimir Sementsov-Ogievskiy
1
-25
/
+4
2019-02-22
migration/block: use qemu_iovec_init_buf
Vladimir Sementsov-Ogievskiy
1
-7
/
+3
2019-02-22
qemu-img: use qemu_iovec_init_buf
Vladimir Sementsov-Ogievskiy
1
-8
/
+2
2019-02-22
block/vmdk: use qemu_iovec_init_buf
Vladimir Sementsov-Ogievskiy
1
-6
/
+1
[next]