aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-03-07RISC-V DisassemblerMichael Clark4-0/+3053
2018-03-07RISC-V CPU Core DefinitionMichael Clark3-0/+1139
2018-03-07RISC-V ELF Machine DefinitionMichael Clark1-0/+2
2018-03-07RISC-V MaintainersMichael Clark1-0/+11
2018-03-06tpm: convert tpm_tis.c to use trace-eventsStefan Berger2-53/+61
2018-03-06tpm: convert tpm_emulator.c to use trace-eventsStefan Berger2-22/+37
2018-03-06tpm: convert tpm_util.c to use trace-eventsStefan Berger2-17/+19
2018-03-06tpm: convert tpm_passthrough.c to use trace-eventsStefan Berger2-10/+7
2018-03-06tpm: convert tpm_crb.c to use trace-eventsStefan Berger3-12/+11
2018-03-06misc: don't use hwaddr as a type in trace eventsDaniel P. Berrangé1-2/+2
2018-03-06Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell36-352/+315
2018-03-06use g_path_get_basename instead of basenameJulia Suvorova6-12/+15
2018-03-06balloon: Fix documentation of the --balloon parameter and deprecate itThomas Huth3-7/+12
2018-03-06WHPX improve interrupt notification registrationJustin Terry (VM) via Qemu-devel1-4/+3
2018-03-06WHXP Removes the use of WHvGetExitContextSizeJustin Terry (VM) via Qemu-devel1-7/+2
2018-03-06Fix WHPX issue leaking tpr valuesJustin Terry (VM) via Qemu-devel1-3/+5
2018-03-06Fix WHPX typo in 'mmio'Justin Terry (VM) via Qemu-devel1-2/+2
2018-03-06Fix WHPX additional lock acquisitionJustin Terry (VM) via Qemu-devel1-2/+0
2018-03-06Remove unnecessary WHPX __debugbreak();Justin Terry (VM) via Qemu-devel1-12/+0
2018-03-06Resolves WHPX breaking changes in SDK 17095Justin Terry (VM) via Qemu-devel1-16/+10
2018-03-06Fixing WHPX casing to match SDKJustin Terry (VM) via Qemu-devel2-7/+7
2018-03-06Revert "build-sys: compile with -Og or -O1 when --enable-debug"Paolo Bonzini1-13/+2
2018-03-06checkpatch: add check for `while` and `for`Su Hang1-2/+3
2018-03-06checkpatch: add a warning for basename/dirnameJulia Suvorova1-0/+5
2018-03-06address_space_rw: address_space_to_flatview needs RCU lockPaolo Bonzini1-18/+10
2018-03-06address_space_map: address_space_to_flatview needs RCU lockPaolo Bonzini1-1/+2
2018-03-06address_space_access_valid: address_space_to_flatview needs RCU lockPaolo Bonzini1-4/+8
2018-03-06address_space_read: address_space_to_flatview needs RCU lockPaolo Bonzini2-28/+35
2018-03-06address_space_write: address_space_to_flatview needs RCU lockPaolo Bonzini1-15/+22
2018-03-06memory: inline some performance-sensitive accessorsPaolo Bonzini3-35/+30
2018-03-06openpic_kvm: drop address_space_to_flatview callPaolo Bonzini1-4/+0
2018-03-06chardev: fix leak in tcp_chr_telnet_init_io()Peter Xu1-3/+7
2018-03-06sdhci-test: fix leaksMarc-André Lureau1-0/+2
2018-03-06ahci-test: fix opts leak of skip testsMarc-André Lureau1-0/+1
2018-03-06lockable: workaround GCC link issue with ASANMarc-André Lureau1-1/+1
2018-03-06build-sys: fix -fsanitize=address checkMarc-André Lureau1-10/+12
2018-03-06qmp: Add qom-list-properties to list QOM object propertiesAlexey Kardashevskiy4-0/+87
2018-03-06qmp: Merge ObjectPropertyInfo and DevicePropertyInfoAlexey Kardashevskiy3-31/+18
2018-03-06Document --rtc-td-hack, --localtime and --startdate as deprecatedThomas Huth2-5/+16
2018-03-06cpus: CPU threads are always created initially for one CPU onlyDavid Hildenbrand1-5/+3
2018-03-06cpus: wait for CPU creation at central placeDavid Hildenbrand1-18/+4
2018-03-06cpus: properly inititalize CPU > 1 under single-threaded TCGDavid Hildenbrand1-0/+3
2018-03-06scsi: Remove automatic creation of SCSI controllers with -drive if=scsiThomas Huth10-94/+4
2018-03-06Remove the deprecated -tdf optionThomas Huth2-10/+0
2018-03-06g364fb: fix DirtyBitmapSnapshot leakPaolo Bonzini1-0/+1
2018-03-06Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell48-610/+980
2018-03-06Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.12-20180306' int...Peter Maydell37-573/+2532
2018-03-06qio: non-default context for TLS handshakePeter Xu9-12/+47
2018-03-06qio: non-default context for async connPeter Xu5-14/+27
2018-03-06qio: non-default context for threaded qtaskPeter Xu5-8/+33