summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-09-03ipxe: use upstream configurationGerd Hoffmann2-11/+4
2015-09-03ipxe: don't override GITVERSIONGerd Hoffmann1-2/+2
2015-09-03ipxe: update from 35c53797 to 4e03af8Gerd Hoffmann1-0/+0
2015-09-01Merge remote-tracking branch 'remotes/mdroth/tags/qga-pull-2015-09-01-v2-tag'...Peter Maydell10-243/+694
2015-09-01Makefile: qemu-ga: fix msi target error messageMichael Roth1-1/+1
2015-09-01build: qemu-ga: fix VSS dependenciesMichael Roth2-9/+7
2015-09-01configure: qemu-ga: explicitly enable qemu-ga MSI support when probedMichael Roth1-2/+8
2015-09-01configure: qemu-ga: move MSI installer probe after qga probeMichael Roth1-52/+54
2015-09-01qemu-ga: implement win32 guest-set-user-passwordMarc-André Lureau2-3/+76
2015-09-01qga: start a man pageMarc-André Lureau3-2/+155
2015-09-01qga: add --dump-conf optionMarc-André Lureau1-0/+64
2015-09-01qga: add an optional qemu-ga.conf system configurationMarc-André Lureau1-7/+77
2015-09-01qga: free a bit moreMarc-André Lureau1-2/+4
2015-09-01qga: move agent run in a separate functionMarc-André Lureau1-76/+95
2015-09-01qga: fill default options in main()Marc-André Lureau1-17/+17
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