aboutsummaryrefslogtreecommitdiff
path: root/hw/block/xen_disk.c
AgeCommit message (Expand)Author
2017-12-14xen-disk: use an IOThread per instancePaul Durrant
2017-10-26xen: dont try setting max grants multiple timesJuergen Gross
2017-10-26xen: add a global indicator for grant copy being availableJuergen Gross
2017-09-20xen-disk: use g_new0 to fix buildOlaf Hering
2017-06-27xen-disk: add support for multi-page shared ringsPaul Durrant
2017-06-27xen-disk: only advertize feature-persistent if grant copy is not availablePaul Durrant
2017-06-27xen/disk: don't leak stack data via response ringStefano Stabellini
2017-05-09qobject: Use simpler QDict/QList scalar insertion macrosEric Blake
2017-04-21xen: use 5 digit xen versionsJuergen Gross
2016-11-23xen_disk: split discard input to match internal representationOlaf Hering
2016-10-28xen: Rename xen_be_send_notifyEmil Condrea
2016-10-28xen: Rename xen_be_unbind_evtchnEmil Condrea
2016-10-28xen: Rename xen_be_printf to xen_pv_printfEmil Condrea
2016-10-28xen: Fix coding style warningsEmil Condrea
2016-10-07block-backend: Remember if attached device is non-qdevKevin Wolf
2016-09-27qdisk - hw/block/xen_disk: grant copy implementationPaulina Szubarczyk
2016-08-30xen: use native disk xenbus protocol if possibleJuergen Gross
2016-07-20block: Convert BB interface to byte-based discardsEric Blake
2016-06-16os-posix: include sys/mman.hPaolo Bonzini
2016-06-13xen/blkif: avoid double access to any shared ring request fieldsJan Beulich
2016-05-12xen_disk: Switch to byte-based aio block accessEric Blake
2016-03-30xen_disk: Call blk_set_enable_write_cache() explicitlyKevin Wolf
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-03-17blockdev: Split monitor reference from BB creationMax Reitz
2016-01-26xen: Switch to libxengnttab interface for compat shims.Ian Campbell
2016-01-20block: Clean up includesPeter Maydell
2015-12-11xen_disk: treat "vhd" as "vpc"Stefano Stabellini
2015-11-25xen_disk: Remove ioreq.postsyncAlberto Garcia
2015-11-12xen_disk: Account for failed and invalid operationsAlberto Garcia
2015-11-12xen_disk: Account for flush operationsAlberto Garcia
2015-10-23block: Prepare for NULL BDSMax Reitz
2015-09-11maint: remove unused include for signal.hDaniel P. Berrange
2015-02-16block/xen: Use blk_new_open() in blk_connect()Max Reitz
2014-11-14xen_disk: fix unmapping of persistent grantsRoger Pau Monne
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster
2014-10-20block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()Markus Armbruster
2014-10-20block: Make BlockBackend own its BlockDriverStateMarkus Armbruster
2014-10-20block: Connect BlockBackend to BlockDriverStateMarkus Armbruster
2014-10-20block: New BlockBackendMarkus Armbruster
2014-10-20block: Split bdrv_new_root() off bdrv_new()Markus Armbruster
2014-09-10block: Make the block accounting functions operate on BlockAcctStatsBenoît Canet
2014-09-10block: rename BlockAcctType members to start with BLOCK_ instead of BDRV_Benoît Canet
2014-09-10xen_disk: Plug memory leak on error pathMarkus Armbruster
2014-08-15xen_disk: fix possible null-ptr dereferenceGonglei (Arei)
2014-05-07xen_disk: add discard supportOlaf Hering
2014-04-22block: Add errp to bdrv_new()Kevin Wolf
2014-02-25Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2014-02-21block: Add reference parameter to bdrv_open()Max Reitz
2014-02-21block: Change BDS parameter of bdrv_open() to **Max Reitz
2014-02-20xen_disk: fix io accountingOlaf Hering