summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-05-11Merge remote-tracking branch 'remotes/rth/tags/tcg-next-pull-request' into st...Peter Maydell3-4/+13
2018-05-11target/m68k: Fix build Werror with gcc 8.0.1Richard Henderson1-2/+3
2018-05-10Merge remote-tracking branch 'remotes/riscv/tags/riscv-qemu-2.13-minor-fixes-...Peter Maydell2-5/+9
2018-05-09tcg: Limit the number of ops in a TBRichard Henderson2-1/+10
2018-05-09tcg/i386: Fix dup_vec in non-AVX2 codepathPeter Maydell1-3/+3
2018-05-09riscv: requires libfdtKONRAD Frederic1-1/+1
2018-05-09riscv: htif: increase the priority of the htif subregionKONRAD Frederic1-2/+3
2018-05-09riscv: spike: allow base == 0KONRAD Frederic1-2/+5
2018-05-08Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into stagingPeter Maydell6-6/+181
2018-05-08sheepdog: Fix sd_co_create_opts() memory leaksKevin Wolf1-1/+3
2018-05-08iotests: Add test for cancelling a mirror jobMax Reitz3-0/+169
2018-05-08block/mirror: Make cancel always cancel pre-READYMax Reitz1-1/+3
2018-05-08block/mirror: honor ratelimit againStefan Hajnoczi2-4/+6
2018-05-08Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell19-358/+510
2018-05-08Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180507-pull-request' ...Peter Maydell1-1/+2
2018-05-08Merge remote-tracking branch 'remotes/riscv/tags/riscv-qemu-2.13-pull-2018050...Peter Maydell17-318/+287
2018-05-08Merge remote-tracking branch 'remotes/kraxel/tags/usb-20180507-pull-request' ...Peter Maydell2-7/+15
2018-05-08ppc: e500: use g_strdup_printf() instead of snprintf()Greg Kurz1-16/+23
2018-05-07scripts/device-crash-test: Removed fixed CAN entriesThomas Huth1-3/+0
2018-05-07vl: allow 'maxmem' without 'slot'David Hildenbrand1-15/+4
2018-05-07spapr: rename "hotplug memory" terminology to "device memory"David Hildenbrand2-15/+15
2018-05-07pc: rename "hotplug memory" terminology to "device memory"David Hildenbrand3-15/+14
2018-05-07machine: rename MemoryHotplugState to DeviceMemoryStateDavid Hildenbrand3-10/+9
2018-05-07pc-dimm: move actual plug/unplug of a memory region to MemoryDeviceDavid Hildenbrand3-3/+23
2018-05-07pc-dimm: factor out capacity and slot checks into MemoryDeviceDavid Hildenbrand3-61/+51
2018-05-07pc-dimm: factor out address search into MemoryDevice codeDavid Hildenbrand4-112/+91
2018-05-07pc-dimm: pass in the machine and to the MemoryHotplugStateDavid Hildenbrand4-11/+11
2018-05-07pc-dimm: no need to pass the memory regionDavid Hildenbrand4-23/+16
2018-05-07machine: make MemoryHotplugState accessible via the machineDavid Hildenbrand9-50/+60
2018-05-07pc-dimm: factor out MemoryDevice interfaceDavid Hildenbrand12-66/+242
2018-05-07qxl: fix local renderer crashGerd Hoffmann1-1/+2
2018-05-07usb-host: skip open on pending postload bhGerd Hoffmann1-0/+7
2018-05-07usb-mtp: Unconditionally check for the readonly bitBandan Das1-4/+5
2018-05-07usb-mtp: Add some NULL checks for issues pointed out by coverityBandan Das1-3/+3
2018-05-06RISC-V: Mark ROM read-only after copying in codeMichael Clark4-82/+101
2018-05-06RISC-V: No traps on writes to misa,minstret,mcycleMichael Clark1-12/+13
2018-05-06RISC-V: Make mtvec/stvec ignore vectored trapsMichael Clark1-6/+8
2018-05-06RISC-V: Add mcycle/minstret support for -icount autoMichael Clark2-2/+28
2018-05-06RISC-V: Use [ms]counteren CSRs when priv ISA >= v1.10Michael Clark2-18/+50
2018-05-06RISC-V: Allow S-mode mxr access when priv ISA >= v1.10Michael Clark1-2/+5
2018-05-06RISC-V: Clear mtval/stval on exceptions without infoMichael Clark1-0/+8
2018-05-06RISC-V: Hardwire satp to 0 for no-mmu caseMichael Clark1-2/+5
2018-05-06RISC-V: Update E and I extension orderMichael Clark2-1/+2
2018-05-06RISC-V: Remove erroneous comment from translate.cMichael Clark1-1/+0
2018-05-06RISC-V: Remove EM_RISCV ELF_MACHINE indirectionMichael Clark5-5/+4
2018-05-06RISC-V: Make virt header comment title consistentMichael Clark1-1/+1
2018-05-06RISC-V: Make some header guards more specificMichael Clark2-4/+4
2018-05-06RISC-V: Fix missing break statement in disassemblerMichael Clark1-1/+2
2018-05-06RISC-V: Include instruction hex in disassemblyMichael Clark1-19/+20
2018-05-06RISC-V: Remove unused class definitionsMichael Clark9-123/+0