index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
xen_disk.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-08
hw: move target-independent files to subdirectories
Paolo Bonzini
1
-972
/
+0
2013-04-08
hw: move headers to include/
Paolo Bonzini
1
-1
/
+1
2013-04-05
Allow xen guests to plug disks of 1 TiB or more
Felipe Franciosi
1
-2
/
+2
2013-04-05
Xen PV backend: Disable use of O_DIRECT by default as it results in crashes.
Alex Bligh
1
-1
/
+1
2013-04-05
Xen PV backend: Move call to bdrv_new from blk_init to blk_connect
Alex Bligh
1
-32
/
+40
2013-03-15
block: Add options QDict to bdrv_open() prototype
Kevin Wolf
1
-1
/
+1
2013-03-01
hw: include hw header files with full paths
Paolo Bonzini
1
-3
/
+3
2013-01-14
xen_disk: implement BLKIF_OP_FLUSH_DISKCACHE, remove BLKIF_OP_WRITE_BARRIER
Stefano Stabellini
1
-5
/
+4
2013-01-14
xen_disk: add persistent grant support to xen_disk backend
Roger Pau Monne
1
-17
/
+154
2013-01-14
xen_disk: fix memory leak
Roger Pau Monne
1
-2
/
+26
2012-12-19
softmmu: move include files to include/sysemu/
Paolo Bonzini
1
-1
/
+1
2012-12-19
janitor: do not include qemu-char everywhere
Paolo Bonzini
1
-1
/
+0
2012-06-21
xen: Reorganize includes of Xen headers.
Anthony PERARD
1
-5
/
+1
2012-06-15
xen: Don't peek behind the BlockDriverState abstraction
Markus Armbruster
1
-2
/
+1
2012-06-11
qemu/xendisk: set maximum number of grants to be used
Jan Beulich
1
-0
/
+14
2012-05-17
xen_disk: properly update stats in ioreq_release()
Jan Beulich
1
-4
/
+8
2012-05-17
xen_disk: use bdrv_aio_flush instead of bdrv_flush
Stefano Stabellini
1
-4
/
+18
2012-05-17
xen_disk: remove syncwrite option
Stefano Stabellini
1
-7
/
+1
2012-04-13
xen: handle backend deletion from xenstore
Stefano Stabellini
1
-0
/
+4
2012-03-28
Merge remote-tracking branch 'sstabellini/disk_io' into staging
Anthony Liguori
1
-5
/
+5
2012-03-27
xen_disk: detach the blkdev before bdrv_delete
Stefano Stabellini
1
-0
/
+1
2012-03-23
xen_disk: when using AIO flush after the operation is completed
Stefano Stabellini
1
-3
/
+3
2012-03-23
xen_disk: open disk with BDRV_O_NOCACHE | BDRV_O_CACHE_WB | BDRV_O_NATIVE_AIO
Stefano Stabellini
1
-2
/
+2
2012-01-13
prepare for future GPLv2+ relicensing
Paolo Bonzini
1
-0
/
+3
2011-12-05
xen_disk: remove dead code
Paolo Bonzini
1
-84
/
+2
2011-10-21
xen_disk: Always set feature-barrier = 1
Kevin Wolf
1
-3
/
+2
2011-09-09
Introduce a new 'connected' xendev op called when Connected.
John Haxby
1
-1
/
+1
2011-09-06
block: Attach non-qdev devices as well
Markus Armbruster
1
-0
/
+1
2011-08-25
block: explicit I/O accounting
Christoph Hellwig
1
-0
/
+5
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
1
-12
/
+12
2011-07-17
xen_disk: treat "aio" as "raw"
Stefano Stabellini
1
-0
/
+3
2011-07-17
xen_disk: cope with missing xenstore "params" node
Stefano Stabellini
1
-7
/
+27
2011-05-18
hw/xen_disk: Remove unused local variable
Stefan Weil
1
-3
/
+1
2011-05-08
xen: Support new libxc calls from xen unstable.
Anthony PERARD
1
-2
/
+2
2011-05-08
xen: Replace some tab-indents with spaces (clean-up).
Anthony PERARD
1
-227
/
+265
2011-04-07
hw/xen_disk: ioreq not finished on error
Feiran Zheng
1
-2
/
+8
2011-03-15
hw/xen_disk: aio_inflight not released in handling ioreq when nr_segments==0
Feiran Zheng
1
-1
/
+1
2010-12-17
Remove NULL checks for bdrv_new return value
Kevin Wolf
1
-11
/
+6
2010-11-24
qemu and qemu-xen: support empty write barriers in xen_disk
Stefano Stabellini
1
-2
/
+10
2010-08-24
Rearrange block headers
Blue Swirl
1
-0
/
+1
2010-04-25
Remove dead assignments in various common files, spotted by clang analyzer
Blue Swirl
1
-3
/
+1
2010-04-23
Replace calls of old bdrv_open
Kevin Wolf
1
-1
/
+1
2010-01-20
Clean-up a little bit the RW related bits of BDRV_O_FLAGS. BDRV_O_RDONLY gone...
Naphtali Sprei
1
-1
/
+1
2009-11-09
Configurable block format whitelist
Markus Armbruster
1
-1
/
+2
2009-09-12
Fix sys-queue.h conflict for good
Blue Swirl
1
-20
/
+20
2009-07-27
kill drives_table
Gerd Hoffmann
1
-7
/
+7
2009-07-16
Update to a hopefully more future proof FSF address
Blue Swirl
1
-2
/
+1
2009-06-13
xen_disk: move sanity check to the correct place
Gerd Hoffmann
1
-4
/
+5
2009-04-25
Fix compilation when x86_64 is defined
Blue Swirl
1
-6
/
+12
2009-04-23
Use a more natural order
blueswir1
1
-2
/
+2
[next]