index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
hw
/
virtio
/
virtio.h
Age
Commit message (
Expand
)
Author
2015-06-10
virtio: add modern config accessors
Michael S. Tsirkin
2015-06-10
virtio: generation counter support
Michael S. Tsirkin
2015-06-10
virtio: allow to fail setting status
Cornelia Huck
2015-06-10
virtio: allow virtio-1 queue layout
Cornelia Huck
2015-06-10
virtio: endianness checks for virtio 1.0 devices
Cornelia Huck
2015-06-03
virtio: 64bit features fixups.
Gerd Hoffmann
2015-06-01
virtio: make features 64bit wide
Gerd Hoffmann
2015-05-31
virtio: increase the queue limit to 1024
Jason Wang
2015-05-31
virtio: rename VIRTIO_PCI_QUEUE_MAX to VIRTIO_QUEUE_MAX
Jason Wang
2015-05-31
virtio: introduce virtio_get_num_queues()
Jason Wang
2015-05-31
virtio: move VIRTIO_F_NOTIFY_ON_EMPTY into core
Cornelia Huck
2015-05-31
virtio: move host_features
Cornelia Huck
2015-05-29
virtio-input: core code & base class [device]
Gerd Hoffmann
2015-04-27
virtio: coding style tweak
Michael S. Tsirkin
2015-04-27
virtio: introduce vector to virtqueues mapping
Jason Wang
2015-02-26
virtio: add feature checking helpers
Cornelia Huck
2015-02-26
virtio: feature bit manipulation helpers
Cornelia Huck
2015-02-26
virtio: use standard-headers
Michael S. Tsirkin
2014-12-10
virtio: remove useless declaration of virtio_net_init()
Gonglei
2014-09-30
virtio: add a wrapper for virtio-backend initialization
Gonglei
2014-06-29
virtio: add endian-ambivalent support to VirtIODevice
Greg Kurz
2014-06-29
exec: introduce target_words_bigendian() helper
Greg Kurz
2014-06-29
virtio: introduce device specific migration calls
Greg Kurz
2013-12-09
virtio: Convert exit to unrealize
Andreas Färber
2013-12-09
virtio: Complete converting VirtioDevice to QOM realize
Andreas Färber
2013-12-09
virtio: Start converting VirtioDevice to QOM realize
Andreas Färber
2013-12-09
virtio-bus: cleanup plug/unplug interface
Paolo Bonzini
2013-08-12
virtio: clear signalled_used_valid when switching from dataplane
Stefan Hajnoczi
2013-07-19
virtio: Support transports which can specify the vring alignment
Peter Maydell
2013-07-19
virtio: Add support for guest setting of queue size
Peter Maydell
2013-07-15
virtio-net: add feature bit for any header s/g
Michael S. Tsirkin
2013-05-03
virtio: add virtio_device_set_child_bus_name.
KONRAD Frederic
2013-04-24
virtio: drop unused function prototypes.
KONRAD Frederic
2013-04-24
virtio: cleanup: init and exit function.
KONRAD Frederic
2013-04-24
virtio: remove virtiobindings.
KONRAD Frederic
2013-04-24
virtio: remove the function pointer.
KONRAD Frederic
2013-04-24
virtio-rng: cleanup: init and exit functions.
KONRAD Frederic
2013-04-19
virtio.h: drop unused function prototypes
Luiz Capitulino
2013-04-17
virtio: add two functions to VirtioDeviceClass.
KONRAD Frederic
2013-04-08
hw: move headers to include/
Paolo Bonzini