aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-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-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
2018-01-31target/hppa: Add system registers to gdbstubRichard Henderson1-0/+156
2018-01-31target/hppa: Optimize for flat addressing spaceRichard Henderson2-10/+30
2018-01-31target/hppa: Implement halt and reset instructionsHelge Deller3-1/+39
2018-01-30ipmi: Allow BMC device properties to be setCorey Minyard1-7/+14
2018-01-30ipmi: disable IRQ and ATN on an external disconnectCorey Minyard1-0/+5
2018-01-30ipmi: Fix macro issuesCorey Minyard1-6/+6
2018-01-30ipmi: Add the platform event message commandCorey Minyard1-0/+24
2018-01-30ipmi: Don't set the timestamp on add events that don't have itCorey Minyard1-2/+7
2018-01-30ipmi: Fix SEL get/set time commandsCorey Minyard1-2/+2
2018-01-30Add maintainer for the IPMI codeCorey Minyard1-0/+9
2018-01-30target/hppa: Implement SYNCDMA insnRichard Henderson1-1/+2
2018-01-30target/hppa: Implement LCIRichard Henderson1-0/+20
2018-01-30target/hppa: Implement LPARichard Henderson5-5/+58
2018-01-30target/hppa: Implement LDWARichard Henderson1-0/+38
2018-01-30target/hppa: Implement P*TLB and P*TLBE insnsRichard Henderson3-0/+79