aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-07-14Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-signed' int...Peter Maydell
2017-07-14spapr_rng: Convert to DEFINE_PROP_LINKFam Zheng
2017-07-14cpu: Convert to DEFINE_PROP_LINKFam Zheng
2017-07-14mips_cmgcr: Convert to DEFINE_PROP_LINKFam Zheng
2017-07-14ivshmem: Convert to DEFINE_PROP_LINKFam Zheng
2017-07-14dimm: Convert to DEFINE_PROP_LINKFam Zheng
2017-07-14virtio-crypto: Convert to DEFINE_PROP_LINKFam Zheng
2017-07-14virtio-rng: Convert to DEFINE_PROP_LINKFam Zheng
2017-07-14virtio-scsi: Convert to DEFINE_PROP_LINKFam Zheng
2017-07-14virtio-blk: Convert to DEFINE_PROP_LINKFam Zheng
2017-07-14qdev: Add const qualifier to PropertyInfo definitionsFam Zheng
2017-07-14qmp: Use ObjectProperty.type if presentFam Zheng
2017-07-14qdev: Introduce DEFINE_PROP_LINKFam Zheng
2017-07-14qdev: Introduce PropertyInfo.createFam Zheng
2017-07-14qom: enforce readonly nature of link's check callbackIgor Mammedov
2017-07-14translate-all: remove redundant !tcg_enabled check in dump_exec_infoEmilio G. Cota
2017-07-14vl: fix breakage of -tb-sizeEmilio G. Cota
2017-07-14nbd: Implement NBD_INFO_BLOCK_SIZE on clientEric Blake
2017-07-14nbd: Implement NBD_INFO_BLOCK_SIZE on serverEric Blake
2017-07-14nbd: Implement NBD_OPT_GO on clientEric Blake
2017-07-14nbd: Implement NBD_OPT_GO on serverEric Blake
2017-07-14nbd: Refactor reply to NBD_OPT_EXPORT_NAMEEric Blake
2017-07-14nbd: Simplify trace of client flags in negotiationEric Blake
2017-07-14nbd: Expose and debug more NBD constantsEric Blake
2017-07-14nbd: Don't bother tracing an NBD_OPT_ABORT response failureEric Blake
2017-07-14nbd: Create struct for tracking export infoEric Blake
2017-07-14memory/iommu: introduce IOMMUMemoryRegionClassAlexey Kardashevskiy
2017-07-14memory/iommu: QOM'fy IOMMU MemoryRegionAlexey Kardashevskiy
2017-07-14chardev: fix parallel device can't be reconnectPeng Hao
2017-07-14gdbstub: don't fail on vCont; C04:0; c packetsAlex Bennée
2017-07-14qom/cpu: remove host_tid fieldAlex Bennée
2017-07-14gdbstub: rename cpu_index -> cpu_gdb_indexAlex Bennée
2017-07-14gdbstub: modernise DEBUG_GDBAlex Bennée
2017-07-14mttcg/i386: Patch instruction using async_safe_* frameworkPranith Kumar
2017-07-14Revert "exec.c: Fix breakpoint invalidation race"Pranith Kumar
2017-07-14exec: use qemu_ram_ptr_length to access guest ramPrasad J Pandit
2017-07-14serial: chardev hotswap supportAnton Nefedov
2017-07-14serial: move TIOCM update to a separate functionAnton Nefedov
2017-07-14virtio-console: chardev hotswap supportAnton Nefedov
2017-07-14hmp: add hmp analogue for qmp-chardev-changeAnton Nefedov
2017-07-14test-char: add hotswap testAnton Nefedov
2017-07-14test-char: split char_file_testAnton Nefedov
2017-07-14test-char: split char_udp_testAnton Nefedov
2017-07-14test-char: destroy chardev-udp after testAnton Nefedov
2017-07-14char: avoid chardevice direct accessAnton Nefedov
2017-07-14char: forbid direct chardevice access for hotswap devicesAnton Nefedov
2017-07-14char: chardevice hotswapAnton Nefedov
2017-07-14char: add backend hotswap handlerAnton Nefedov
2017-07-14char: move QemuOpts->ChardevBackend translation to a separate funcAnton Nefedov
2017-07-14chardev: block during sync readMarc-André Lureau