aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2019-02-27i2c:pm_smbus: Fix state transferCorey Minyard1-0/+9
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 Minyard1-0/+6
2019-02-27boards.h: Ignore migration for SMBus devices on older machinesCorey Minyard1-0/+1
2019-02-27i2c:smbus: Simplify read handlingCorey Minyard1-7/+10
2019-02-27i2c:smbus: Simplify write operationCorey Minyard1-8/+13
2019-02-27i2c:smbus: Correct the working of quick commandsCorey Minyard1-0/+5
2019-02-27i2c: have I2C receive operation return uint8_tCorey Minyard1-4/+3
2019-02-27i2c: Split smbus into partsCorey Minyard4-36/+96
2019-02-26authz: delete existing ACL implementationDaniel P. Berrange1-66/+0
2019-02-26authz: add QAuthZPAM object type for authorizing using PAMDaniel P. Berrange1-0/+100
2019-02-26authz: add QAuthZListFile object type for a file access control listDaniel P. Berrangé1-0/+111
2019-02-26authz: add QAuthZList object type for an access control listDaniel P. Berrange1-0/+106
2019-02-26authz: add QAuthZSimple object type for easy whitelist auth checksDaniel P. Berrangé1-0/+84
2019-02-26authz: add QAuthZ object as an authorization base classDaniel P. Berrange1-0/+112
2019-02-26util: add helper APIs for dealing with inotify in portable mannerDaniel P. Berrangé1-0/+128
2019-02-25Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell4-7/+81
2019-02-25Merge remote-tracking branch 'remotes/kraxel/tags/vga-20190222-pull-request' ...Peter Maydell1-5/+5
2019-02-25Merge remote-tracking branch 'remotes/kraxel/tags/ui-20190222-pull-request' i...Peter Maydell2-0/+31
2019-02-22Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190221' into stagingPeter Maydell1-0/+5
2019-02-22virtio-blk: add DISCARD and WRITE_ZEROES featuresStefano Garzarella1-0/+2
2019-02-22virtio-blk: set config size depending on the features enabledStefano Garzarella1-0/+1
2019-02-22virtio-net: make VirtIOFeature usable for other virtio devicesStefano Garzarella1-0/+15
2019-02-22virtio-blk: add host_features field in VirtIOBlockStefano Garzarella1-2/+1
2019-02-22hw/ide: drop iov field from IDEDMAVladimir Sementsov-Ogievskiy1-1/+0
2019-02-22hw/ide: drop iov field from IDEBufferedRequestVladimir Sementsov-Ogievskiy1-1/+0
2019-02-22hw/ide: drop iov field from IDEStateVladimir Sementsov-Ogievskiy1-1/+0
2019-02-22block: enhance QEMUIOVector structureVladimir Sementsov-Ogievskiy1-2/+62
2019-02-22display/virtio: add edid support.Gerd Hoffmann1-0/+5
2019-02-22virtio-gpu: remove useless 'waiting' fieldMarc-André Lureau1-1/+0
2019-02-22virtio-gpu: block both 2d and 3d renderingMarc-André Lureau1-1/+0
2019-02-22virtio-gpu: remove unused config_sizeMarc-André Lureau1-2/+0
2019-02-22virtio-gpu: remove unused qdevMarc-André Lureau1-1/+0
2019-02-21include/exec/helper-head.h: support "const void *" in helper callsDavid Hildenbrand1-0/+5
2019-02-21hw/arm/armsse: Make 0x5... alias region work for per-CPU devicesPeter Maydell1-1/+1
2019-02-21hw/arm/armsse: Allow boards to specify init-svtorPeter Maydell1-0/+3
2019-02-21hw/arm/armsse: Document SRAM_ADDR_WIDTH property in header commentPeter Maydell1-0/+2
2019-02-21hw/char/pl011: Support all interrupt linesPeter Maydell1-1/+1
2019-02-21hw/char/pl011: Allow use as an embedded-struct devicePeter Maydell1-0/+34
2019-02-21hw/timer/pl031: Allow use as an embedded-struct devicePeter Maydell1-0/+44
2019-02-21hw/misc/tz-ppc: Support having unused ports in the middle of the rangePeter Maydell1-1/+7
2019-02-21char: move SpiceChardev and open_spice_port() to spice.h headerMarc-André Lureau1-0/+27
2019-02-21spice: set device address and device display ID in QXL interfaceLukáš Hrázký1-0/+4
2019-02-18Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.0-20190219' into...Peter Maydell6-26/+17
2019-02-18Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2019-02-18' into ...Peter Maydell2-12/+0
2019-02-18qapi: remove qmp_unregister_command()Marc-André Lureau1-1/+0
2019-02-18qapi: make query-cpu-definitions depend on specific targetsMarc-André Lureau1-1/+0
2019-02-18qapi: make query-cpu-model-expansion depend on s390 or x86Marc-André Lureau1-3/+0
2019-02-18qapi: make s390 commands depend on TARGET_S390XMarc-André Lureau1-7/+0
2019-02-18target/s390x: Split out s390-tod.hRichard Henderson1-15/+1