aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-03-13target/riscv: Convert RV64I load/store insns to decodetreeBastian Koppelmann4-10/+50
2019-03-13target/riscv: Convert RV32I load/store insns to decodetreeBastian Koppelmann2-0/+58
2019-03-13target/riscv: Convert RVXI branch insns to decodetreeBastian Koppelmann3-11/+69
2019-03-13target/riscv: Activate decodetree and implemnt LUI & AUIPCBastian Koppelmann4-14/+92
2019-03-13Merge remote-tracking branch 'remotes/rth/tags/pull-hppa-20190312' into stagingPeter Maydell10-37/+151
2019-03-13curses: add option to specify VGA font encodingSamuel Thibault4-49/+290
2019-03-13iconv: detect and make curses depend on itSamuel Thibault3-3/+58
2019-03-12i386, acpi: check acpi_memory_hotplug capacity in pre_plugWei Yang5-5/+28
2019-03-12gen_pcie_root_port: Add ACS (Access Control Services) capabilityKnut Omang3-0/+9
2019-03-12pcie: Add a simple PCIe ACS (Access Control Services) helper functionKnut Omang3-0/+48
2019-03-12vhost-user-blk: Add support to get/set inflight bufferXie Yongji2-0/+29
2019-03-12libvhost-user: Support tracking inflight I/O in shared memoryXie Yongji3-21/+400
2019-03-12libvhost-user: Introduce vu_queue_map_desc()Xie Yongji1-37/+51
2019-03-12libvhost-user: Remove unnecessary FD flag check for event file descriptorsXie Yongji1-10/+4
2019-03-12vhost-user: Support transferring inflight buffer between qemu and backendXie Yongji5-0/+516
2019-03-12nvdimm: use NVDIMM_ACPI_IO_LEN for the proper IO sizeWei Yang1-1/+1
2019-03-12nvdimm: use *function* directly instead of allocating it againWei Yang1-1/+1
2019-03-12nvdimm: fix typo in nvdimm_build_nvdimm_devices argumentWei Yang1-2/+2
2019-03-12intel_iommu: add scalable-mode option to make scalable mode workYi Sun3-1/+31
2019-03-12intel_iommu: add 256 bits qi_desc supportLiu, Yi L3-12/+38
2019-03-12intel_iommu: scalable mode emulationLiu, Yi L4-97/+464
2019-03-12libvhost-user: add vu_queue_unpop()Marc-André Lureau2-0/+30
2019-03-12libvhost-user-glib: export vug_source_new()Marc-André Lureau2-5/+9
2019-03-12vhost-user: split vhost_user_read()Marc-André Lureau1-8/+19
2019-03-12vhost-user: wrap some read/write with retry handlingMarc-André Lureau1-3/+12
2019-03-12libvhost-user: exit by default on VHOST_USER_NONEMarc-André Lureau1-1/+2
2019-03-12vhost-user: simplify vhost_user_init/vhost_user_cleanupMarc-André Lureau9-66/+33
2019-03-12vhost-user: define conventions for vhost-user backendsMarc-André Lureau3-2/+332
2019-03-12libvhost-user: fix clang enum-conversion warningMarc-André Lureau1-1/+1
2019-03-12virtio-balloon: Restore MADV_WILLNEED hint on balloon deflateDavid Gibson1-0/+13
2019-03-12virtio-balloon: Fix possible guest memory corruption with inflates & deflatesDavid Gibson1-2/+46
2019-03-12virtio-balloon: Don't mismatch g_malloc()/free (CID 1399146)David Gibson1-2/+2
2019-03-12virtio-balloon: fix a use-after-free caseWei Wang1-6/+7
2019-03-12Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-03-1...Peter Maydell10-163/+181
2019-03-12contrib: gitdm: add a mapping for Janus TechnologiesAlex Bennée2-0/+6
2019-03-12contrib: gitdm: another IBM emailAlex Bennée1-0/+1
2019-03-12contrib: gitdm: add more individual contributorsAlex Bennée1-0/+5
2019-03-12contrib: gitdm: Update Wave Computing groupAleksandar Markovic1-0/+12
2019-03-12contrib: gitdm: Update domain-mapAleksandar Markovic1-0/+5
2019-03-12qemu-iotests: Test the x-blockdev-reopen QMP commandAlberto Garcia3-0/+997
2019-03-12block: Add an 'x-blockdev-reopen' QMP commandAlberto Garcia2-0/+89
2019-03-12block: Remove the AioContext parameter from bdrv_reopen_multiple()Alberto Garcia4-6/+5
2019-03-12block: Add bdrv_reset_options_allowed()Alberto Garcia1-0/+58
2019-03-12block: Add a 'mutable_opts' field to BlockDriverAlberto Garcia4-0/+42
2019-03-12block: Allow changing the backing file on reopenAlberto Garcia2-0/+168
2019-03-12block: Allow omitting the 'backing' option in certain casesAlberto Garcia1-1/+7
2019-03-12block: Handle child references in bdrv_reopen_queue()Alberto Garcia2-7/+46
2019-03-12block: Add 'keep_old_opts' parameter to bdrv_reopen_queue()Alberto Garcia4-19/+24
2019-03-12block: Freeze the backing chain for the duration of the stream jobAlberto Garcia1-0/+21
2019-03-12block: Freeze the backing chain for the duration of the mirror jobAlberto Garcia1-0/+8