summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-11-21Use HTTPS for qemu.org and other domainsStefan Hajnoczi11-30/+30
2017-11-21Use qemu.org domain nameStefan Hajnoczi9-17/+17
2017-11-21scripts/make-release: ship u-boot source as a tarballMichael Roth1-0/+4
2017-11-21accel/tcg: Handle atomic accesses to notdirty memory correctlyPeter Maydell3-13/+38
2017-11-21exec.c: Factor out before/after actions for notdirty memory writesPeter Maydell2-21/+106
2017-11-21Merge remote-tracking branch 'remotes/mdroth/tags/qga-pull-2017-11-20-tag' in...Peter Maydell1-16/+38
2017-11-21Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20171120' int...Peter Maydell8-35/+144
2017-11-21Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20171120'...Peter Maydell7-10/+64
2017-11-20qga: replace GetIfEntry with GetIfEntry2 for interface statsZhiPeng Lu1-16/+38
2017-11-20Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20171120-v1' into sta...Peter Maydell4-2/+5
2017-11-20Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.11-20171120' int...Peter Maydell2-29/+42
2017-11-20pc-bios/s390-ccw.img: update imageCornelia Huck1-0/+0
2017-11-20Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell13-127/+201
2017-11-20linux-user: Fix calculation of auxv lengthPeter Maydell1-2/+9
2017-11-20hw/arm: Silence xlnx-ep108 deprecation warning during testsThomas Huth1-2/+5
2017-11-20hw/arm/aspeed: Unlock SCU when running kernelJoel Stanley4-2/+17
2017-11-20arm: check regime, not current state, for ATS write PAR formatPeter Maydell1-1/+1
2017-11-20nvic: Fix ARMv7M MPU_RBAR readsPeter Maydell1-1/+1
2017-11-20target/arm: Report GICv3 sysregs present in ID registers if neededPeter Maydell1-4/+40
2017-11-20Revert "cpu-exec: don't overwrite exception_index"Peter Maydell1-3/+1
2017-11-20pc-bios/s390-ccw: Fix problem with invalid virtio-scsi LUN when rebootingThomas Huth1-1/+2
2017-11-20s390x/tcg: fix DIAG 308 with > 1 VCPU (MTTCG)David Hildenbrand1-0/+2
2017-11-20s390x: fix storing CPU status (again)David Hildenbrand1-1/+1
2017-11-20hw/net/vmxnet3: Fix code to work on big endian hosts, tooThomas Huth3-101/+181
2017-11-20net: Transmit zero UDP checksum as 0xFFFFEd Swierk5-4/+11
2017-11-20MAINTAINERS: Add missing entry for eepro100 emulationStefan Weil1-0/+5
2017-11-20hw/net/eepro100: Fix endianness problem on big endian hostsThomas Huth1-2/+2
2017-11-20Revert "Add new PCI ID for i82559a"Jason Wang4-19/+1
2017-11-20colo-compare: fix the dangerous assignmentMao Zhongyi1-1/+1
2017-11-20spapr: reset DRCs after devicesGreg Kurz2-7/+21
2017-11-20target/ppc: Update setting of cpu features to account for compat modesSuraj Jitindar Singh1-22/+21
2017-11-17Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell57-93/+1751
2017-11-17Merge remote-tracking branch 'mreitz/tags/pull-block-2017-11-17' into queue-b...Kevin Wolf43-42/+1085
2017-11-17iotests: Make 087 pass without AIO enabledMax Reitz1-1/+8
2017-11-17block: Make bdrv_next() keep strong referencesMax Reitz5-2/+57
2017-11-17qcow2: Fix overly broad madvise()Max Reitz1-1/+1
2017-11-17qcow2: Refuse to get unaligned offsets from cacheMax Reitz3-0/+71
2017-11-17qcow2: Add bounds check to get_refblock_offset()Max Reitz4-7/+93
2017-11-17block: Guard against NULL bs->drvMax Reitz7-3/+130
2017-11-17qcow2: Unaligned zero cluster in handle_alloc()Max Reitz3-1/+38
2017-11-17qcow2: check_errors are fatalMax Reitz3-1/+47
2017-11-17qcow2: reject unaligned offsets in write compressedAnton Nefedov1-0/+4
2017-11-17iotests: Add test for failing qemu-img commitMax Reitz2-0/+44
2017-11-17tests: Add check-qobject for equality testsMax Reitz3-1/+332
2017-11-17iotests: Add test for non-string option reopeningMax Reitz2-0/+14
2017-11-17block: qobject_is_equal() in bdrv_reopen_prepare()Max Reitz1-11/+18
2017-11-17qapi: Add qobject_is_equal()Max Reitz14-0/+186
2017-11-17qapi/qlist: Add qlist_append_null() macroMax Reitz2-0/+6
2017-11-17qapi/qnull: Add own headerMax Reitz8-14/+36
2017-11-17qcow2: fix image corruption on commit with persistent bitmapEric Blake3-18/+270