aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-05-10target/arm: Enable ARM_FEATURE_V8_ATOMICS for user-onlyRichard Henderson1-0/+1
2018-05-10target/arm: Implement CAS and CASPRichard Henderson3-3/+161
2018-05-10target/arm: Fill in disas_ldst_atomicRichard Henderson1-2/+36
2018-05-10target/arm: Introduce ARM_FEATURE_V8_ATOMICS and initial decodeRichard Henderson3-43/+135
2018-05-10target/riscv: Use new atomic min/max expandersRichard Henderson1-49/+17
2018-05-10tcg: Use GEN_ATOMIC_HELPER_FN for opposite endian atomic addRichard Henderson1-42/+7
2018-05-10tcg: Introduce atomic helpers for integer min/maxRichard Henderson5-0/+129
2018-05-10target/xtensa: Use new min/max expandersRichard Henderson1-17/+33
2018-05-10target/arm: Use new min/max expandersRichard Henderson1-32/+14
2018-05-10tcg: Introduce helpers for integer min/maxRichard Henderson2-0/+56
2018-05-10atomic.h: Work around gcc spurious "unused value" warningPeter Maydell1-1/+1
2018-05-10make sure that we aren't overwriting mc->get_hotplug_handler by accidentIgor Mammedov5-0/+5
2018-05-10arm/boot: split load_dtb() from arm_load_kernel()Igor Mammedov5-185/+94
2018-05-10platform-bus-device: use device plug callback instead of machine_done notifierIgor Mammedov8-50/+92
2018-05-10pc: simplify MachineClass::get_hotplug_handler handlingIgor Mammedov2-13/+1
2018-05-10softfloat: Handle default NaN mode after pickNaNMulAdd, not beforePeter Maydell1-20/+28
2018-05-10hw/arm/iotkit.c: fix minor memory leakPeter Maydell1-0/+1
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