summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* virtio-scsi: do not use vring in dataplanePaolo Bonzini2016-02-251-20/+1Star
* virtio-blk: do not use vring in dataplanePaolo Bonzini2016-02-251-3/+0Star
* virtio-blk: fix "disabled data plane" modePaolo Bonzini2016-02-251-0/+1
* virtio: export vring_notify as virtio_should_notifyPaolo Bonzini2016-02-251-0/+1
* virtio: add AioContext-specific function for host notifiersPaolo Bonzini2016-02-251-0/+2
* vring: make vring_enable_notification return voidPaolo Bonzini2016-02-251-1/+1
* move get_current_ram_size to virtio-balloon.cVladimir Sementsov-Ogievskiy2016-02-231-1/+0Star
* vhost-user: don't merge regions with different fdsMichael S. Tsirkin2016-02-231-0/+4
* bios-linker-loader: document+validate inputMichael S. Tsirkin2016-02-231-1/+1
* throttle: Add support for burst periodsAlberto Garcia2016-02-221-5/+36
* throttle: Use throttle_config_init() to initialize ThrottleConfigAlberto Garcia2016-02-221-0/+2
* throttle: Merge all functions that check the configuration into oneAlberto Garcia2016-02-221-4/+0Star
* throttle: Make throttle_is_valid() set errpAlberto Garcia2016-02-221-1/+1
* throttle: Make throttle_max_is_missing_limit() set errpAlberto Garcia2016-02-221-1/+1
* throttle: Make throttle_conflicting() set errpAlberto Garcia2016-02-221-1/+1
* throttle: Make throttle_compute_timer() staticAlberto Garcia2016-02-221-6/+0Star
* Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20160219.1' i...Peter Maydell2016-02-193-3/+104
|\
| * device_tree: qemu_fdt_getprop_cell converted to use the error APIEric Auger2016-02-191-1/+13
| * device_tree: qemu_fdt_getprop converted to use the error APIEric Auger2016-02-191-1/+12
| * device_tree: introduce qemu_fdt_node_pathEric Auger2016-02-191-0/+18
| * device_tree: introduce load_device_tree_from_sysfsEric Auger2016-02-191-0/+8
| * hw/vfio/platform: amd-xgbe deviceEric Auger2016-02-191-0/+51
| * pcie_aer: expose pcie_aer_msg() interfaceChen Fan2016-02-191-0/+1
| * aer: impove pcie_aer_init to support vfio deviceChen Fan2016-02-191-1/+1
* | osdep.h: Remove int_fast*_t Solaris compatibility codePeter Maydell2016-02-191-7/+0Star
* | fpu: Remove use of int_fast16_t in conversions to int16Peter Maydell2016-02-191-8/+8
|/
* Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-02-19' into ...Peter Maydell2016-02-192-30/+54
|\
| * qapi: Change visit_start_implicit_struct to visit_start_alternateEric Blake2016-02-192-19/+47
| * qapi: Don't box branches of flat unionsEric Blake2016-02-192-3/+0Star
| * qapi: Adjust layout of FooList typesEric Blake2016-02-192-8/+7Star
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2016-02-194-26/+6Star
|\ \ | |/ |/|
| * vhost-user interrupt management fixesVictor Kaplansky2016-02-181-0/+1
| * change type of pci_bridge_initfn() to voidCao jin2016-02-161-1/+1
| * virtio: optimize virtio_access_is_big_endian() for little-endian targetsGreg Kurz2016-02-161-3/+3
| * virtio: move cross-endian helper to vhostGreg Kurz2016-02-161-13/+0Star
| * virtio-net: use the backend cross-endian capabilitiesGreg Kurz2016-02-162-9/+1Star
* | hw/sd/sdhci.c: Update to use SDBus APIsPeter Maydell2016-02-181-2/+1Star
* | hw/sd: Add QOM bus which SD cards plug in toPeter Maydell2016-02-181-0/+62
* | hw/sd/sd.c: QOMifyPeter Maydell2016-02-181-0/+3
* | cuda: port SET_DEVICE_LIST command to new frameworkHervé Poussineau2016-02-161-1/+1
* | pseries: Simplify handling of the hash page table fdDavid Gibson2016-02-161-1/+0Star
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2016-02-163-9/+114
|\ \
| * | nbd: implement TLS support in the protocol negotiationDaniel P. Berrange2016-02-161-0/+8
| * | nbd: convert to using I/O channels for actual socket I/ODaniel P. Berrange2016-02-161-6/+14
| * | qom: add helpers for UserCreatable object typesDaniel P. Berrange2016-02-162-3/+92
| * | build: Don't redefine 'inline'Eric Blake2016-02-161-12/+0Star
| |/
* | Merge remote-tracking branch 'remotes/berrange/tags/pull-io-next-2016-02-16-1...Peter Maydell2016-02-163-3/+62
|\ \
| * | io: convert QIOChannelBuffer to use uint8_t instead of charDaniel P. Berrange2016-02-151-1/+1
| * | io: introduce helper for creating channels from file descriptorsDaniel P. Berrange2016-02-151-0/+52
| * | io: improve docs for QIOChannelSocket async functionsDaniel P. Berrange2016-02-151-2/+9
| |/