Commits
armeb-softmmu-…
Name already in use
Commits on Mar 1, 2018
-
arm: default template to build armeb-softmmu targets
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
-
arm/Makefile: use CONFIG_INTEGRATOR
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
-
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
-
[wip] arm/Makefile: restrict PCI/ISA configs
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
-
arm/Makefile: restrict CONFIG_SMC91C111 default
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
-
arm/Makefile: restrict CONFIG_LAN9118 default
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
-
arm/Makefile: HIGHBANK used by A profile COREs
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
-
arm/Makefile: ARM_MPTIMER depends of MPCORE
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
-
arm/Makefile: add CONFIG_STRONGARM
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
-
arm/Makefile: CONFIG_REALVIEW depends on CONFIG_ARM11MPCORE
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
-
[wip] arm/Makefile: use CONFIG_SMBIOS and CONFIG_ZYNQ
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
-
arm/Makefile: use CONFIG_REALVIEW
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
-
arm/Makefile: use CONFIG_STELLARIS
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
-
arm/Makefile: use CONFIG_EXYNOS4
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
-
arm/Makefile: CONFIG_EXYNOS4 depends on CONFIG_A9MPCORE
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
-
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
-
arm/Makefile: CONFIG_NSERIES depends on CONFIG_OMAP
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
-
arm/Makefile: use CONFIG_PXA2XX
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
-
arm/Makefile: use CONFIG_MAINSTONE (which depends on CONFIG_PXA2XX)
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
-
arm/Makefile: group CONFIG_DIGIC
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Commits on Feb 27, 2018
-
Merge remote-tracking branch 'remotes/kraxel/tags/usb-20180227-pull-r…
…equest' into staging usb: add mtp write support. # gpg: Signature made Tue 27 Feb 2018 08:39:01 GMT # gpg: using RSA key 4CB6D8EED3E87138 # gpg: Good signature from "Gerd Hoffmann (work) <kraxel@redhat.com>" # gpg: aka "Gerd Hoffmann <gerd@kraxel.org>" # gpg: aka "Gerd Hoffmann (private) <kraxel@gmail.com>" # Primary key fingerprint: A032 8CFF B93A 17A7 9901 FE7D 4CB6 D8EE D3E8 7138 * remotes/kraxel/tags/usb-20180227-pull-request: usb-mtp: Advertise SendObjectInfo for write support usb-mtp: Introduce write support for MTP objects usb-mtp: Support delete of mtp objects usb-mtp: print parent path in IN_IGNORED trace fn usb-mtp: Add one more argument when building results Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
-
Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180227-pull-r…
…equest' into staging virtio-gpu: add support for second capability set # gpg: Signature made Tue 27 Feb 2018 07:30:31 GMT # gpg: using RSA key 4CB6D8EED3E87138 # gpg: Good signature from "Gerd Hoffmann (work) <kraxel@redhat.com>" # gpg: aka "Gerd Hoffmann <gerd@kraxel.org>" # gpg: aka "Gerd Hoffmann (private) <kraxel@gmail.com>" # Primary key fingerprint: A032 8CFF B93A 17A7 9901 FE7D 4CB6 D8EE D3E8 7138 * remotes/kraxel/tags/vga-20180227-pull-request: virtio-gpu-3d: add support for second capability set (v4) Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
-
Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-2.1…
…2-pull-request' into staging # gpg: Signature made Sun 25 Feb 2018 17:54:21 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/linux-user-for-2.12-pull-request: linux-user: MIPS set cpu to r6 CPU if binary is R6 linux-user, m68k: select CPU according to ELF header values linux-user: introduce functions to detect CPU type linux-user: Move CPU type name selection to a function Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Commits on Feb 26, 2018
-
virtio-gpu-3d: add support for second capability set (v4)
Due to a kernel bug we can never increase the size of capability set 1, so introduce a new capability set in parallel, old userspace will continue to use the old set, new userspace will start using the new one when it detects a fixed kernel. v2: don't use a define from virglrenderer, just probe it. v3: fix compilation when virglrenderer disabled v4: fix style warning, just use ?: op instead. Signed-off-by: Dave Airlie <airlied@redhat.com> Message-id: 20180223023814.24459-1-airlied@gmail.com Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
-
usb-mtp: Advertise SendObjectInfo for write support
This patch implements a dummy ObjectInfo structure so that it's easy to typecast the incoming data. If the metadata is valid, write_pending is set. Also, the incoming filename is utf-16, so, instead of depending on external libraries, just implement a simple function to get the filename Signed-off-by: Bandan Das <bsd@redhat.com> Message-id: 20180223164829.29683-6-bsd@redhat.com Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
-
usb-mtp: Introduce write support for MTP objects
Allow write operations on behalf of the initiator. The precursor to write is the sending of the write metadata that consists of the ObjectInfo dataset. This patch introduces a flag that is set when the responder is ready to receive write data based on a previous SendObjectInfo operation by the initiator (The SendObjectInfo implementation is in a later patch) Signed-off-by: Bandan Das <bsd@redhat.com> Message-id: 20180223164829.29683-5-bsd@redhat.com Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
-
usb-mtp: Support delete of mtp objects
Write of existing objects by the initiator is acheived by making a temporary buffer with the new changes, deleting the old file and then writing a new file with the same name. Also, add a "readonly" property which needs to be set to false for deletion to work. Signed-off-by: Bandan Das <bsd@redhat.com> Message-id: 20180223164829.29683-4-bsd@redhat.com Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
-
usb-mtp: print parent path in IN_IGNORED trace fn
Fix a possible null dereference when deleting a folder and its contents. An ignored event might be received for its contents after the parent folder is deleted which will return a null object. Signed-off-by: Bandan Das <bsd@redhat.com> Message-id: 20180223164829.29683-3-bsd@redhat.com Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
-
usb-mtp: Add one more argument when building results
The response to a SendObjectInfo consists of the storageid, parent obejct handle and the handle reserved for the new incoming object Signed-off-by: Bandan Das <bsd@redhat.com> Message-id: 20180223164829.29683-2-bsd@redhat.com Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Commits on Feb 25, 2018
-
linux-user: MIPS set cpu to r6 CPU if binary is R6
So here we need to detect the version of binaries and set cpu_model for it. Signed-off-by: YunQiang Su <syq@debian.org> [lv: original patch modified to move code into cpu_get_model()] Signed-off-by: Laurent Vivier <laurent@vivier.eu> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20180220173307.25125-5-laurent@vivier.eu>
-
linux-user, m68k: select CPU according to ELF header values
M680x0 doesn't support the same set of instructions as ColdFire, so we can't use "any" CPU type to execute m68020 instructions. We select CPU type ("m68040" or "any" for ColdFire) according to the ELF header. If we can't, we use by default the value used until now: "any". Signed-off-by: Laurent Vivier <laurent@vivier.eu> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20180220173307.25125-4-laurent@vivier.eu> -
linux-user: introduce functions to detect CPU type
Add a function to return ELF e_flags and use it to select the CPU model. Signed-off-by: YunQiang Su <syq@debian.org> [lv: split the patch and some cleanup in get_elf_eflags()] Signed-off-by: Laurent Vivier <laurent@vivier.eu> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20180220173307.25125-3-laurent@vivier.eu>
-
linux-user: Move CPU type name selection to a function
Instead of a sequence of "#if ... #endif" move the selection to a function in linux-user/*/target_elf.h We can't add them in linux-user/*/target_cpu.h because we will need to include "elf.h" to use ELF flags with eflags, and including "elf.h" in "target_cpu.h" introduces some conflicts in elfload.c Suggested-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Laurent Vivier <laurent@vivier.eu> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20180220173307.25125-2-laurent@vivier.eu>
Commits on Feb 23, 2018
-
maintainers: Add myself as a OpenBSD maintainer
Add myself as an OpenBSD maintainer and add OpenBSD as maintained. Signed-off-by: Brad Smith <brad@comstyle.com> Reviewed-by: Kamil Rytarowski <n54@gmx.com> Message-id: 20180216164620.GA53727@humpty.home.comstyle.com Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
-
Merge remote-tracking branch 'remotes/rth/tags/pull-decode-20180222' …
…into staging Add decodetree.py # gpg: Signature made Thu 22 Feb 2018 23:44:43 GMT # gpg: using RSA key 64DF38E8AF7E215F # gpg: Good signature from "Richard Henderson <richard.henderson@linaro.org>" # Primary key fingerprint: 7A48 1E78 868B 4DB6 A85A 05C0 64DF 38E8 AF7E 215F * remotes/rth/tags/pull-decode-20180222: scripts: Add decodetree.py Signed-off-by: Peter Maydell <peter.maydell@linaro.org>