Age | Commit message (Expand) | Author | Files | Lines |
2018-01-23 | Merge remote-tracking branch 'remotes/huth/tags/pull-request-2018-01-22' into... | Peter Maydell | 68 | -448/+580 |
2018-01-23 | migration: Revert postcopy-blocktime commit set | Peter Maydell | 8 | -382/+8 |
2018-01-22 | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.12-20180121' int... | Peter Maydell | 14 | -190/+191 |
2018-01-22 | Merge remote-tracking branch 'remotes/elmarco/tags/dump-pull-request' into st... | Peter Maydell | 1 | -1/+1 |
2018-01-22 | Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into staging | Peter Maydell | 3 | -30/+33 |
2018-01-22 | hw/isa: Replace fprintf(stderr, "*\n" with error_report() | Alistair Francis | 1 | -3/+4 |
2018-01-22 | hw/ipmi: Replace fprintf(stderr, "*\n" with error_report() | Alistair Francis | 1 | -2/+3 |
2018-01-22 | hw/bt: Replace fprintf(stderr, "*\n" with error_report() | Alistair Francis | 6 | -67/+65 |
2018-01-22 | Fixes after renaming __FUNCTION__ to __func__ | Alistair Francis | 2 | -6/+4 |
2018-01-22 | Replace all occurances of __FUNCTION__ with __func__ | Alistair Francis | 63 | -269/+269 |
2018-01-22 | tests/cpu-plug-test: Test CPU hot-plugging on s390x | Thomas Huth | 2 | -0/+40 |
2018-01-22 | tests/cpu-plug-test: Check CPU hot-plugging on ppc64, too | Thomas Huth | 2 | -0/+51 |
2018-01-22 | tests/cpu-plug-test: Check the CPU hot-plugging with device_add, too | Thomas Huth | 1 | -2/+45 |
2018-01-22 | tests: Rename pc-cpu-test.c to cpu-plug-test.c | Thomas Huth | 2 | -14/+14 |
2018-01-20 | dump-guest-memory.py: fix python 2 support | Marc-André Lureau | 1 | -1/+1 |
2018-01-20 | target/ppc/spapr_caps: Add macro to generate spapr_caps migration vmstate | Suraj Jitindar Singh | 1 | -54/+24 |
2018-01-20 | target/ppc: add support for hypervisor doorbells on book3s CPUs | Cédric Le Goater | 5 | -5/+84 |
2018-01-20 | sii3112: Add explicit type casts to avoid unintended sign extension | BALATON Zoltan | 1 | -5/+5 |
2018-01-20 | sm501: Add missing break to case | BALATON Zoltan | 1 | -0/+1 |
2018-01-20 | target-ppc: optimize cmp translation | pbonzini@redhat.com | 1 | -17/+12 |
2018-01-20 | spapr: fix device tree properties when using compatibility mode | Greg Kurz | 3 | -18/+16 |
2018-01-20 | spapr: drop duplicate variable in spapr_core_plug() | Greg Kurz | 1 | -3/+1 |
2018-01-20 | target/ppc: msgsnd and msgclr instructions need hypervisor privilege | Cédric Le Goater | 1 | -2/+2 |
2018-01-20 | target/ppc: fix doorbell and hypervisor doorbell definitions | Cédric Le Goater | 1 | -4/+4 |
2018-01-20 | hw/ppc/Makefile: Add a way to disable the PPC4xx boards | Thomas Huth | 1 | -2/+2 |
2018-01-20 | default-configs/ppc-softmmu: Restructure the switches according to the machines | Thomas Huth | 1 | -27/+32 |
2018-01-20 | default-configs/ppc64-softmmu: Include 32-bit configs instead of copying them | Thomas Huth | 1 | -53/+8 |
2018-01-19 | hw/ide: Remove duplicated definitions from ahci_internal.h | John Snow | 2 | -10/+0 |
2018-01-19 | ide: abort TRIM operation for invalid range | Anton Nefedov | 1 | -2/+13 |
2018-01-19 | ide: move ide_sect_range_ok() up | Anton Nefedov | 1 | -12/+12 |
2018-01-19 | ide: pass IDEState to trim AIO callback | Anton Nefedov | 1 | -6/+8 |
2018-01-19 | Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request... | Peter Maydell | 27 | -100/+332 |
2018-01-19 | fw_cfg: fix memory corruption when all fw_cfg slots are used | Marcel Apfelbaum | 1 | -2/+4 |
2018-01-19 | possible_cpus: add CPUArchId::type field | Igor Mammedov | 7 | -15/+23 |
2018-01-19 | nvdimm: add 'unarmed' option | Haozhong Zhang | 4 | -0/+57 |
2018-01-19 | nvdimm: add a macro for property "label-size" | Haozhong Zhang | 2 | -1/+4 |
2018-01-19 | hostmem-file: add "align" option | Haozhong Zhang | 7 | -4/+77 |
2018-01-19 | scripts: Remove fixed entries from the device-crash-test | Thomas Huth | 1 | -8/+0 |
2018-01-19 | qdev: Check for the availability of a hotplug controller before adding a device | Thomas Huth | 3 | -8/+26 |
2018-01-19 | qdev_monitor: Simplify error handling in qdev_device_add() | Thomas Huth | 1 | -8/+8 |
2018-01-19 | q35: Allow only supported dynamic sysbus devices | Eduardo Habkost | 1 | -2/+4 |
2018-01-19 | xen: Add only xen-sysdev to dynamic sysbus device list | Eduardo Habkost | 1 | -6/+1 |
2018-01-19 | spapr: Allow only supported dynamic sysbus devices | Eduardo Habkost | 1 | -2/+1 |
2018-01-19 | ppc: e500: Allow only supported dynamic sysbus devices | Eduardo Habkost | 1 | -2/+2 |
2018-01-19 | hw/arm/virt: Allow only supported dynamic sysbus devices | Eduardo Habkost | 1 | -2/+4 |
2018-01-19 | machine: Replace has_dynamic_sysbus with list of allowed devices | Eduardo Habkost | 7 | -20/+48 |
2018-01-19 | numa: fix missing '-numa cpu' in '-help' output | Igor Mammedov | 1 | -1/+3 |
2018-01-19 | qemu-options: document memory-backend-ram | Stefan Hajnoczi | 1 | -0/+7 |
2018-01-19 | qemu-options: document missing memory-backend-file options | Stefan Hajnoczi | 1 | -7/+41 |
2018-01-19 | memfd: remove needless include | Marc-André Lureau | 1 | -2/+0 |