aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-07-05checkpatch: do not warn for multiline parenthesized returned valuePaolo Bonzini1-1/+2
2019-07-05pc: fix possible NULL pointer dereference in pc_machine_get_device_memory_reg...Igor Mammedov1-1/+5
2019-07-01Merge remote-tracking branch 'remotes/bkoppelmann2/tags/pull-tricore-20190625...Peter Maydell3-2/+141
2019-07-01Merge remote-tracking branch 'remotes/aperard/tags/pull-xen-20190624' into st...Peter Maydell25-106/+3023
2019-07-01Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2019-06-24' in...Peter Maydell20-384/+823
2019-06-25tricore: add QSEED instructionAndreas Konopik3-0/+89
2019-06-25tricore: sync ctx.hflags with tb->flagsGeorg Hofstetter1-0/+1
2019-06-25tricore: fix RRPW_INSERT instructionDavid Brenken1-2/+2
2019-06-25tricore: add UTOF instructionDavid Brenken3-0/+20
2019-06-25tricore: add FTOIZ instructionDavid Brenken3-0/+29
2019-06-24iotests: Fix 205 for concurrent runsMax Reitz1-1/+1
2019-06-24ssh: switch from libssh2 to libsshPino Toscano13-360/+449
2019-06-24vmdk: Add read-only support for seSparse snapshotsSam Eiderman1-16/+342
2019-06-24vmdk: Reduce the max bound for L1 table sizeSam Eiderman2-7/+8
2019-06-24vmdk: Fix comment regarding max l1_size coverageSam Eiderman1-3/+8
2019-06-24iotest 134: test cluster-misaligned encrypted writeAnton Nefedov2-0/+19
2019-06-24blockdev: enable non-root nodes for transaction drive-backup sourceVladimir Sementsov-Ogievskiy1-1/+1
2019-06-24nvme: do not advertise support for unsupported arbitration mechanismKlaus Birkelund Jensen1-1/+0
2019-06-24xen: Import other xen/io/*.hAnthony PERARD18-16/+2903
2019-06-24Revert xen/io/ring.h of "Clean up a few header guard symbols"Anthony PERARD1-3/+3
2019-06-24xen: Drop includes of xen/hvm/params.hAnthony PERARD2-3/+0
2019-06-24xen: Avoid VLAAnthony PERARD1-4/+11
2019-06-24xen-bus / xen-block: add support for event channel pollingPaul Durrant3-11/+19
2019-06-24xen-bus: allow AioContext to be specified for each event channelPaul Durrant3-4/+9
2019-06-24xen-bus: use a separate fd for each event channelPaul Durrant2-43/+42
2019-06-24xen-block: support feature-large-sector-sizePaul Durrant3-26/+40
2019-06-21Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-jun-21-2019' ...Peter Maydell264-942/+2605
2019-06-21Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell27-329/+1506
2019-06-21hw: Nuke hw_compat_4_0_1 and pc_compat_4_0_1Greg Kurz5-17/+9
2019-06-21util/main-loop: Fix incorrect assertionLidong Chen1-1/+1
2019-06-21sd: Fix out-of-bounds assertionsLidong Chen1-2/+2
2019-06-21target/i386: kvm: Add nested migration blocker only when kernel lacks require...Liran Alon2-3/+8
2019-06-21target/i386: kvm: Add support for KVM_CAP_EXCEPTION_PAYLOADLiran Alon6-24/+187
2019-06-21target/i386: kvm: Add support for save and restore nested stateLiran Alon5-0/+290
2019-06-21vmstate: Add support for kernel integer typesLiran Alon1-0/+26
2019-06-21linux-headers: sync with latest KVM headers from Linux 5.2Liran Alon1-11/+22
2019-06-21target/i386: kvm: Block migration for vCPUs exposed with nested virtualizationLiran Alon3-13/+19
2019-06-21target/mips: Fix emulation of ILVR.<B|H|W> on big endian hostAleksandar Markovic1-0/+37
2019-06-21target/mips: Fix emulation of ILVL.<B|H|W> on big endian hostAleksandar Markovic1-0/+37
2019-06-21target/mips: Fix emulation of ILVOD.<B|H|W> on big endian hostAleksandar Markovic1-0/+37
2019-06-21target/mips: Fix emulation of ILVEV.<B|H|W> on big endian hostAleksandar Markovic1-0/+37
2019-06-21tests/tcg: target/mips: Amend tests for MSA pack instructionsAleksandar Markovic13-12/+708
2019-06-21tests/tcg: target/mips: Include isa/ase and group name in test outputAleksandar Markovic260-736/+1492
2019-06-21target/mips: Fix if-else-switch-case arms checkpatch errors in translate.cAleksandar Markovic1-72/+133
2019-06-21target/mips: Fix some space checkpatch errors in translate.cAleksandar Markovic1-118/+122
2019-06-21MAINTAINERS: Consolidate MIPS disassembler-related itemsAleksandar Markovic1-4/+1
2019-06-21MAINTAINERS: Update file items for MIPS Malta boardAleksandar Markovic1-0/+1
2019-06-21target/i386: kvm: Re-inject #DB to guest with updated DR6Liran Alon1-0/+3
2019-06-21target/i386: kvm: Use symbolic constant for #DB/#BP exception constantsLiran Alon1-4/+4
2019-06-21KVM: Introduce kvm_arch_destroy_vcpu()Liran Alon8-0/+48