summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-07-11ppc/kvm: have the "family" CPU alias to point to TYPE_HOST_POWERPC_CPUGreg Kurz1-1/+4
2017-07-11spapr: Only report host/guest IOMMU page size mismatches on KVMDavid Gibson1-1/+2
2017-07-11spapr: fix memory hotplug error pathGreg Kurz1-4/+22
2017-07-11target/ppc: Add debug function for radix mmu translationSuraj Jitindar Singh3-1/+48
2017-07-11target/ppc: Refactor tcg radix mmu codeSuraj Jitindar Singh1-14/+8
2017-07-11spapr: Use unplug_request for PCI hot unplugDavid Gibson1-6/+7
2017-07-11spapr: Remove unnecessary differences between hotplug and coldplug pathsDavid Gibson4-16/+7
2017-07-11spapr: Add DRC release methodDavid Gibson2-16/+7
2017-07-11spapr: Uniform DRC reset pathsDavid Gibson2-30/+7
2017-07-11spapr: Leave DR-indicator management to the guestDavid Gibson1-4/+2
2017-07-11target-ppc: SPR_BOOKE_ESR not set on FP exceptionsAaron Larson1-0/+1
2017-07-11spapr: fix migration to pseries machine < 2.8Laurent Vivier1-14/+14
2017-07-11spapr: fix bogus function name in commentGreg Kurz1-1/+1
2017-07-11spapr: refresh "platform-specific" hcalls commentGreg Kurz1-3/+2
2017-07-11spapr: make spapr_populate_hotplug_cpu_dt() staticGreg Kurz2-4/+2
2017-07-10Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2017-07-10-v2' into...Peter Maydell7-260/+323
2017-07-10nbd: use generic trace subsystem instead of TRACE macroVladimir Sementsov-Ogievskiy5-95/+120
2017-07-10nbd: refactor tracingVladimir Sementsov-Ogievskiy2-24/+9
2017-07-10nbd/server: rename clientflags var in nbd_negotiate_optionsVladimir Sementsov-Ogievskiy1-19/+19
2017-07-10nbd/server: fix TRACE in nbd_negotiate_send_rep_lenVladimir Sementsov-Ogievskiy1-1/+1
2017-07-10nbd/client: refactor TRACE of NBD_MAGICVladimir Sementsov-Ogievskiy1-9/+2
2017-07-10nbd/common: nbd_tls_handshake: remove extra TRACEVladimir Sementsov-Ogievskiy1-3/+1
2017-07-10nbd/server: add errp to nbd_send_reply()Vladimir Sementsov-Ogievskiy1-8/+9
2017-07-10nbd/server: use errp instead of LOGVladimir Sementsov-Ogievskiy1-106/+160
2017-07-10nbd/server: refactor nbd_negotiateVladimir Sementsov-Ogievskiy1-9/+3
2017-07-10nbd/server: nbd_negotiate: return 1 on NBD_OPT_ABORTVladimir Sementsov-Ogievskiy1-5/+15
2017-07-10MAINTAINERS: Promote NBD to supported, with new maintainerEric Blake1-9/+12
2017-07-10Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell25-1559/+1675
2017-07-10block: Make bdrv_is_allocated_above() byte-basedEric Blake7-56/+65
2017-07-10block: Minimize raw use of bds->total_sectorsEric Blake1-8/+6
2017-07-10block: Make bdrv_is_allocated() byte-basedEric Blake9-105/+126
2017-07-10backup: Switch backup_run() to byte-basedEric Blake1-17/+15
2017-07-10backup: Switch backup_do_cow() to byte-basedEric Blake1-36/+26
2017-07-10backup: Switch block_backup.h to byte-basedEric Blake3-26/+28
2017-07-10backup: Switch BackupBlockJob to byte-basedEric Blake1-18/+15
2017-07-10block: Drop unused bdrv_round_sectors_to_clusters()Eric Blake2-25/+0
2017-07-10mirror: Switch mirror_iteration() to byte-basedEric Blake1-59/+46
2017-07-10mirror: Switch mirror_do_read() to byte-basedEric Blake1-41/+33
2017-07-10mirror: Switch mirror_cow_align() to byte-basedEric Blake1-26/+37
2017-07-10mirror: Update signature of mirror_clip_sectors()Eric Blake1-7/+8
2017-07-10mirror: Switch mirror_do_zero_or_discard() to byte-basedEric Blake1-9/+11
2017-07-10mirror: Switch MirrorBlockJob to byte-basedEric Blake1-42/+42
2017-07-10commit: Switch commit_run() to byte-basedEric Blake1-10/+6
2017-07-10commit: Switch commit_populate() to byte-basedEric Blake1-7/+8
2017-07-10stream: Switch stream_run() to byte-basedEric Blake1-13/+9
2017-07-10stream: Drop reached_end for stream_complete()Eric Blake1-3/+1
2017-07-10stream: Switch stream_populate() to byte-basedEric Blake1-5/+6
2017-07-10trace: Show blockjob actions via bytes, not sectorsEric Blake5-24/+38
2017-07-10blockjob: Track job ratelimits via bytes, not sectorsEric Blake5-13/+18
2017-07-10blockdev: Print a warning for legacy drive options that belong to -deviceThomas Huth2-2/+21