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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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 backing-file option to block-stream
Jeff Cody
5
-14
/
+43
2014-07-01
block: extend block-commit to accept a string for the backing file
Jeff Cody
7
-11
/
+59
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
configure: Fix -lm test, so that tools can be compiled on hosts that require -lm
Alexey Kardashevskiy
2
-5
/
+1
2014-07-01
qdev: correctly send DEVICE_DELETED for recursively-deleted devices
Paolo Bonzini
2
-2
/
+4
2014-07-01
memory: do not give a name to the internal exec.c regions
Paolo Bonzini
1
-4
/
+4
2014-07-01
memory: MemoryRegion: Add size property
Peter Crosthwaite
1
-0
/
+13
2014-07-01
memory: MemoryRegion: Add may-overlap and priority props
Peter Crosthwaite
2
-1
/
+25
2014-07-01
memory: MemoryRegion: Add container and addr props
Peter Crosthwaite
1
-0
/
+46
2014-07-01
memory: MemoryRegion: replace owner field with QOM parent
Paolo Bonzini
2
-11
/
+25
2014-07-01
memory: MemoryRegion: QOMify
Peter Crosthwaite
3
-22
/
+109
2014-07-01
memory: MemoryRegion: use /machine as default owner
Paolo Bonzini
2
-3
/
+2
2014-07-01
libqtest: escape strings in QMP commands, fix leak
Paolo Bonzini
4
-16
/
+43
2014-07-01
qom: object: Ignore refs/unrefs of NULL
Peter Crosthwaite
1
-6
/
+8
2014-07-01
qom: object: remove parent pointer when unparenting
Peter Crosthwaite
1
-0
/
+1
2014-07-01
mc146818rtc: add "rtc-time" link to "/machine/rtc"
Marcelo Tosatti
1
-0
/
+9
2014-07-01
qom: allow creating an alias of a child<> property
Paolo Bonzini
1
-1
/
+11
2014-07-01
qom: add a generic mechanism to resolve paths
Paolo Bonzini
2
-34
/
+82
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-scsi: scsi events must be converted to target endianness
Cédric Le Goater
1
-2
/
+2
2014-07-01
virtio-scsi: virtio_scsi_push_event() lacks VirtIOSCSIReq parsing
Greg Kurz
1
-7
/
+1
2014-07-01
qom: add object_property_add_alias()
Stefan Hajnoczi
2
-0
/
+71
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
irq: Slim conversion of qemu_irq to QOM
Andreas Färber
2
-2
/
+22
2014-07-01
irq: Allocate IRQs individually
Peter Crosthwaite
5
-17
/
+11
2014-06-30
hw: Fix qemu_allocate_irqs() leaks
Andreas Färber
14
-29
/
+28
2014-06-30
sdhci: Fix misuse of qemu_free_irqs()
Andreas Färber
1
-2
/
+2
2014-06-30
qom: Remove parent pointer when unparenting
Peter Crosthwaite
1
-0
/
+1
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
[prev]
[next]