summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-09-01qga: move option parsing to separate functionMarc-André Lureau1-69/+96
2015-09-01qga: copy argument stringsMarc-André Lureau1-26/+31
2015-09-01qga: rename 'path' to 'channel_path'Marc-André Lureau1-4/+5
2015-09-01qga: make split_list() return allocated stringsMarc-André Lureau3-18/+14
2015-09-01qga: move string split in separate functionMarc-André Lureau1-11/+22
2015-09-01qga: use exit() when parsing optionsMarc-André Lureau1-12/+12
2015-09-01qga: misc spellingMarc-André Lureau1-1/+1
2015-09-01configure: qemu-ga: report MSI install support in summaryMichael Roth1-0/+1
2015-09-01qemu-ga: Fixed paths issue with MSI buildLeonid Bloch2-5/+5
2015-09-01qemu-ga: Prevent QEMU-GA VSS provider from being unregistered on MSI reinstallLeonid Bloch1-9/+5
2015-09-01qemu-ga: Created a separate component for each installed file in the MSILeonid Bloch1-11/+36
2015-09-01qemu-ga: Minor cosmetic changes to the WXS fileLeonid Bloch1-3/+3
2015-09-01qemu-ga: Fixed GUID capitalizationLeonid Bloch1-3/+3
2015-09-01qemu-ga: Two MSI related cosmetic changesLeonid Bloch2-2/+3
2015-09-01qemu-ga: Add .msi files to .gitignoreLeonid Bloch1-0/+1
2015-08-28s390: fix softmmu compilationLaurent Vivier1-2/+2
2015-08-28qemu-doc.texi: Fix capitalization error in OS X build instructionsPeter Maydell1-1/+1
2015-08-27From: John Arbuckle <programmingkidx@gmail.com>G 31-3/+57
2015-08-27Merge remote-tracking branch 'remotes/weil/tags/pull-tci-20150826' into stagingPeter Maydell1-5/+1
2015-08-26exec-all: Translate TCI return addresses backwards tooPeter Crosthwaite1-5/+1
2015-08-26Merge remote-tracking branch 'remotes/kraxel/tags/pull-cve-2015-5225-20150826...Peter Maydell1-5/+10
2015-08-26vnc: fix memory corruption (CVE-2015-5225)Gerd Hoffmann1-5/+10
2015-08-25Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150825-...Peter Maydell8-63/+629
2015-08-25target-arm: Implement AArch64 TLBI operations on IPAsPeter Maydell1-0/+55
2015-08-25target-arm: Implement missing EL3 TLB invalidate operationsPeter Maydell1-0/+76
2015-08-25target-arm: Implement missing EL2 TLBI operationsPeter Maydell1-0/+22
2015-08-25target-arm: Restrict AArch64 TLB flushes to the MMU indexes they must touchPeter Maydell1-43/+129
2015-08-25target-arm: Move TLBI ALLE1/ALLE1IS definitions into numeric orderPeter Maydell1-8/+8
2015-08-25cputlb: Add functions for flushing TLB for a single MMU indexPeter Maydell2-0/+144
2015-08-25target-arm: Implement AArch32 ATS1H* operationsPeter Maydell1-0/+22
2015-08-25target-arm: Enable the AArch32 ATS12NSO opsPeter Maydell1-5/+11
2015-08-25target-arm: Add CP_ACCESS_TRAP_UNCATEGORIZED_EL2, 3Peter Maydell2-0/+11
2015-08-25target-arm: Wire up AArch64 EL2 and EL3 address translation opsPeter Maydell1-2/+41
2015-08-25target-arm: there is no TTBR1 for 32-bit EL2 stage 1 translationsPeter Maydell1-0/+5
2015-08-25target-arm: Implement missing ACTLR registersPeter Maydell1-6/+15
2015-08-25target-arm: Implement missing AFSR registersPeter Maydell1-0/+24
2015-08-25target-arm: Implement missing AMAIR registersPeter Maydell1-0/+21
2015-08-25target-arm: Add missing MAIR_EL3 and TPIDR_EL3 registersPeter Maydell1-0/+8
2015-08-25MAINTAINERS: Add ZynqMP to MAINTAINERS fileAlistair Francis1-0/+8
2015-08-25MAINTAINERS: Update Xilinx MaintainershipAlistair Francis1-5/+14
2015-08-25xlnx-zynqmp: Connect the four OCM banksAlistair Francis2-0/+21
2015-08-25Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20150824' into stagingPeter Maydell46-485/+527
2015-08-24linux-user: remove useless macros GUEST_BASE and RESERVED_VALaurent Vivier11-78/+64
2015-08-24linux-user: remove --enable-guest-base/--disable-guest-baseLaurent Vivier14-68/+9
2015-08-24tcg/aarch64: Use softmmu fast path for unaligned accessesRichard Henderson1-13/+24
2015-08-24tcg/s390: Use softmmu fast path for unaligned accessesRichard Henderson1-5/+21
2015-08-24tcg/ppc: Improve unaligned load/store handling on 64-bit backendBenjamin Herrenschmidt1-10/+31
2015-08-24tcg/i386: use softmmu fast path for unaligned accessesAurelien Jarno1-9/+13
2015-08-24tcg: Remove tcg_gen_trunc_i64_i32Richard Henderson14-117/+112
2015-08-24tcg: Split trunc_shr_i32 opcode into extr[lh]_i64_i32Richard Henderson15-59/+77