summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* i2c:smbus: Simplify write operationCorey Minyard2019-02-281-8/+13
* i2c:smbus: Correct the working of quick commandsCorey Minyard2019-02-281-0/+5
* i2c: have I2C receive operation return uint8_tCorey Minyard2019-02-281-4/+3Star
* i2c: Split smbus into partsCorey Minyard2019-02-284-36/+96
* authz: delete existing ACL implementationDaniel P. Berrange2019-02-261-66/+0Star
* authz: add QAuthZPAM object type for authorizing using PAMDaniel P. Berrange2019-02-261-0/+100
* authz: add QAuthZListFile object type for a file access control listDaniel P. Berrangé2019-02-261-0/+111
* authz: add QAuthZList object type for an access control listDaniel P. Berrange2019-02-261-0/+106
* authz: add QAuthZSimple object type for easy whitelist auth checksDaniel P. Berrangé2019-02-261-0/+84
* authz: add QAuthZ object as an authorization base classDaniel P. Berrange2019-02-261-0/+112
* util: add helper APIs for dealing with inotify in portable mannerDaniel P. Berrangé2019-02-261-0/+128
* Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2019-02-254-7/+81
|\
| * virtio-blk: add DISCARD and WRITE_ZEROES featuresStefano Garzarella2019-02-221-0/+2
| * virtio-blk: set config size depending on the features enabledStefano Garzarella2019-02-221-0/+1
| * virtio-net: make VirtIOFeature usable for other virtio devicesStefano Garzarella2019-02-221-0/+15
| * virtio-blk: add host_features field in VirtIOBlockStefano Garzarella2019-02-221-2/+1Star
| * hw/ide: drop iov field from IDEDMAVladimir Sementsov-Ogievskiy2019-02-221-1/+0Star
| * hw/ide: drop iov field from IDEBufferedRequestVladimir Sementsov-Ogievskiy2019-02-221-1/+0Star
| * hw/ide: drop iov field from IDEStateVladimir Sementsov-Ogievskiy2019-02-221-1/+0Star
| * block: enhance QEMUIOVector structureVladimir Sementsov-Ogievskiy2019-02-221-2/+62
* | Merge remote-tracking branch 'remotes/kraxel/tags/vga-20190222-pull-request' ...Peter Maydell2019-02-251-5/+5
|\ \
| * | display/virtio: add edid support.Gerd Hoffmann2019-02-221-0/+5
| * | virtio-gpu: remove useless 'waiting' fieldMarc-André Lureau2019-02-221-1/+0Star
| * | virtio-gpu: block both 2d and 3d renderingMarc-André Lureau2019-02-221-1/+0Star
| * | virtio-gpu: remove unused config_sizeMarc-André Lureau2019-02-221-2/+0Star
| * | virtio-gpu: remove unused qdevMarc-André Lureau2019-02-221-1/+0Star
| |/
* | Merge remote-tracking branch 'remotes/kraxel/tags/ui-20190222-pull-request' i...Peter Maydell2019-02-252-0/+31
|\ \
| * | char: move SpiceChardev and open_spice_port() to spice.h headerMarc-André Lureau2019-02-211-0/+27
| * | spice: set device address and device display ID in QXL interfaceLukáš Hrázký2019-02-211-0/+4
| |/
* | Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190221' into stagingPeter Maydell2019-02-221-0/+5
|\ \
| * | include/exec/helper-head.h: support "const void *" in helper callsDavid Hildenbrand2019-02-211-0/+5
| |/
* | hw/arm/armsse: Make 0x5... alias region work for per-CPU devicesPeter Maydell2019-02-211-1/+1
* | hw/arm/armsse: Allow boards to specify init-svtorPeter Maydell2019-02-211-0/+3
* | hw/arm/armsse: Document SRAM_ADDR_WIDTH property in header commentPeter Maydell2019-02-211-0/+2
* | hw/char/pl011: Support all interrupt linesPeter Maydell2019-02-211-1/+1
* | hw/char/pl011: Allow use as an embedded-struct devicePeter Maydell2019-02-211-0/+34
* | hw/timer/pl031: Allow use as an embedded-struct devicePeter Maydell2019-02-211-0/+44
* | hw/misc/tz-ppc: Support having unused ports in the middle of the rangePeter Maydell2019-02-211-1/+7
|/
* Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.0-20190219' into...Peter Maydell2019-02-186-26/+17Star
|\
| * xics: Drop the KVM ICS classGreg Kurz2019-02-181-3/+0Star
| * xics: Handle KVM interrupt presentation from "simple" ICS codeGreg Kurz2019-02-181-1/+1
| * xics: Explicitely call KVM ICS methods from the common codeGreg Kurz2019-02-181-3/+4
| * xics: Drop the KVM ICP classGreg Kurz2019-02-181-3/+0Star
| * spapr/irq: Use the base ICP class for KVMGreg Kurz2019-02-181-1/+0Star
| * xics: Handle KVM ICP realize from the common codeGreg Kurz2019-02-181-0/+1
| * xics: Handle KVM ICP reset from the common codeGreg Kurz2019-02-181-1/+0Star
| * xics: Explicitely call KVM ICP methods from the common codeGreg Kurz2019-02-181-4/+5
| * spapr/irq: add an 'nr_irq' parameter to initialize the backend.Cédric Le Goater2019-02-171-1/+1
| * qdev: pass an Object * to qbus_set_hotplug_handler()Michael Roth2019-02-171-2/+1Star
| * xive: Only set source type for LSIsGreg Kurz2019-02-171-5/+2Star