summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-05-13target/sh4: implement tas.b using atomic helperAurelien Jarno
2017-05-13target/sh4: generate fences for SH4Aurelien Jarno
2017-05-13target/sh4: optimize gen_write_sr using extract opAurelien Jarno
2017-05-13target/sh4: optimize gen_store_fpr64Aurelien Jarno
2017-05-13target/sh4: fold ctx->bstate = BS_BRANCH into gen_conditional_jumpAurelien Jarno
2017-05-13target/sh4: only save flags state at the end of the TBAurelien Jarno
2017-05-13target/sh4: fix BS_EXCP exitAurelien Jarno
2017-05-13target/sh4: fix BS_STOP exitAurelien Jarno
2017-05-13target/sh4: move DELAY_SLOT_TRUE flag into a separate globalAurelien Jarno
2017-05-13target/sh4: do not include DELAY_SLOT_TRUE in the TB stateAurelien Jarno
2017-05-13target/sh4: get rid of DELAY_SLOT_CLEARMEAurelien Jarno
2017-05-13target/sh4: split ctx->flags into ctx->tbflags and ctx->envflagsAurelien Jarno
2017-05-12target/s390x: implement serialization in BRANCH CONDITIONAurelien Jarno
2017-05-12target/s390x: fix SIGNAL PROCESSOR return valueAurelien Jarno
2017-05-12target/s390x: mask the SIGP order_code using SIGP_ORDER_MASKAurelien Jarno
2017-05-12target/s390x: Use atomic operations for LOAD AND OPRichard Henderson
2017-05-12target/s390x: Use atomic operations for COMPARE SWAPRichard Henderson
2017-05-12target/s390x: Implement LOAD PAIR DISJOINTEric Bischoff
2017-05-12target/s390x: Diagnose specification exception for atomicsRichard Henderson
2017-05-12target/s390x: Implement LOAD PROGRAM PARAMETERMiroslav Benes
2017-05-12target/s390x: Implement STORE FACILITIES LIST EXTENDEDRichard Henderson
2017-05-12Merge tag 'tracing-pull-request' into stagingStefan Hajnoczi
2017-05-12Merge tag 'block-pull-request' into stagingStefan Hajnoczi
2017-05-12Merge remote-tracking branch 'kwolf/tags/for-upstream' into stagingStefan Hajnoczi
2017-05-12trace: add sanity checkAnthony Xu
2017-05-12aio: add missing aio_notify() to aio_enable_external()Stefan Hajnoczi
2017-05-12block: Simplify BDRV_BLOCK_RAW recursionEric Blake
2017-05-12coroutine: remove GThread implementationDaniel P. Berrange
2017-05-12vnc: replace hweight_long() with ctpopl()Cédric Le Goater
2017-05-12vnc: simple clean upWei Qi
2017-05-12hw/usb/dev-serial: Do not try to set vendorid or productid propertiesThomas Huth
2017-05-12xhci: relax link checkLadi Prosek
2017-05-12usb-hub: clear PORT_STAT_SUSPEND on wakeupLadi Prosek
2017-05-12xhci: fix loggingLadi Prosek
2017-05-12usb-redir: fix stack overflow in usbredir_log_dataGerd Hoffmann
2017-05-12qemu-doc: Update to use the new way of attaching USB devicesThomas Huth
2017-05-12opengl: add egl-headless displayGerd Hoffmann
2017-05-12egl: explicitly ask for core contextGerd Hoffmann
2017-05-12egl-helpers: add missing error checkGerd Hoffmann
2017-05-12egl-helpers: fix display init for x11Gerd Hoffmann
2017-05-12egl-helpers: drop support for gles and debug loggingGerd Hoffmann
2017-05-12virtio-gpu: move virtio_gpu_gl_blockGerd Hoffmann
2017-05-11migration/i386: Remove support for pre-0.12 formatsDr. David Alan Gilbert
2017-05-11vmstatification: i386 FPRegDr. David Alan Gilbert
2017-05-11migration/i386: Remove old non-softfloat 64bit FP supportDr. David Alan Gilbert
2017-05-11tests: check -numa node,cpu=props_list usecaseIgor Mammedov
2017-05-11numa: add '-numa cpu,...' option for property based node mappingIgor Mammedov
2017-05-11numa: remove node_cpu bitmaps as they are no longer usedIgor Mammedov
2017-05-11numa: use possible_cpus for not mapped CPUs checkIgor Mammedov
2017-05-11machine: call machine init from wrapperIgor Mammedov