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
Age
Commit message (
Expand
)
Author
Files
Lines
2014-07-01
block: add helper function to determine if a BDS is in a chain
Jeff Cody
2
-0
/
+12
2014-07-01
block: add QAPI command to allow live backing file change
Jeff Cody
3
-0
/
+144
2014-07-01
qapi: Change back sector-count to sectors-count in quorum QAPI events.
BenoƮt Canet
2
-17
/
+17
2014-07-01
block/cow: Avoid use of uninitialized cow_bs in error path
Peter Maydell
1
-3
/
+4
2014-07-01
block: simplify bdrv_find_base() and bdrv_find_overlay()
Jeff Cody
1
-35
/
+10
2014-07-01
block: make 'top' argument to block-commit optional
Jeff Cody
4
-17
/
+39
2014-07-01
iotests: Add more tests to quick group
Max Reitz
1
-19
/
+19
2014-07-01
iotests: Add qemu tests to quick group
Max Reitz
1
-9
/
+9
2014-07-01
iotests: Simplify qemu-iotests-quick.sh
Max Reitz
1
-11
/
+1
2014-07-01
qemu-img create: add 'nocow' option
Chunyan Liu
9
-6
/
+146
2014-07-01
virtio-blk: remove need for explicit x-data-plane=on option
Stefan Hajnoczi
1
-1
/
+1
2014-07-01
qdev: drop iothread property type
Stefan Hajnoczi
2
-53
/
+0
2014-07-01
virtio-blk: replace x-iothread with iothread link property
Stefan Hajnoczi
4
-1
/
+17
2014-07-01
virtio-blk: move qdev properties into virtio-blk.c
Stefan Hajnoczi
2
-24
/
+11
2014-07-01
virtio: fix virtio-blk child refcount in transports
Stefan Hajnoczi
3
-0
/
+3
2014-07-01
virtio-blk: drop virtio_blk_set_conf()
Stefan Hajnoczi
2
-8
/
+0
2014-07-01
virtio-blk: use aliases instead of duplicate qdev properties
Stefan Hajnoczi
6
-15
/
+3
2014-07-01
qdev: add qdev_alias_all_properties()
Stefan Hajnoczi
2
-0
/
+23
2014-07-01
virtio-blk: move x-data-plane qdev property to virtio-blk.h
Stefan Hajnoczi
3
-6
/
+8
2014-07-01
dataplane: bail out on unsupported transport
Cornelia Huck
1
-0
/
+10
2014-07-01
virtio-blk: avoid qdev property definition duplication
Stefan Hajnoczi
1
-8
/
+6
2014-07-01
qom: add object_property_add_alias()
Stefan Hajnoczi
2
-0
/
+71
2014-06-30
Merge remote-tracking branch 'remotes/awilliam/tags/vfio-pci-for-qemu-2014063...
Peter Maydell
1
-115
/
+165
2014-06-30
vfio: use correct runstate
Paolo Bonzini
1
-1
/
+1
2014-06-30
vfio: Make BARs native endian
Alexey Kardashevskiy
1
-10
/
+31
2014-06-30
vfio-pci: Fix MSI-X masking performance
Alex Williamson
1
-102
/
+131
2014-06-30
vfio-pci: Fix MSI/X debug code
Alex Williamson
1
-2
/
+2
2014-06-30
Merge remote-tracking branch 'remotes/bonzini/nbd-next' into staging
Peter Maydell
4
-49
/
+186
2014-06-30
Merge remote-tracking branch 'remotes/bonzini/small-fixes' into staging
Peter Maydell
6
-5
/
+13
2014-06-30
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-cocoa-20140630' into...
Peter Maydell
1
-33
/
+75
2014-06-30
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140630'...
Peter Maydell
6
-37
/
+65
2014-06-30
tests/test-qmp-event: fix for GLib < 2.31
Paolo Bonzini
1
-0
/
+6
2014-06-30
serial: poll the serial console with G_IO_HUP
Roger Pau Monne
5
-5
/
+7
2014-06-30
nbd: Handle NBD_OPT_LIST option.
Hani Benhabiles
2
-0
/
+68
2014-06-30
nbd: Handle fixed new-style clients.
Hani Benhabiles
2
-49
/
+111
2014-06-30
nbd: Shutdown socket before closing.
Hani Benhabiles
2
-0
/
+2
2014-06-29
disas/libvixl: Fix wrong format strings
Stefan Weil
1
-10
/
+10
2014-06-29
disas/libvixl: Update README for version base
Richard Henderson
1
-1
/
+1
2014-06-29
ui/cocoa: Honour -show-cursor command line option
Peter Maydell
1
-2
/
+18
2014-06-29
ui/cocoa: Fix handling of absolute positioning devices
Peter Maydell
1
-29
/
+46
2014-06-29
ui/cocoa: Add utility method to check if point is within window
Peter Maydell
1
-2
/
+7
2014-06-29
ui/cocoa: Cope with first surface being same as initial window size
Peter Maydell
1
-1
/
+5
2014-06-29
timer: cadence_ttc: Convert to instance_init
Alistair Francis
1
-9
/
+6
2014-06-29
hw/arm/pxa2xx_gpio: Correct and register vmstate
Peter Maydell
1
-1
/
+2
2014-06-29
hw/arm/pxa2xx_gpio: Fix handling of GPSR/GPCR reads
Peter Maydell
1
-8
/
+6
2014-06-29
hw/arm/strongarm: Wire up missing GPIO and PPC vmstate
Peter Maydell
1
-0
/
+4
2014-06-29
hw/arm/strongarm: Fix handling of GPSR/GPCR reads
Peter Maydell
1
-8
/
+6
2014-06-29
hw/arm/virt: Provide PL031 RTC
Peter Maydell
1
-0
/
+30
2014-06-29
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
32
-282
/
+854
2014-06-29
tests: add human format test for string output visitor
Hu Tao
1
-19
/
+90
[next]