summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2017-10-30nbd: Minimal structured read for clientVladimir Sementsov-Ogievskiy1-0/+12
2017-10-30nbd: Move nbd_read() to common headerEric Blake1-0/+10
2017-10-30nbd/client: prepare nbd_receive_reply for structured replyVladimir Sementsov-Ogievskiy1-6/+24
2017-10-30nbd: Expose constants and structs for structured readEric Blake1-0/+41
2017-10-30nbd: Move nbd_errno_to_system_errno() to public headerEric Blake1-0/+13
2017-10-30Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20171030' into s...Peter Maydell1-3/+0
2017-10-30Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell2-3/+2
2017-10-30s390x/kvm: use cpu model for gscb on compat machinesChristian Borntraeger1-3/+0
2017-10-27mips: malta/boston: replace cpu_model with cpu_typeIgor Mammedov1-1/+1
2017-10-27sparc: sun4u/sun4v/niagara: use generic cpu_model parsingIgor Mammedov1-2/+1
2017-10-27Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20171026-tag' into...Peter Maydell1-0/+1
2017-10-27Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2-19/+21
2017-10-27Merge remote-tracking branch 'remotes/rth/tags/pull-dis-20171026' into stagingPeter Maydell4-11/+46
2017-10-26xen: add a global indicator for grant copy being availableJuergen Gross1-0/+1
2017-10-26block: Align block status requestsEric Blake1-1/+2
2017-10-26block: Convert bdrv_get_block_status_above() to bytesEric Blake1-5/+3
2017-10-26block: Convert bdrv_get_block_status() to bytesEric Blake1-8/+9
2017-10-26block: Make bdrv_round_to_clusters() signature more usefulEric Blake1-2/+2
2017-10-26block: Allow NULL file for bdrv_get_block_status()Eric Blake1-4/+6
2017-10-26Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2017-10-24-1...Peter Maydell1-0/+1
2017-10-25Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20171025' into stagingPeter Maydell10-58/+85
2017-10-25disas: Support the Capstone disassembler libraryRichard Henderson2-0/+42
2017-10-25disas: Remove unused flags argumentsRichard Henderson2-4/+4
2017-10-25target/arm: Move BE32 disassembler fixupRichard Henderson1-7/+0
2017-10-24tcg: Initialize cpu_env genericallyRichard Henderson1-6/+4
2017-10-24osdep: introduce qemu_mprotect_rwx/noneEmilio G. Cota1-0/+2
2017-10-24gen-icount: fold exitreq_label into TCGContextEmilio G. Cota1-4/+3
2017-10-24tcg: define tcg_init_ctx and make tcg_ctx a pointerEmilio G. Cota1-5/+5
2017-10-24tcg: take tb_ctx out of TCGContextEmilio G. Cota1-0/+2
2017-10-24exec-all: rename tb_free to tb_removeEmilio G. Cota1-1/+1
2017-10-24translate-all: use a binary search tree to track TBs in TBContextEmilio G. Cota2-4/+6
2017-10-24tcg: Remove CF_IGNORE_ICOUNTRichard Henderson1-8/+9
2017-10-24tcg: Add CF_LAST_IO + CF_USE_ICOUNT to CF_HASH_MASKRichard Henderson1-1/+2
2017-10-24tcg: convert tb->cflags reads to tb_cflags(tb)Emilio G. Cota1-4/+4
2017-10-24tcg: Include CF_COUNT_MASK in CF_HASH_MASKRichard Henderson1-1/+1
2017-10-24tcg: Add CPUState cflags_next_tbRichard Henderson1-0/+1
2017-10-24tcg: define CF_PARALLEL and use it for TB hashing along with CF_COUNT_MASKEmilio G. Cota4-9/+30
2017-10-24qom: Introduce CPUClass.tcg_initializeRichard Henderson1-2/+6
2017-10-24tcg: Remove GET_TCGV_* and MAKE_TCGV_*Richard Henderson1-4/+0
2017-10-24tcg: Introduce tcgv_{i32,i64,ptr}_{arg,temp}Richard Henderson2-11/+11
2017-10-24tcg: Push tcg_ctx into tcg_gen_callNRichard Henderson1-6/+6
2017-10-24tpm: add missing includePhilippe Mathieu-Daudé1-0/+1
2017-10-23migration: add bitmap for received pageAlexey Perevalov1-0/+10
2017-10-20accel/tcg: allow to invalidate a write TLB entry immediatelyDavid Hildenbrand1-0/+3
2017-10-20s390x: refactor error handling for MSCH handlerHalil Pasic1-1/+1
2017-10-20s390x: refactor error handling for HSCH handlerHalil Pasic1-1/+1
2017-10-20s390x: refactor error handling for CSCH handlerHalil Pasic1-1/+1
2017-10-20s390x: refactor error handling for XSCH handlerHalil Pasic1-1/+1
2017-10-20s390x: improve error handling for SSCH and RSCHHalil Pasic2-7/+18
2017-10-20s390x/css: IO instr handler ending controlHalil Pasic1-0/+16