summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-05-09target/riscv: convert to TranslatorOpsEmilio G. Cota1-78/+80
2018-05-09target/riscv: convert to DisasContextBaseEmilio G. Cota1-65/+64
2018-05-09target/riscv: convert to DisasJumpTypeEmilio G. Cota1-44/+28
2018-05-09target/openrisc: convert to TranslatorOpsEmilio G. Cota1-84/+79
2018-05-09target/openrisc: convert to DisasContextBaseEmilio G. Cota1-47/+46
2018-05-09target/s390x: convert to TranslatorOpsEmilio G. Cota1-82/+80
2018-05-09target/s390x: convert to DisasContextBaseEmilio G. Cota1-72/+76
2018-05-09target/s390x: convert to DisasJumpTypeEmilio G. Cota1-635/+632
2018-05-09target/mips: convert to TranslatorOpsEmilio G. Cota1-114/+113
2018-05-09target/mips: use *ctx for DisasContextEmilio G. Cota1-82/+83
2018-05-09target/mips: convert to DisasContextBaseEmilio G. Cota1-171/+175
2018-05-09target/mips: convert to DisasJumpTypeEmilio G. Cota1-95/+91
2018-05-09target/mips: use lookup_and_goto_ptr on BS_STOPEmilio G. Cota1-1/+2
2018-05-09target/sparc: convert to TranslatorOpsEmilio G. Cota1-88/+86
2018-05-09target/sparc: convert to DisasContextBaseEmilio G. Cota1-47/+45
2018-05-09target/sparc: convert to DisasJumpTypeEmilio G. Cota1-12/+15
2018-05-09target/sh4: convert to TranslatorOpsEmilio G. Cota1-85/+86
2018-05-09translator: merge max_insns into DisasContextBaseEmilio G. Cota8-42/+27
2018-05-09target/mips: avoid integer overflow in next_page PC checkEmilio G. Cota1-3/+3
2018-05-09target/s390x: avoid integer overflow in next_page PC checkEmilio G. Cota1-3/+3
2018-05-09target/arm: avoid integer overflow in next_page PC checkEmilio G. Cota2-7/+6
2018-05-09target/microblaze: avoid integer overflow in next_page PC checkEmilio G. Cota1-3/+3
2018-05-09target/tilegx: avoid integer overflow in next_page PC checkEmilio G. Cota1-2/+2
2018-05-09target/unicore32: avoid integer overflow in next_page PC checkEmilio G. Cota1-3/+3
2018-05-09target/xtensa: avoid integer overflow in next_page PC checkEmilio G. Cota1-5/+4
2018-05-09target/lm32: avoid integer overflow in next_page PC checkEmilio G. Cota1-3/+3
2018-05-09target/cris: avoid integer overflow in next_page PC checkEmilio G. Cota1-3/+3
2018-05-09target/riscv: avoid integer overflow in next_page PC checkEmilio G. Cota1-3/+3
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