Merge remote-tracking branch 'remotes/vivier2/tags/qemu-trivial-for-3.1-pull-request' into staging
QEMU trivial patches collected between June and October 2018
(Thank you to Thomas Huth)
v2: fix 32bit build with updated patch (v3) from Philippe Mathieu-Daudé
built in a 32bit debian sid chroot
# gpg: Signature made Tue 30 Oct 2018 11:23:01 GMT
# gpg: using RSA key F30C38BD3F2FBE3C
# gpg: Good signature from "Laurent Vivier <lvivier@redhat.com>"
# gpg: aka "Laurent Vivier <laurent@vivier.eu>"
# gpg: aka "Laurent Vivier (Red Hat) <lvivier@redhat.com>"
# Primary key fingerprint: CD2F 75DD C8E3 A4DC 2E4F 5173 F30C 38BD 3F2F BE3C
* remotes/vivier2/tags/qemu-trivial-for-3.1-pull-request:
milkymist-minimac2: Use qemu_log_mask(GUEST_ERROR) instead of error_report
ppc: move at24c to its own CONFIG_ symbol
hw/intc/gicv3: Remove useless parenthesis around DIV_ROUND_UP macro
hw/pci-host: Remove useless parenthesis around DIV_ROUND_UP macro
tests/bios-tables-test: Remove an useless cast
xen: Use the PCI_DEVICE macro
qobject: Catch another straggler for use of qdict_put_str()
configure: Support pkg-config for zlib
tests: Fix typos in comments and help message (found by codespell)
cpu.h: fix a typo in comment
linux-user: fix comment s/atomic_write/atomic_set/
qemu-iotests: make 218 executable
scripts/qemu.py: remove trailing quotes on docstring
scripts/decodetree.py: remove unused imports
docs/devel/testing.rst: add missing newlines after code block
qemu-iotests: fix filename containing checks
tests/tcg/README: fix location for lm32 tests
memory.h: fix typos in comments
vga_int: remove unused function protype
configs/alpha: Remove unused CONFIG_PARALLEL_ISA switch
Signed-off-by:
Peter Maydell <peter.maydell@linaro.org>
No related branches found
No related tags found
Showing
- configure 23 additions, 17 deletionsconfigure
- default-configs/alpha-softmmu.mak 0 additions, 1 deletiondefault-configs/alpha-softmmu.mak
- default-configs/ppc-softmmu.mak 1 addition, 0 deletionsdefault-configs/ppc-softmmu.mak
- docs/devel/testing.rst 2 additions, 0 deletionsdocs/devel/testing.rst
- hw/net/milkymist-minimac2.c 10 additions, 5 deletionshw/net/milkymist-minimac2.c
- hw/nvram/Makefile.objs 1 addition, 1 deletionhw/nvram/Makefile.objs
- hw/pci-host/piix.c 1 addition, 1 deletionhw/pci-host/piix.c
- hw/pci-host/q35.c 1 addition, 1 deletionhw/pci-host/q35.c
- hw/xen/xen_pt_config_init.c 4 additions, 4 deletionshw/xen/xen_pt_config_init.c
- include/exec/memory.h 3 additions, 3 deletionsinclude/exec/memory.h
- include/hw/intc/arm_gicv3_common.h 1 addition, 1 deletioninclude/hw/intc/arm_gicv3_common.h
- include/qom/cpu.h 1 addition, 1 deletioninclude/qom/cpu.h
- linux-user/qemu.h 1 addition, 1 deletionlinux-user/qemu.h
- qobject/block-qdict.c 1 addition, 1 deletionqobject/block-qdict.c
- scripts/decodetree.py 0 additions, 2 deletionsscripts/decodetree.py
- scripts/qemu.py 1 addition, 1 deletionscripts/qemu.py
- tests/bios-tables-test.c 2 additions, 2 deletionstests/bios-tables-test.c
- tests/docker/Makefile.include 1 addition, 1 deletiontests/docker/Makefile.include
- tests/docker/docker.py 2 additions, 2 deletionstests/docker/docker.py
- tests/guest-debug/test-gdbstub.py 1 addition, 1 deletiontests/guest-debug/test-gdbstub.py
Loading
Please register or sign in to comment