aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-07-14memory/iommu: introduce IOMMUMemoryRegionClassAlexey Kardashevskiy15-70/+205
2017-07-14memory/iommu: QOM'fy IOMMU MemoryRegionAlexey Kardashevskiy20-109/+170
2017-07-14chardev: fix parallel device can't be reconnectPeng Hao1-0/+6
2017-07-14gdbstub: don't fail on vCont; C04:0; c packetsAlex Bennée1-11/+4
2017-07-14qom/cpu: remove host_tid fieldAlex Bennée4-4/+4
2017-07-14gdbstub: rename cpu_index -> cpu_gdb_indexAlex Bennée2-15/+20
2017-07-14gdbstub: modernise DEBUG_GDBAlex Bennée1-44/+33
2017-07-14mttcg/i386: Patch instruction using async_safe_* frameworkPranith Kumar1-46/+39
2017-07-14Revert "exec.c: Fix breakpoint invalidation race"Pranith Kumar2-6/+22
2017-07-14exec: use qemu_ram_ptr_length to access guest ramPrasad J Pandit1-2/+2
2017-07-14serial: chardev hotswap supportAnton Nefedov1-1/+29
2017-07-14serial: move TIOCM update to a separate functionAnton Nefedov1-12/+19
2017-07-14virtio-console: chardev hotswap supportAnton Nefedov1-2/+28
2017-07-14hmp: add hmp analogue for qmp-chardev-changeAnton Nefedov6-2/+64
2017-07-14test-char: add hotswap testAnton Nefedov1-0/+71
2017-07-14test-char: split char_file_testAnton Nefedov1-53/+84
2017-07-14test-char: split char_udp_testAnton Nefedov1-16/+40
2017-07-14test-char: destroy chardev-udp after testAnton Nefedov1-0/+1
2017-07-14char: avoid chardevice direct accessAnton Nefedov24-32/+41
2017-07-14char: forbid direct chardevice access for hotswap devicesAnton Nefedov2-0/+17
2017-07-14char: chardevice hotswapAnton Nefedov3-0/+132
2017-07-14char: add backend hotswap handlerAnton Nefedov48-58/+77
2017-07-14char: move QemuOpts->ChardevBackend translation to a separate funcAnton Nefedov1-30/+51
2017-07-14chardev: block during sync readMarc-André Lureau1-0/+2
2017-07-14MAINTAINERS: add entry for "Unimplemented" devicePhilippe Mathieu-Daudé1-0/+7
2017-07-14MAINTAINERS: update TCI entryPhilippe Mathieu-Daudé1-1/+1
2017-07-14MAINTAINERS: update Xen entriesPhilippe Mathieu-Daudé1-1/+0
2017-07-14MAINTAINERS: update KVM entriesPhilippe Mathieu-Daudé1-1/+1
2017-07-14MAINTAINERS: update TCG entriesPhilippe Mathieu-Daudé1-5/+1
2017-07-14build: add -Wexpansion-to-definedPaolo Bonzini1-1/+1
2017-07-13Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-07-12' into ...Peter Maydell6-13/+19
2017-07-13Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell10-99/+140
2017-07-13Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2017-07-11' in...Peter Maydell123-1646/+7555
2017-07-13Merge remote-tracking branch 'remotes/yongbok/tags/mips-20170711' into stagingPeter Maydell2-4/+9
2017-07-13Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20170711'...Peter Maydell12-13/+394
2017-07-12scripts: use build_ prefix for string not piped through cgen()Marc-André Lureau3-11/+11
2017-07-12qobject: Update coccinelle script to catch Q{INC, DEC}REFEric Blake2-1/+7
2017-07-12qobject: Catch another straggler for use of qdict_put_str()Eric Blake1-1/+1
2017-07-11Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell3-4/+7
2017-07-11iotests: Add preallocated growth test for qcow2Max Reitz3-0/+517
2017-07-11iotests: Add preallocated resize test for rawMax Reitz3-0/+143
2017-07-11block/qcow2: falloc/full preallocating growthMax Reitz3-9/+108
2017-07-11block/qcow2: Rename "fail_block" to just "fail"Max Reitz1-7/+7
2017-07-11block/qcow2: Add qcow2_refcount_area()Max Reitz4-89/+204
2017-07-11block/qcow2: Metadata preallocation for truncateMax Reitz1-2/+31
2017-07-11block/qcow2: Lock s->lock in preallocate()Max Reitz1-7/+15
2017-07-11block/qcow2: Generalize preallocate()Max Reitz1-5/+12
2017-07-11block/file-posix: Preallocation for truncateMax Reitz1-12/+10
2017-07-11block/file-posix: Generalize raw_regular_truncateMax Reitz1-11/+50
2017-07-11block/file-posix: Extract raw_regular_truncate()Max Reitz1-66/+78