aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-02-05scripts: ensure signrom treats data as bytesDaniel P. Berrange1-2/+2
2018-02-05qapi: force a UTF-8 locale for running PythonDaniel P. Berrange1-10/+12
2018-02-05qapi: ensure stable sort ordering when checking QAPI entitiesDaniel P. Berrange1-1/+1
2018-02-05qapi: remove '-q' arg to diff when comparing QAPI outputDaniel P. Berrange1-3/+3
2018-02-05qapi: Adapt to moved location of 'maketrans' function in py3Daniel P. Berrange1-1/+4
2018-02-05qapi: adapt to moved location of StringIO module in py3Daniel P. Berrange1-2/+5
2018-02-05qapi: Use OrderedDict from standard library if availableDaniel P. Berrange1-1/+4
2018-02-05qapi: use items()/values() intead of iteritems()/itervalues()Daniel P. Berrange3-8/+8
2018-02-05qapi: convert to use python print function instead of statementDaniel P. Berrange3-30/+32
2018-02-02Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180202-pull-request' i...Peter Maydell4-148/+67
2018-02-02Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180202-pull-request' ...Peter Maydell2-1/+12
2018-02-02Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into stagingPeter Maydell13-82/+385
2018-02-02Merge remote-tracking branch 'remotes/kraxel/tags/audio-20180202-pull-request...Peter Maydell8-52/+82
2018-02-02Merge remote-tracking branch 'remotes/cminyard/tags/for-release-20180201' int...Peter Maydell4-17/+67
2018-02-02Merge remote-tracking branch 'remotes/elmarco/tags/dump-pull-request' into st...Peter Maydell1-0/+2
2018-02-02tests/virtio-9p: explicitly handle potential integer overflowsGreg Kurz1-10/+21
2018-02-02tests: virtio-9p: add FLUSH operation testGreg Kurz4-13/+132
2018-02-02libqos/virtio: return length written into used descriptorGreg Kurz6-25/+38
2018-02-02Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into stagingPeter Maydell2-1/+2
2018-02-02virtio-gpu: disallow vIOMMUPeter Xu2-1/+12
2018-02-02hw/audio/sb16.c: change dolog() to qemu_log_mask()John Arbuckle1-36/+43
2018-02-02hw/audio/wm8750: move WM8750 declarations from i2c/i2c.h to audio/wm8750.hPhilippe Mathieu-Daudé7-16/+39
2018-02-02ui: correctly advance output buffer when writing SASL dataDaniel P. Berrangé1-1/+1
2018-02-02ui: convert VNC server to QIONetListenerDaniel P. Berrange2-146/+58
2018-02-02ui: fix mixup between qnum and qcode in SDL1 key handlingDaniel P. Berrangé1-1/+8
2018-02-01tests: virtio-9p: add WRITE operation testGreg Kurz3-0/+75
2018-02-01tests: virtio-9p: add LOPEN operation testGreg Kurz3-0/+53
2018-02-01tests: virtio-9p: use the synth backendGreg Kurz3-16/+26
2018-02-01tests: virtio-9p: wait for completion in the test codeGreg Kurz1-2/+12
2018-02-01tests: virtio-9p: move request tag to the test functionsGreg Kurz1-14/+14
2018-02-019pfs: Correctly handle cancelled requestsKeno Fischer2-0/+19
2018-02-019pfs: drop v9fs_register_transport()Greg Kurz4-17/+10
2018-02-01dump-guest-memory.py: skip vmcoreinfo section if not availableMarc-André Lureau1-0/+2
2018-01-31iotests: Make 200 run on tmpfsMax Reitz1-1/+1
2018-01-31block/ssh: fix possible segmentation fault when .desc is not null-terminatedMurilo Opsfelder Araujo1-0/+1
2018-01-31Merge remote-tracking branch 'remotes/rth/tags/pull-hppa-20180131' into stagingPeter Maydell31-705/+4061
2018-01-31target/hppa: Implement PROBE for system modeRichard Henderson3-17/+40
2018-01-31target/hppa: Fix 32-bit operand masks for 0E FCVTRichard Henderson1-7/+7
2018-01-31hw/hppa: Add MAINTAINERS entryRichard Henderson1-0/+1
2018-01-31pc-bios: Add hppa-firmware.img and git submoduleRichard Henderson4-1/+5
2018-01-31hw/hppa: Implement DINO system boardHelge Deller9-2/+938
2018-01-31target/hppa: Enable MTTCGRichard Henderson2-0/+7
2018-01-31target/hppa: Implement STWARichard Henderson1-1/+18
2018-01-31target/hppa: Implement a pause instructionRichard Henderson1-0/+36
2018-01-31target/hppa: Implement LDSID for system modeHelge Deller1-1/+13
2018-01-31target/hppa: Fix commentHelge Deller1-1/+1
2018-01-31target/hppa: Increase number of temp regsRichard Henderson1-1/+1
2018-01-31target/hppa: Only use EXCP_DTLB_MISSRichard Henderson1-1/+3
2018-01-31target/hppa: Implement B,GATE insnRichard Henderson3-0/+57
2018-01-31target/hppa: Add migration for the cpuRichard Henderson4-0/+184