index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
virtio
Commit message (
Expand
)
Author
Age
Files
Lines
*
virtio-rng: Add human-readable error message for negative max-bytes parameter
John Snow
2014-07-22
1
-1
/
+7
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2014-07-18
1
-1
/
+5
|
\
|
*
vhost-user: minor cleanups
Michael S. Tsirkin
2014-07-18
1
-1
/
+3
|
*
vhost-user: Fix VHOST_SET_MEM_TABLE processing
Nikolay Nikolaev
2014-07-18
1
-1
/
+3
*
|
virtio-blk: embed VirtQueueElement in VirtIOBlockReq
Stefan Hajnoczi
2014-07-14
1
-11
/
+6
*
|
dataplane: do not free VirtQueueElement in vring_push()
Stefan Hajnoczi
2014-07-14
1
-5
/
+4
|
/
*
virtio-pci: fix MSI memory region use after free
Paolo Bonzini
2014-07-06
1
-2
/
+2
*
hw/virtio: enable common virtio feature for mmio device
Ming Lei
2014-07-06
1
-0
/
+6
*
virtio: move common virtio properties to bus class device
Ming Lei
2014-07-06
1
-6
/
+6
*
virtio-blk: replace x-iothread with iothread link property
Stefan Hajnoczi
2014-07-01
1
-0
/
+2
*
virtio: fix virtio-blk child refcount in transports
Stefan Hajnoczi
2014-07-01
1
-0
/
+1
*
virtio-blk: use aliases instead of duplicate qdev properties
Stefan Hajnoczi
2014-07-01
2
-3
/
+1
*
virtio-blk: move x-data-plane qdev property to virtio-blk.h
Stefan Hajnoczi
2014-07-01
1
-3
/
+0
*
virtio-balloon: use virtio wrappers to access page frame numbers
Rusty Russell
2014-06-29
1
-3
/
+5
*
virtio: allow byte swapping for vring
Rusty Russell
2014-06-29
1
-41
/
+48
*
virtio: add endian-ambivalent support to VirtIODevice
Greg Kurz
2014-06-29
2
-16
/
+91
*
exec: introduce target_words_bigendian() helper
Greg Kurz
2014-06-29
1
-3
/
+0
*
virtio: add subsections to the migration stream
Greg Kurz
2014-06-29
1
-2
/
+19
*
virtio-rng: implement per-device migration calls
Greg Kurz
2014-06-29
1
-5
/
+7
*
virtio-balloon: implement per-device migration calls
Greg Kurz
2014-06-29
1
-11
/
+14
*
virtio: introduce device specific migration calls
Greg Kurz
2014-06-29
3
-3
/
+14
*
vhost-user: fix regions provied with VHOST_USER_SET_MEM_TABLE message
Damjan Marion
2014-06-29
1
-9
/
+14
*
Allow mismatched virtio config-len
Dr. David Alan Gilbert
2014-06-29
1
-5
/
+11
*
Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging
Peter Maydell
2014-06-24
1
-2
/
+4
|
\
|
*
qapi event: convert BALLOON_CHANGE
Wenchao Xia
2014-06-23
1
-2
/
+4
*
|
virtio-pci: Report an error when msix vectors init fails
Fam Zheng
2014-06-23
1
-0
/
+2
*
|
vhost: fix resource leak in error handling
Michael S. Tsirkin
2014-06-23
1
-4
/
+6
*
|
vhost: block migration if backend does not log memory
Michael S. Tsirkin
2014-06-23
1
-0
/
+11
|
/
*
Add vhost-user as a vhost backend.
Nikolay Nikolaev
2014-06-19
3
-1
/
+348
*
Add vhost-backend and VhostBackendType
Nikolay Nikolaev
2014-06-19
3
-2
/
+72
*
Add vhost_ops to vhost_dev struct and replace all relevant ioctls
Nikolay Nikolaev
2014-06-19
1
-20
/
+21
*
vhost_net_init will use VhostNetOptions to get all its arguments
Nikolay Nikolaev
2014-06-19
1
-9
/
+3
*
vhost: add vhost_get_features and vhost_ack_features
Nikolay Nikolaev
2014-06-19
1
-0
/
+27
*
virtio: Drop superfluous conditionals around g_strdup()
Markus Armbruster
2014-06-19
1
-5
/
+1
*
virtio: Drop superfluous conditionals around g_free()
Markus Armbruster
2014-06-19
2
-14
/
+6
*
vhost: replace ffsl with ctzl
Natanael Copa
2014-06-11
1
-4
/
+2
*
virtio.c: fix error message
Michael Tokarev
2014-06-10
1
-1
/
+1
*
virtio-balloon: return empty data when no stats are available
Ján Tomko
2014-05-25
1
-5
/
+2
*
qapi: Replace uncommon use of the error API by the common one
Markus Armbruster
2014-05-15
1
-4
/
+8
*
hw: Don't call visit_end_struct() after visit_start_struct() fails
Markus Armbruster
2014-05-15
1
-6
/
+19
*
virtio: allow mapping up to max queue size
Michael S. Tsirkin
2014-05-12
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140505' i...
Peter Maydell
2014-05-07
1
-2
/
+23
|
\
|
*
virtio: validate config_len on load
Michael S. Tsirkin
2014-05-05
1
-1
/
+7
|
*
virtio: validate num_sg when mapping
Michael S. Tsirkin
2014-05-05
1
-0
/
+6
|
*
virtio: avoid buffer overrun on incoming migration
Michael Roth
2014-05-05
1
-0
/
+3
|
*
virtio: out-of-bounds buffer write on invalid state load
Michael S. Tsirkin
2014-05-05
1
-1
/
+7
*
|
qom: Clean up fragile use of error_is_set() in set() methods
Markus Armbruster
2014-05-05
1
-2
/
+4
|
/
*
virtio-rng: Avoid default_backend refcount leak
Stefan Hajnoczi
2014-03-19
1
-0
/
+3
*
qom: Add check() argument to object_property_add_link()
Stefan Hajnoczi
2014-03-19
2
-0
/
+2
*
qom: Make QOM link property unref optional
Stefan Hajnoczi
2014-03-19
2
-2
/
+4
[next]