summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* block: Don't silently truncate node namesKevin Wolf2018-07-054-0/+67
* block: Add blklogwritesAapo Vienamo2018-07-054-6/+448
* block: Move two block permission constants to the relevant enumAri Sundholm2018-07-052-6/+7
* qcow2: add compress threadsVladimir Sementsov-Ogievskiy2018-07-052-1/+64
* qcow2: refactor data compressionVladimir Sementsov-Ogievskiy2018-07-051-27/+51
* qemu-img: allow compressed not-in-order writesVladimir Sementsov-Ogievskiy2018-07-051-5/+0Star
* Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-3.0-pull-re...Peter Maydell2018-07-043-26/+48
|\
| * linux-user/strace: Improve recvmsg() outputPhilippe Mathieu-Daudé2018-07-031-1/+1
| * linux-user/strace: Improve capget()/capset() outputPhilippe Mathieu-Daudé2018-07-031-2/+2
| * linux-user: update do_setsockopt()Laurent Vivier2018-07-021-0/+2
| * linux-user: add netlink CARRIER_UP_COUNT/CARRIER_DOWN_COUNTLaurent Vivier2018-07-021-0/+2
| * qemu-binfmt-conf.sh: allow to provide a suffix to the interpreter nameLaurent Vivier2018-07-021-17/+24
| * qemu-binfmt-conf.sh: add persistent (F) flagsLaurent Vivier2018-07-021-1/+13
| * qemu-binfmt-conf.sh: cleanup --credentialLaurent Vivier2018-07-021-10/+9Star
* | Merge remote-tracking branch 'remotes/kraxel/tags/audio-20180703-pull-request...Peter Maydell2018-07-043-4/+34
|\ \
| * | audio: add audio timer trace pointsGerd Hoffmann2018-07-032-3/+30
| * | audio/hda: fix CID 1393631Gerd Hoffmann2018-07-031-1/+1
| * | audio/hda: adjust larger gaps fasterGerd Hoffmann2018-07-031-0/+3
| |/
* | Merge remote-tracking branch 'remotes/berrange/tags/qcrypto-next-pull-request...Peter Maydell2018-07-0411-23/+774
|\ \
| * | crypto: Implement TLS Pre-Shared Keys (PSK).Richard W.M. Jones2018-07-0311-23/+774
* | | Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180703-pull-request' ...Peter Maydell2018-07-0311-32/+84
|\ \ \
| * | | vga: disable global_vmstate for 3.0+ machine typesGerd Hoffmann2018-07-0310-13/+39
| * | | virtio-gpu: disable scanout when backing resource is destroyedGerd Hoffmann2018-07-031-0/+10
| * | | virtio-gpu: update old resource too.Gerd Hoffmann2018-07-031-1/+6
| * | | virtio-gpu: tweak scanout disable.Gerd Hoffmann2018-07-031-18/+29
| | |/ | |/|
* | | Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180703-pull-request' i...Peter Maydell2018-07-031-1/+1
|\ \ \
| * | | ui: do not build-depend or link with libdrm, it is not neededMichael Tokarev2018-07-031-1/+1
| |/ /
* | | Merge remote-tracking branch 'remotes/kraxel/tags/usb-20180703-pull-request' ...Peter Maydell2018-07-032-2/+8
|\ \ \
| * | | xhci: fix guest-triggerable assertGerd Hoffmann2018-07-031-1/+6
| * | | ehci: Don't fetch a NULL current qtd but advance the queue instead.Sebastian Bauer2018-07-031-1/+2
| |/ /
* | | Merge remote-tracking branch 'remotes/shorne/tags/pull-or-20180703' into stagingPeter Maydell2018-07-0317-753/+603Star
|\ \ \
| * | | target/openrisc: Fix writes to interrupt mask registerStafford Horne2018-07-031-1/+1
| * | | target/openrisc: Fix delay slot exception flag to match specStafford Horne2018-07-031-7/+12
| * | | linux-user: Fix struct sigaltstack for openriscRichard Henderson2018-07-031-1/+1
| * | | linux-user: Implement signals for openriscRichard Henderson2018-07-034-154/+94Star
| * | | target/openrisc: Add support in scripts/qemu-binfmt-conf.shRichard Henderson2018-07-031-3/+7
| * | | target/openrisc: Reorg tlb lookupRichard Henderson2018-07-032-170/+88Star
| * | | target/openrisc: Increase the TLB sizeRichard Henderson2018-07-023-6/+7
| * | | target/openrisc: Stub out handle_mmu_fault for softmmuRichard Henderson2018-07-021-30/+5Star
| * | | target/openrisc: Use identical sizes for ITLB and DTLBRichard Henderson2018-07-024-18/+16Star
| * | | target/openrisc: Fix cpu_mmu_indexRichard Henderson2018-07-026-32/+49
| * | | target/openrisc: Fix tlb flushing in mtsprRichard Henderson2018-07-021-6/+15
| * | | target/openrisc: Reduce tlb to a single dimensionRichard Henderson2018-07-024-32/+30Star
| * | | target/openrisc: Merge mmu_helper.c into mmu.cRichard Henderson2018-07-023-41/+12Star
| * | | target/openrisc: Remove indirect function calls for mmuRichard Henderson2018-07-027-119/+32Star
| * | | target/openrisc: Merge tlb allocation into CPUOpenRISCStateRichard Henderson2018-07-026-49/+46Star
| * | | target/openrisc: Form the spr index from tcgRichard Henderson2018-07-023-15/+14Star
| * | | target/openrisc: Exit the TB after l.mtsprRichard Henderson2018-07-021-1/+16
| * | | target/openrisc: Split out is_userRichard Henderson2018-07-021-15/+12Star
| * | | target/openrisc: Link more translation blocksRichard Henderson2018-07-021-41/+55