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
/
hw
/
char
/
virtio-serial-bus.c
Age
Commit message (
Expand
)
Author
2016-02-06
virtio: introduce qemu_get/put_virtqueue_element
Paolo Bonzini
2016-02-06
virtio: move allocation to virtqueue_pop/vring_pop
Paolo Bonzini
2016-01-29
virtio: Clean up includes
Peter Maydell
2016-01-13
virtio serial port: fix to incomplete QOMify
Cao jin
2015-10-29
virtio-serial: convert to virtio_map
Michael S. Tsirkin
2015-09-10
virtio: avoid leading underscores for helpers
Cornelia Huck
2015-07-27
virtio: get_features() can fail
Jason Wang
2015-07-27
virtio-serial: fix ANY_LAYOUT
Michael S. Tsirkin
2015-06-22
qerror: Move #include out of qerror.h
Markus Armbruster
2015-06-10
virtio-serial-bus: move qdev properties into virtio-serial-bus.c
Shannon Zhao
2015-06-01
virtio: make features 64bit wide
Gerd Hoffmann
2015-05-31
virtio: rename VIRTIO_PCI_QUEUE_MAX to VIRTIO_QUEUE_MAX
Jason Wang
2015-04-28
Convert ffs() != 0 callers to ctz32()
Stefan Hajnoczi
2015-03-25
virtio-serial: fix virtio config size
Michael S. Tsirkin
2015-03-19
virtio: serial: expose a 'guest_writable' callback for users
Amit Shah
2015-03-11
virtio-serial: fix segfault on NULL port names
Amit Shah
2015-02-26
virtio-serial-bus.c: drop virtio_ids.h
Michael S. Tsirkin
2015-02-26
virtio: add feature checking helpers
Cornelia Huck
2015-02-26
virtio: feature bit manipulation helpers
Cornelia Huck
2015-02-26
virtio-serial: switch to standard-headers
Michael S. Tsirkin
2015-02-10
virtio: Fix warning caused by missing 'static' attribute
Stefan Weil
2015-01-05
virtio-serial: Don't keep a persistent copy of config space
David Gibson
2015-01-05
virtio_serial: Don't use vser->config.max_nr_ports internally
David Gibson
2014-11-07
virtio-serial: avoid crash when port has no name
Marc-André Lureau
2014-10-15
virtio-serial: Convert to hotplug-handler API
Igor Mammedov
2014-08-18
virtio-serial: search for duplicate port names before adding new ports
Amit Shah
2014-08-18
virtio-serial: create a linked list of all active devices
Amit Shah
2014-07-16
virtio-serial-bus: keep port 0 reserved for virtconsole even on unplug
Amit Shah
2014-06-29
virtio-serial-bus: use virtio wrappers to access headers
Rusty Russell
2014-06-29
virtio-serial: implement per-device migration calls
Greg Kurz
2014-06-29
virtio: introduce device specific migration calls
Greg Kurz
2014-06-29
virtio-serial: don't migrate the config space
Alexander Graf
2014-06-24
virtio-serial: remove useless set_config function
Paolo Bonzini
2014-03-13
virtio-serial-port: Convert to QOM realize/unrealize
Andreas Färber
2013-12-09
virtio: Convert exit to unrealize
Andreas Färber
2013-12-09
virtio-serial: Convert to QOM realize
Andreas Färber
2013-12-09
virtio-serial: QOM realize preparations
Andreas Färber
2013-12-09
virtio-serial: switch exit callback to VirtioDeviceClass
Paolo Bonzini
2013-08-30
qdev: Pass size to qbus_create_inplace()
Andreas Färber
2013-08-22
aio / timers: Switch entire codebase to the new timer API
Alex Bligh
2013-07-29
devices: Associate devices to their logical category
Marcel Apfelbaum
2013-05-03
virtio-serial: fix command line compatibility.
KONRAD Frederic
2013-04-24
virtio: cleanup: init and exit function.
KONRAD Frederic
2013-04-24
virtio: remove the function pointer.
KONRAD Frederic
2013-04-15
virtio-serial: cleanup: remove qdev field.
KONRAD Frederic
2013-04-15
virtio-serial: cleanup: use QOM casts.
KONRAD Frederic
2013-04-15
virtio-serial: cleanup: init and exit functions.
KONRAD Frederic
2013-04-15
virtio-serial: add the virtio-serial device.
KONRAD Frederic
2013-04-08
hw: move virtio devices to hw/ subdirectories
Paolo Bonzini