summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* sdcard: Reflect when the Spec v3 is supported in the Config Register (SCR)Philippe Mathieu-Daudé2018-06-081-0/+1
* sdcard: Add a 'spec_version' property, default to Spec v2.00Philippe Mathieu-Daudé2018-06-081-0/+5
* ftgmac100: compute maximum frame size depending on the protocolCédric Le Goater2018-06-081-1/+6
* misc: add pca9552 LED blinker modelCédric Le Goater2018-06-082-0/+64
* smbus: add a smbus_eeprom_init_one() routineCédric Le Goater2018-06-081-0/+1
* arm_gicv3_kvm: kvm_dist_get/put: skip the registers banked by GICRShannon Zhao2018-06-081-0/+1
* vfio: remove DPRINTF() definition from vfio-common.hTiwei Bie2018-06-051-9/+0Star
* Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2018-06-045-2/+86
|\
| * block-backend: Add blk_co_copy_rangeFam Zheng2018-06-011-0/+4
| * iscsi: Implement copy offloadingFam Zheng2018-06-011-0/+4
| * file-posix: Implement bdrv_co_copy_rangeFam Zheng2018-06-011-2/+8
| * block: Introduce API for copy offloadingFam Zheng2018-06-012-0/+70
* | Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20180604' i...Peter Maydell2018-06-042-1/+10
|\ \
| * | migration: discard non-migratable RAMBlocksCédric Le Goater2018-06-041-0/+4
| * | migration: introduce decompress-error-checkXiao Guangrong2018-06-041-1/+6
| |/
* | Merge remote-tracking branch 'remotes/rth/tags/tcg-next-pull-request' into st...Peter Maydell2018-06-041-1/+1
|\ \
| * | tcg: Pass tb and index to tcg_gen_exit_tb separatelyRichard Henderson2018-06-021-1/+1
| |/
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2018-06-048-2/+53
|\ \
| * | vhost-blk: turn on pre-defined RO feature bitChangpeng Liu2018-06-011-1/+0Star
| * | nvdimm, acpi: support NFIT platform capabilitiesRoss Zwisler2018-06-012-0/+6
| * | migration: drop an unused includeMichael S. Tsirkin2018-06-011-1/+1
| * | osdep: add wait.h compat macrosMichael S. Tsirkin2018-05-241-0/+10
| * | vhost-user: support registering external host notifiersTiwei Bie2018-05-241-0/+8
| * | vhost-user: introduce shared vhost-user stateTiwei Bie2018-05-243-0/+24
| * | vhost: allow backends to filter memory sectionsTiwei Bie2018-05-241-0/+4
* | | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2018-06-0125-94/+137
|\ \ \ | |_|/ |/| |
| * | qdev: Remove DeviceClass::init() and ::exit()Philippe Mathieu-Daudé2018-06-011-16/+4Star
| * | hw/i2c: Use DeviceClass::realize instead of I2CSlaveClass::initPhilippe Mathieu-Daudé2018-06-011-3/+0Star
| * | hw/i2c/smbus: Use DeviceClass::realize instead of SMBusDeviceClass::initPhilippe Mathieu-Daudé2018-06-011-1/+0Star
| * | Update Linux headers to 4.17-rc6Peter Maydell2018-06-018-37/+78
| * | virtio-gpu-3d: Define VIRTIO_GPU_CAPSET_VIRGL2 elsewhereAlex Williamson2018-06-011-0/+6
| * | vmstate: Add a VSTRUCT typeCorey Minyard2018-06-011-0/+45
| * | memory: get rid of memory_region_init_reservationPaolo Bonzini2018-06-011-23/+0Star
| * | memory.h: Fix typo in documentation commentPeter Maydell2018-06-011-1/+1
| * | hw: Clean "hw/devices.h" includesPhilippe Mathieu-Daudé2018-06-011-5/+2Star
| * | hw/misc/mips_itu: Cleanup includesPhilippe Mathieu-Daudé2018-06-011-0/+2
| * | hw: Do not include "exec/address-spaces.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-018-8/+0Star
| * | vfio: Include "exec/address-spaces.h" directly in the source filePhilippe Mathieu-Daudé2018-05-311-1/+0Star
| * | sandbox: disable -sandbox if CONFIG_SECCOMP undefinedYi Min Zhao2018-05-311-1/+2
* | | sandbox: disable -sandbox if CONFIG_SECCOMP undefinedYi Min Zhao2018-06-011-1/+2
* | | xen-hvm: try to use xenforeignmemory_map_resource() to map ioreq pagesPaul Durrant2018-05-311-0/+16
* | | xen/hvm: correct reporting of modified memory under physmap during migrationIgor Druzhinin2018-05-311-3/+2Star
* | | vmstate.h: Provide VMSTATE_BOOL_SUB_ARRAYPeter Maydell2018-05-311-0/+3
* | | Make address_space_get_iotlb_entry() take a MemTxAttrs argumentPeter Maydell2018-05-311-1/+1
* | | Make flatview_translate() take a MemTxAttrs argumentPeter Maydell2018-05-311-3/+4
* | | Make MemoryRegion valid.accepts callback take a MemTxAttrs argumentPeter Maydell2018-05-311-1/+2
* | | Make memory_region_access_valid() take a MemTxAttrs argumentPeter Maydell2018-05-311-1/+2
* | | Make address_space_access_valid() take a MemTxAttrs argumentPeter Maydell2018-05-312-2/+5
* | | Make address_space_map() take a MemTxAttrs argumentPeter Maydell2018-05-312-2/+4
* | | Make address_space_translate{, _cached}() take a MemTxAttrs argumentPeter Maydell2018-05-311-1/+3