aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-10-25disas: Support the Capstone disassembler libraryRichard Henderson4-13/+274
2017-10-25disas: Remove unused flags argumentsRichard Henderson23-39/+28
2017-10-25target/arm: Don't set INSN_ARM_BE32 for CONFIG_USER_ONLYRichard Henderson1-2/+7
2017-10-25target/arm: Move BE32 disassembler fixupRichard Henderson3-31/+16
2017-10-25target/ppc: Convert to disas_set_info hookRichard Henderson4-42/+22
2017-10-25target/i386: Convert to disas_set_info hookRichard Henderson4-48/+15
2017-10-24Merge remote-tracking branch 'remotes/kraxel/tags/usb-20171023-pull-request' ...Peter Maydell1-22/+1
2017-10-24Merge remote-tracking branch 'remotes/kraxel/tags/fixes-20171023-pull-request...Peter Maydell3-4/+6
2017-10-24Merge remote-tracking branch 'remotes/shorne/tags/openrisc-20171021-smp-pr' i...Peter Maydell9-46/+302
2017-10-23usb-ccid: remove needless migration state codeMarc-André Lureau1-22/+1
2017-10-23scripts: don't throw away stderr when checking out git submodulesDaniel P. Berrange1-1/+1
2017-10-23ui: add qemu-keymap and shader to .gitignoreGerd Hoffmann1-0/+2
2017-10-23configure: disable qemu-keymap for linux-user qemuLaurent Vivier1-3/+3
2017-10-21openrisc: Only kick cpu on timeout, not on updateStafford Horne1-1/+1
2017-10-21openrisc: Initial SMP supportStafford Horne1-23/+65
2017-10-21openrisc/cputimer: Perparation for MulticoreStafford Horne5-20/+52
2017-10-21target/openrisc: Make coreid and numcores variableStafford Horne1-2/+3
2017-10-21openrisc/ompic: Add OpenRISC Multicore PIC (OMPIC)Stafford Horne3-0/+181
2017-10-20Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell1-7/+8
2017-10-20Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20171020' into stagingPeter Maydell54-1168/+1581
2017-10-20Merge remote-tracking branch 'remotes/famz/tags/docker-pull-request' into sta...Peter Maydell2-6/+8
2017-10-20s390x/tcg: low-address protection supportDavid Hildenbrand3-45/+62
2017-10-20accel/tcg: allow to invalidate a write TLB entry immediatelyDavid Hildenbrand3-3/+9
2017-10-20tests: Enable the very simple virtio tests on s390x, tooThomas Huth4-18/+28
2017-10-20libqtest: Add qtest_[v]startf()Eric Blake14-138/+128
2017-10-20s390x: refactor error handling for MSCH handlerHalil Pasic3-33/+10
2017-10-20s390x: refactor error handling for HSCH handlerHalil Pasic3-33/+10
2017-10-20s390x: refactor error handling for CSCH handlerHalil Pasic3-20/+8
2017-10-20s390x: refactor error handling for XSCH handlerHalil Pasic3-32/+10
2017-10-20s390x: improve error handling for SSCH and RSCHHalil Pasic6-126/+75
2017-10-20s390x/css: IO instr handler ending controlHalil Pasic1-0/+16
2017-10-20s390x: move s390x_new_cpu() into board codeIgor Mammedov3-21/+21
2017-10-20s390x: fix cpu object referrence leak in s390x_new_cpu()Igor Mammedov1-1/+1
2017-10-20s390x/event-facility: variable-length event masksCornelia Huck2-10/+45
2017-10-20s390x/MAINTAINERS: add mailing listCornelia Huck1-0/+6
2017-10-20virtio-ccw: Add the virtio-input devices for CCW busFarhan Ali2-0/+122
2017-10-20target/s390x: special handling when starting a CPU with WAIT PSWDavid Hildenbrand2-3/+14
2017-10-20s390x/tcg: refactor stfl(e) to use s390_get_feat_block()David Hildenbrand2-39/+29
2017-10-20s390x/tcg: unlock NMIDavid Hildenbrand2-8/+1
2017-10-20s390x/cpumodel: allow to enable SENSE RUNNING STATUS for qemuDavid Hildenbrand1-0/+1
2017-10-20s390x/tcg: switch to new SIGP handling codeDavid Hildenbrand5-43/+12
2017-10-20s390x/tcg: flush the tlb on SIGP SET PREFIXDavid Hildenbrand1-0/+1
2017-10-20s390x/tcg: implement STOP and RESET interrupts for TCGDavid Hildenbrand6-6/+51
2017-10-20s390x/tcg: implement SIGP CONDITIONAL EMERGENCY SIGNALDavid Hildenbrand2-0/+38
2017-10-20s390x/tcg: implement SIGP EMERGENCY SIGNALDavid Hildenbrand1-0/+15
2017-10-20s390x/tcg: implement SIGP EXTERNAL CALLDavid Hildenbrand1-2/+23
2017-10-20s390x/tcg: implement SIGP SENSEDavid Hildenbrand1-0/+29
2017-10-20s390x/tcg: implement SIGP SENSE RUNNING STATUSDavid Hildenbrand2-0/+27
2017-10-20s390x/kvm: factor out actual handling of STOP interruptsDavid Hildenbrand3-8/+16
2017-10-20s390x/kvm: factor out SIGP code into sigp.cDavid Hildenbrand11-359/+389