aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-01-21nbd/client: Split out nbd_receive_one_meta_context()Eric Blake2-58/+91
2019-01-21nbd/client: Split out nbd_send_meta_query()Eric Blake2-21/+45
2019-01-21nbd/client: Change signature of nbd_negotiate_simple_meta_context()Eric Blake3-31/+28
2019-01-21nbd/client: Move export name into NBDExportInfoEric Blake5-30/+30
2019-01-21nbd/client: Refactor nbd_receive_list()Eric Blake2-33/+59
2019-01-21qemu-nbd: Avoid strtol open-codingEric Blake1-19/+9
2019-01-21nbd/server: Favor [u]int64_t over off_tEric Blake3-29/+22
2019-01-21nbd/server: Hoist length check to qmp_nbd_server_addEric Blake2-8/+12
2019-01-21qemu-nbd: Sanity check partition boundsEric Blake1-1/+21
2019-01-21qemu-nbd: Enhance man pageEric Blake1-19/+75
2019-01-21maint: Allow for EXAMPLES in texi2podEric Blake2-1/+3
2019-01-21iotests: Make 233 output more reliableEric Blake2-4/+11
2019-01-21Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-january-17-20...Peter Maydell9-648/+1042
2019-01-21hw/virtio/virtio-balloon: zero-initialize the virtio_balloon_config structPeter Maydell1-1/+1
2019-01-21hw/block/xen: use proper format string for printing sectorsAlex Bennée1-1/+1
2019-01-21Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190121'...Peter Maydell21-631/+2514
2019-01-21tests: Disable ipmi-bt-testPeter Maydell1-1/+2
2019-01-21target/arm: Implement PMSWINCAaron Lindsay1-2/+37
2019-01-21target/arm: PMU: Set PMCR.N to 4Aaron Lindsay1-5/+5
2019-01-21target/arm: PMU: Add instruction and cycle eventsAaron Lindsay1-46/+44
2019-01-21target/arm: Finish implementation of PM[X]EVCNTR and PM[X]EVTYPERAaron Lindsay2-17/+282
2019-01-21target/arm: Add array for supported PMU events, generate PMCEID[01]_EL0Aaron Lindsay4-11/+79
2019-01-21target/arm: Make PMCEID[01]_EL0 64 bit registers, add PMCEID[23]Aaron Lindsay2-4/+19
2019-01-21target/arm: Define FIELDs for ID_DFR0Aaron Lindsay1-0/+9
2019-01-21target/arm: Implement PMOVSSETAaron Lindsay1-0/+28
2019-01-21target/arm: Allow AArch32 access for PMCCFILTRAaron Lindsay1-1/+26
2019-01-21target/arm: Filter cycle counter based on PMCCFILTR_EL0Aaron Lindsay3-8/+101
2019-01-21target/arm: Swap PMU values before/after migrationsAaron Lindsay2-2/+28
2019-01-21target/arm: Reorganize PMCCNTR accessesAaron Lindsay2-53/+98
2019-01-21migration: Add post_save function to VMStateDescriptionAaron Lindsay3-3/+20
2019-01-21target/arm: Tidy TBI handling in gen_a64_set_pcRichard Henderson1-43/+23
2019-01-21target/arm: Enable PAuth for user-onlyRichard Henderson2-0/+63
2019-01-21target/arm: Enable PAuth for -cpu maxRichard Henderson1-0/+4
2019-01-21target/arm: Add PAuth system registersRichard Henderson1-0/+70
2019-01-21target/arm: Implement pauth_computepacRichard Henderson1-1/+241
2019-01-21target/arm: Implement pauth_addpacRichard Henderson1-1/+41
2019-01-21target/arm: Implement pauth_authRichard Henderson1-1/+20
2019-01-21target/arm: Implement pauth_stripRichard Henderson1-1/+13
2019-01-21target/arm: Reuse aa64_va_parameters for setting tbflagsRichard Henderson2-81/+24
2019-01-21target/arm: Decode TBID from TCRRichard Henderson2-3/+12
2019-01-21target/arm: Add aa64_va_parameters_bothRichard Henderson2-5/+20
2019-01-21target/arm: Export aa64_va_parameters to internals.hRichard Henderson2-2/+19
2019-01-21target/arm: Merge TBFLAG_AA_TB{0, 1} to TBIIRichard Henderson4-13/+11
2019-01-21target/arm: Create ARMVAParameters and helpersRichard Henderson2-128/+164
2019-01-21target/arm: Introduce arm_stage1_mmu_idxRichard Henderson2-0/+22
2019-01-21target/arm: Introduce arm_mmu_idxRichard Henderson3-12/+32
2019-01-21target/arm: Move cpu_mmu_index out of lineRichard Henderson2-43/+49
2019-01-21target/arm: Decode Load/store register (pac)Richard Henderson1-0/+61
2019-01-21target/arm: Decode PAuth within disas_uncond_b_regRichard Henderson1-1/+81
2019-01-21target/arm: Rearrange decode in disas_uncond_b_regRichard Henderson1-11/+36