aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-01-23linux-user: Fix length calculations in host_to_target_cmsg()Peter Maydell1-7/+22
2018-01-23linux-user: wrap fork() in a start/end exclusive sectionPeter Maydell1-0/+5
2018-01-23linux-user: Fix locking order in fork_start()Peter Maydell1-2/+2
2018-01-23Merge remote-tracking branch 'remotes/huth/tags/pull-request-2018-01-22' into...Peter Maydell68-448/+580
2018-01-23migration: Revert postcopy-blocktime commit setPeter Maydell8-382/+8
2018-01-22Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.12-20180121' int...Peter Maydell14-190/+191
2018-01-22Merge remote-tracking branch 'remotes/elmarco/tags/dump-pull-request' into st...Peter Maydell1-1/+1
2018-01-22Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell3-30/+33
2018-01-22hw/isa: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis1-3/+4
2018-01-22hw/ipmi: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis1-2/+3
2018-01-22hw/bt: Replace fprintf(stderr, "*\n" with error_report()Alistair Francis6-67/+65
2018-01-22Fixes after renaming __FUNCTION__ to __func__Alistair Francis2-6/+4
2018-01-22Replace all occurances of __FUNCTION__ with __func__Alistair Francis63-269/+269
2018-01-22tests/cpu-plug-test: Test CPU hot-plugging on s390xThomas Huth2-0/+40
2018-01-22tests/cpu-plug-test: Check CPU hot-plugging on ppc64, tooThomas Huth2-0/+51
2018-01-22tests/cpu-plug-test: Check the CPU hot-plugging with device_add, tooThomas Huth1-2/+45
2018-01-22tests: Rename pc-cpu-test.c to cpu-plug-test.cThomas Huth2-14/+14
2018-01-20dump-guest-memory.py: fix python 2 supportMarc-André Lureau1-1/+1
2018-01-20target/ppc/spapr_caps: Add macro to generate spapr_caps migration vmstateSuraj Jitindar Singh1-54/+24
2018-01-20target/ppc: add support for hypervisor doorbells on book3s CPUsCédric Le Goater5-5/+84
2018-01-20sii3112: Add explicit type casts to avoid unintended sign extensionBALATON Zoltan1-5/+5
2018-01-20sm501: Add missing break to caseBALATON Zoltan1-0/+1
2018-01-20target-ppc: optimize cmp translationpbonzini@redhat.com1-17/+12
2018-01-20spapr: fix device tree properties when using compatibility modeGreg Kurz3-18/+16
2018-01-20spapr: drop duplicate variable in spapr_core_plug()Greg Kurz1-3/+1
2018-01-20target/ppc: msgsnd and msgclr instructions need hypervisor privilegeCédric Le Goater1-2/+2
2018-01-20target/ppc: fix doorbell and hypervisor doorbell definitionsCédric Le Goater1-4/+4
2018-01-20hw/ppc/Makefile: Add a way to disable the PPC4xx boardsThomas Huth1-2/+2
2018-01-20default-configs/ppc-softmmu: Restructure the switches according to the machinesThomas Huth1-27/+32
2018-01-20default-configs/ppc64-softmmu: Include 32-bit configs instead of copying themThomas Huth1-53/+8
2018-01-19hw/ide: Remove duplicated definitions from ahci_internal.hJohn Snow2-10/+0
2018-01-19ide: abort TRIM operation for invalid rangeAnton Nefedov1-2/+13
2018-01-19ide: move ide_sect_range_ok() upAnton Nefedov1-12/+12
2018-01-19ide: pass IDEState to trim AIO callbackAnton Nefedov1-6/+8
2018-01-19Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell27-100/+332
2018-01-19fw_cfg: fix memory corruption when all fw_cfg slots are usedMarcel Apfelbaum1-2/+4
2018-01-19possible_cpus: add CPUArchId::type fieldIgor Mammedov7-15/+23
2018-01-19nvdimm: add 'unarmed' optionHaozhong Zhang4-0/+57
2018-01-19nvdimm: add a macro for property "label-size"Haozhong Zhang2-1/+4
2018-01-19hostmem-file: add "align" optionHaozhong Zhang7-4/+77
2018-01-19scripts: Remove fixed entries from the device-crash-testThomas Huth1-8/+0
2018-01-19qdev: Check for the availability of a hotplug controller before adding a deviceThomas Huth3-8/+26
2018-01-19qdev_monitor: Simplify error handling in qdev_device_add()Thomas Huth1-8/+8
2018-01-19q35: Allow only supported dynamic sysbus devicesEduardo Habkost1-2/+4
2018-01-19xen: Add only xen-sysdev to dynamic sysbus device listEduardo Habkost1-6/+1
2018-01-19spapr: Allow only supported dynamic sysbus devicesEduardo Habkost1-2/+1
2018-01-19ppc: e500: Allow only supported dynamic sysbus devicesEduardo Habkost1-2/+2
2018-01-19hw/arm/virt: Allow only supported dynamic sysbus devicesEduardo Habkost1-2/+4
2018-01-19machine: Replace has_dynamic_sysbus with list of allowed devicesEduardo Habkost7-20/+48
2018-01-19numa: fix missing '-numa cpu' in '-help' outputIgor Mammedov1-1/+3