aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2019-10-15hw/timer/mss-timerc: Switch to transaction-based ptimer APIPeter Maydell1-1/+0
2019-10-15ptimer: Provide new transaction-based APIPeter Maydell1-0/+72
2019-10-15ptimer: Rename ptimer_init() to ptimer_init_with_bh()Peter Maydell1-5/+6
2019-10-15linux headers: update against v5.4-rc1Eric Auger8-4/+234
2019-10-15Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2-0/+16
2019-10-14vl: Split off user_creatable_print_help()Kevin Wolf1-0/+12
2019-10-14replay: add BH oneshot event for block layerPavel Dovgalyuk1-0/+4
2019-10-14Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20191011a'...Peter Maydell4-73/+131
2019-10-14Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2019-10-10' in...Peter Maydell5-0/+152
2019-10-11migration: Support gtree migrationEric Auger1-0/+40
2019-10-11rcu: Use automatic rc_read unlock in core memory/exec codeDr. David Alan Gilbert1-73/+65
2019-10-11rcu: Add automatically released rcu_read_lock variantsDr. David Alan Gilbert1-0/+25
2019-10-11migration: use migration_is_active to represent active stateWei Yang1-0/+1
2019-10-10s390x/tcg: MVCL: Exit to main loop if requestedDavid Hildenbrand1-0/+17
2019-10-10block/backup: use backup-top instead of write notifiersVladimir Sementsov-Ogievskiy2-5/+10
2019-10-10block/block-copy: split block_copy_set_callbacks functionVladimir Sementsov-Ogievskiy1-4/+9
2019-10-10block/backup: move in-flight requests handling from backup to block-copyVladimir Sementsov-Ogievskiy1-0/+8
2019-10-10qapi: query-blockstat: add driver specific file-posix statsAnton Nefedov2-0/+2
2019-10-10block: add empty account cookie typeAnton Nefedov1-0/+1
2019-10-10qapi: add unmap to BlockDeviceStatsAnton Nefedov1-0/+1
2019-10-10block: move block_copy from block/backup.c to separate fileVladimir Sementsov-Ogievskiy1-0/+76
2019-10-10block: introduce aio task poolVladimir Sementsov-Ogievskiy1-0/+54
2019-10-07Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.2-20191004' into...Peter Maydell11-52/+116
2019-10-04target/i386: expand feature words to 64 bitsPaolo Bonzini1-1/+1
2019-10-04memory: allow memory_region_register_iommu_notifier() to failEric Auger1-5/+16
2019-10-04vfio: Turn the container error into an Error handleEric Auger1-1/+1
2019-10-04spapr: Eliminate SpaprIrq::init hookDavid Gibson1-1/+0
2019-10-04spapr: Use less cryptic representation of which irq backends are supportedDavid Gibson1-1/+2
2019-10-04xive: Improve irq claim/free pathDavid Gibson2-3/+3
2019-10-04spapr: Handle freeing of multiple irqs in frontend onlyDavid Gibson1-1/+1
2019-10-04spapr: Eliminate SpaprIrq:get_nodename methodDavid Gibson2-3/+0
2019-10-04spapr: Simplify spapr_qirq() handlingDavid Gibson1-1/+0
2019-10-04spapr: Eliminate nr_irqs parameter to SpaprIrq::initDavid Gibson1-1/+1
2019-10-04spapr: Clarify and fix handling of nr_irqsDavid Gibson1-7/+12
2019-10-04spapr: Replace spapr_vio_qirq() helper with spapr_vio_irq_pulse() helperDavid Gibson1-2/+3
2019-10-04spapr: Fold spapr_phb_lsi_qirq() into its single callerDavid Gibson1-7/+0
2019-10-04xics: Create sPAPR specific ICS subtypeDavid Gibson1-1/+3
2019-10-04xics: Merge TYPE_ICS_BASE and TYPE_ICS_SIMPLE classesDavid Gibson1-10/+6
2019-10-04xics: Eliminate reset hookDavid Gibson1-1/+0
2019-10-04xics: Rename misleading ics_simple_*() functionsDavid Gibson1-3/+3
2019-10-04xics: Eliminate 'reject', 'resend' and 'eoi' class hooksDavid Gibson1-4/+0
2019-10-04xics: Minor fixes for XICSFabric interfaceDavid Gibson1-5/+1
2019-10-04spapr: Stop providing RTAS blobAlexey Kardashevskiy1-2/+0
2019-10-04spapr: Simplify handling of pre ISA 3.0 guest workaround handlingDavid Gibson1-1/+1
2019-10-04spapr/irq: Introduce an ics_irq_free() helperCédric Le Goater1-0/+5
2019-10-04hw/ppc/pnv_homer: add PowerNV homer device modelBalamuruhan S2-0/+56
2019-10-04hw/ppc/pnv_occ: add sram device model for occ common areaBalamuruhan S1-0/+3
2019-10-04hw/ppc/pnv_xscom: retrieve homer/occ base address from PBA BARsBalamuruhan S1-0/+18
2019-09-30kvm: split too big memory section on several memslotsIgor Mammedov1-0/+1
2019-09-27Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190925' into stagingPeter Maydell6-82/+43