index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
block
/
xen-block.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-01
xen-block: Avoid leaks on new error path
Anthony PERARD
1
-5
/
+6
2023-05-30
xen-block: implement BlockDevOps->drained_begin()
Stefan Hajnoczi
1
-3
/
+21
2023-03-07
hw/xen: Only advertise ring-page-order for xen-block if gnttab supports it
David Woodhouse
1
-3
/
+8
2023-03-07
hw/xen: Rename xen_common.h to xen_native.h
David Woodhouse
1
-1
/
+0
2022-06-24
block: get rid of blk->guest_block_size
Stefan Hajnoczi
1
-1
/
+0
2021-05-10
xen-block: Use specific blockdev driver
Anthony PERARD
1
-1
/
+13
2021-03-23
xen-block: Fix removal of backend instance via xenstore
Anthony PERARD
1
-0
/
+9
2021-03-19
qapi/qom: QAPIfy object-add
Kevin Wolf
1
-8
/
+8
2021-02-15
xen-block: fix reporting of discard feature
Roger Pau Monne
1
-0
/
+1
2021-01-27
block: Separate blk_is_writable() and blk_supports_write_perm()
Kevin Wolf
1
-1
/
+1
2020-12-18
qdev: Rename qdev_get_prop_ptr() to object_field_prop_ptr()
Eduardo Habkost
1
-2
/
+2
2020-12-18
qdev: Move dev->realized check to qdev_property_set()
Eduardo Habkost
1
-6
/
+0
2020-12-15
qdev: Make qdev_get_prop_ptr() get Object* arg
Eduardo Habkost
1
-3
/
+2
2020-07-10
xen: Use ERRP_GUARD()
Vladimir Sementsov-Ogievskiy
1
-59
/
+43
2020-07-10
qapi: Smooth another visitor error checking pattern
Markus Armbruster
1
-4
/
+2
2020-07-10
error: Eliminate error_propagate() with Coccinelle, part 1
Markus Armbruster
1
-3
/
+1
2020-07-10
qom: Use returned bool to check for failure, Coccinelle part
Markus Armbruster
1
-8
/
+7
2020-07-10
qom: Put name parameter before value / visitor parameter
Markus Armbruster
1
-5
/
+4
2020-07-10
qapi: Use returned bool to check for failure, Coccinelle part
Markus Armbruster
1
-2
/
+1
2020-07-10
qdev: Use returned bool to check for qdev_realize() etc. failure
Markus Armbruster
1
-2
/
+1
2020-06-17
block: consolidate blocksize properties consistency checks
Roman Kagan
1
-5
/
+1
2020-06-15
qdev: Convert uses of qdev_create() manually
Markus Armbruster
1
-2
/
+2
2020-05-15
qdev: Unrealize must not fail
Markus Armbruster
1
-4
/
+4
2020-04-07
xen-block: Fix uninitialized variable
Anthony PERARD
1
-1
/
+1
2020-03-17
xen-block: Use one Error * variable instead of two
Markus Armbruster
1
-6
/
+4
2020-03-06
qapi: Flatten object-add
Kevin Wolf
1
-1
/
+10
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
1
-1
/
+1
2019-09-24
xen-block: treat XenbusStateUnknown the same as XenbusStateClosed
Paul Durrant
1
-0
/
+1
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include qemu/main-loop.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
1
-1
/
+0
2019-07-02
qapi: Split qom.json and qdev.json off misc.json
Markus Armbruster
1
-1
/
+1
2019-06-24
xen-block: support feature-large-sector-size
Paul Durrant
1
-14
/
+24
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
1
-0
/
+1
2019-06-04
block: Add BlockBackend.ctx
Kevin Wolf
1
-1
/
+1
2019-04-04
xen-block: scale sector based quantities correctly
Paul Durrant
1
-2
/
+8
2019-04-04
xen-block: only advertize discard to the frontend when it is enabled...
Paul Durrant
1
-3
/
+9
2019-03-26
xen-block: Replace qdict_put_obj() by qdict_put() where appropriate
Markus Armbruster
1
-2
/
+2
2019-02-28
xen-block: stop leaking memory in xen_block_drive_create()
Paul Durrant
1
-7
/
+9
2019-02-28
xen-block: report error condition from vbd_name_to_disk()
Paul Durrant
1
-6
/
+15
2019-02-28
xen-block: remove redundant assignment
Paul Durrant
1
-2
/
+1
2019-02-04
xen-block: handle resize callback
Paul Durrant
1
-4
/
+36
2019-01-21
hw/block/xen: use proper format string for printing sectors
Alex Bennée
1
-1
/
+1
2019-01-14
xen: automatically create XenBlockDevice-s
Paul Durrant
1
-0
/
+375
2019-01-14
xen: add implementations of xen-block connect and disconnect functions...
Paul Durrant
1
-0
/
+166
2019-01-14
xen: add xenstore watcher infrastructure
Paul Durrant
1
-0
/
+70
2019-01-14
xen: create xenstore areas for XenDevice-s
Paul Durrant
1
-0
/
+9
2019-01-14
xen: introduce 'xen-block', 'xen-disk' and 'xen-cdrom'
Paul Durrant
1
-0
/
+343