aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-21nbd/client: Add meta contexts to nbd_receive_export_list()Eric Blake
2019-01-21nbd/client: Add nbd_receive_export_list()Eric Blake
2019-01-21nbd/client: Refactor nbd_opt_go() to support NBD_OPT_INFOEric Blake
2019-01-21nbd/client: Pull out oldstyle size determinationEric Blake
2019-01-21nbd/client: Split handshake into two functionsEric Blake
2019-01-21nbd/client: Refactor return of nbd_receive_negotiate()Eric Blake
2019-01-21nbd/client: Split out nbd_receive_one_meta_context()Eric Blake
2019-01-21nbd/client: Split out nbd_send_meta_query()Eric Blake
2019-01-21nbd/client: Change signature of nbd_negotiate_simple_meta_context()Eric Blake
2019-01-21nbd/client: Move export name into NBDExportInfoEric Blake
2019-01-21nbd/client: Refactor nbd_receive_list()Eric Blake
2019-01-21qemu-nbd: Avoid strtol open-codingEric Blake
2019-01-21nbd/server: Favor [u]int64_t over off_tEric Blake
2019-01-21nbd/server: Hoist length check to qmp_nbd_server_addEric Blake
2019-01-21qemu-nbd: Sanity check partition boundsEric Blake
2019-01-21qemu-nbd: Enhance man pageEric Blake
2019-01-21maint: Allow for EXAMPLES in texi2podEric Blake
2019-01-21iotests: Make 233 output more reliableEric Blake
2019-01-21Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-january-17-20...Peter Maydell
2019-01-21hw/virtio/virtio-balloon: zero-initialize the virtio_balloon_config structPeter Maydell
2019-01-21hw/block/xen: use proper format string for printing sectorsAlex Bennée
2019-01-21Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190121'...Peter Maydell
2019-01-21tests: Disable ipmi-bt-testPeter Maydell
2019-01-21target/arm: Implement PMSWINCAaron Lindsay
2019-01-21target/arm: PMU: Set PMCR.N to 4Aaron Lindsay
2019-01-21target/arm: PMU: Add instruction and cycle eventsAaron Lindsay
2019-01-21target/arm: Finish implementation of PM[X]EVCNTR and PM[X]EVTYPERAaron Lindsay
2019-01-21target/arm: Add array for supported PMU events, generate PMCEID[01]_EL0Aaron Lindsay
2019-01-21target/arm: Make PMCEID[01]_EL0 64 bit registers, add PMCEID[23]Aaron Lindsay
2019-01-21target/arm: Define FIELDs for ID_DFR0Aaron Lindsay
2019-01-21target/arm: Implement PMOVSSETAaron Lindsay
2019-01-21target/arm: Allow AArch32 access for PMCCFILTRAaron Lindsay
2019-01-21target/arm: Filter cycle counter based on PMCCFILTR_EL0Aaron Lindsay
2019-01-21target/arm: Swap PMU values before/after migrationsAaron Lindsay
2019-01-21target/arm: Reorganize PMCCNTR accessesAaron Lindsay
2019-01-21migration: Add post_save function to VMStateDescriptionAaron Lindsay
2019-01-21target/arm: Tidy TBI handling in gen_a64_set_pcRichard Henderson
2019-01-21target/arm: Enable PAuth for user-onlyRichard Henderson
2019-01-21target/arm: Enable PAuth for -cpu maxRichard Henderson
2019-01-21target/arm: Add PAuth system registersRichard Henderson
2019-01-21target/arm: Implement pauth_computepacRichard Henderson
2019-01-21target/arm: Implement pauth_addpacRichard Henderson
2019-01-21target/arm: Implement pauth_authRichard Henderson
2019-01-21target/arm: Implement pauth_stripRichard Henderson
2019-01-21target/arm: Reuse aa64_va_parameters for setting tbflagsRichard Henderson
2019-01-21target/arm: Decode TBID from TCRRichard Henderson
2019-01-21target/arm: Add aa64_va_parameters_bothRichard Henderson
2019-01-21target/arm: Export aa64_va_parameters to internals.hRichard Henderson
2019-01-21target/arm: Merge TBFLAG_AA_TB{0, 1} to TBIIRichard Henderson
2019-01-21target/arm: Create ARMVAParameters and helpersRichard Henderson