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
path:
root
/
hw
/
virtio
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-29
virtio-balloon: use virtio wrappers to access page frame numbers
Rusty Russell
1
-3
/
+5
2014-06-29
virtio: allow byte swapping for vring
Rusty Russell
1
-41
/
+48
2014-06-29
virtio: add endian-ambivalent support to VirtIODevice
Greg Kurz
2
-16
/
+91
2014-06-29
exec: introduce target_words_bigendian() helper
Greg Kurz
1
-3
/
+0
2014-06-29
virtio: add subsections to the migration stream
Greg Kurz
1
-2
/
+19
2014-06-29
virtio-rng: implement per-device migration calls
Greg Kurz
1
-5
/
+7
2014-06-29
virtio-balloon: implement per-device migration calls
Greg Kurz
1
-11
/
+14
2014-06-29
virtio: introduce device specific migration calls
Greg Kurz
3
-3
/
+14
2014-06-29
vhost-user: fix regions provied with VHOST_USER_SET_MEM_TABLE message
Damjan Marion
1
-9
/
+14
2014-06-29
Allow mismatched virtio config-len
Dr. David Alan Gilbert
1
-5
/
+11
2014-06-24
Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging
Peter Maydell
1
-2
/
+4
2014-06-23
qapi event: convert BALLOON_CHANGE
Wenchao Xia
1
-2
/
+4
2014-06-23
virtio-pci: Report an error when msix vectors init fails
Fam Zheng
1
-0
/
+2
2014-06-23
vhost: fix resource leak in error handling
Michael S. Tsirkin
1
-4
/
+6
2014-06-23
vhost: block migration if backend does not log memory
Michael S. Tsirkin
1
-0
/
+11
2014-06-19
Add vhost-user as a vhost backend.
Nikolay Nikolaev
3
-1
/
+348
2014-06-19
Add vhost-backend and VhostBackendType
Nikolay Nikolaev
3
-2
/
+72
2014-06-19
Add vhost_ops to vhost_dev struct and replace all relevant ioctls
Nikolay Nikolaev
1
-20
/
+21
2014-06-19
vhost_net_init will use VhostNetOptions to get all its arguments
Nikolay Nikolaev
1
-9
/
+3
2014-06-19
vhost: add vhost_get_features and vhost_ack_features
Nikolay Nikolaev
1
-0
/
+27
2014-06-19
virtio: Drop superfluous conditionals around g_strdup()
Markus Armbruster
1
-5
/
+1
2014-06-19
virtio: Drop superfluous conditionals around g_free()
Markus Armbruster
2
-14
/
+6
2014-06-11
vhost: replace ffsl with ctzl
Natanael Copa
1
-4
/
+2
2014-06-10
virtio.c: fix error message
Michael Tokarev
1
-1
/
+1
2014-05-25
virtio-balloon: return empty data when no stats are available
Ján Tomko
1
-5
/
+2
2014-05-15
qapi: Replace uncommon use of the error API by the common one
Markus Armbruster
1
-4
/
+8
2014-05-15
hw: Don't call visit_end_struct() after visit_start_struct() fails
Markus Armbruster
1
-6
/
+19
2014-05-12
virtio: allow mapping up to max queue size
Michael S. Tsirkin
1
-1
/
+1
2014-05-07
Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140505' i...
Peter Maydell
1
-2
/
+23
2014-05-05
virtio: validate config_len on load
Michael S. Tsirkin
1
-1
/
+7
2014-05-05
virtio: validate num_sg when mapping
Michael S. Tsirkin
1
-0
/
+6
2014-05-05
virtio: avoid buffer overrun on incoming migration
Michael Roth
1
-0
/
+3
2014-05-05
virtio: out-of-bounds buffer write on invalid state load
Michael S. Tsirkin
1
-1
/
+7
2014-05-05
qom: Clean up fragile use of error_is_set() in set() methods
Markus Armbruster
1
-2
/
+4
2014-03-19
virtio-rng: Avoid default_backend refcount leak
Stefan Hajnoczi
1
-0
/
+3
2014-03-19
qom: Add check() argument to object_property_add_link()
Stefan Hajnoczi
2
-0
/
+2
2014-03-19
qom: Make QOM link property unref optional
Stefan Hajnoczi
2
-2
/
+4
2014-02-14
qdev: Remove hex8/32/64 property types
Paolo Bonzini
1
-3
/
+3
2014-02-11
exec: Make stw_*_phys input an AddressSpace
Edgar E. Iglesias
1
-4
/
+6
2014-02-11
exec: Make stl_*_phys input an AddressSpace
Edgar E. Iglesias
1
-2
/
+2
2014-02-11
exec: Make lduw_*_phys input an AddressSpace
Edgar E. Iglesias
1
-8
/
+8
2014-02-11
exec: Make ldq/ldub_*_phys input an AddressSpace
Edgar E. Iglesias
1
-1
/
+1
2014-02-11
exec: Make ldl_*_phys input an AddressSpace
Edgar E. Iglesias
1
-1
/
+2
2014-02-01
Merge remote-tracking branch 'qmp-unstable/queue/qmp' into staging
Peter Maydell
1
-6
/
+9
2014-01-30
Merge remote-tracking branch 'mjt/tags/trivial-patches-2014-01-16' into staging
Peter Maydell
1
-3
/
+4
2014-01-28
virtio_rng: replace custom backend API with UserCreatable.complete() callback
Igor Mammedov
1
-6
/
+9
2014-01-22
dataplane: fix shadowed return value
Stefan Hajnoczi
1
-1
/
+1
2014-01-15
virtio-balloon: don't hardcode config size value
Luiz Capitulino
1
-3
/
+4
2014-01-10
Merge remote-tracking branch 'stefanha/block' into staging
Anthony Liguori
3
-273
/
+165
2013-12-23
virtio: add back call to virtio_bus_device_unplugged
Paolo Bonzini
1
-0
/
+2
[next]