]> git.proxmox.com Git - qemu.git/history - hw/virtio-serial-bus.c
target-arm/neon_helper.c: Use make_float32/float32_val macros
[qemu.git] / hw / virtio-serial-bus.c
2011-03-28 Michael S. Tsirkinvirtio-serial: don't crash on invalid input
2011-03-24 Anthony LiguoriMerge remote branch 'amit/for-anthony' into staging
2011-03-21 Amit Shahvirtio-serial-bus: Simplify handle_output() function
2011-03-21 Amit Shahvirtio-serial: Use a struct to pass config information...
2011-02-24 Gerd Hoffmannvirtio-serial: kill VirtIOSerialDevice
2011-02-04 Amit Shahvirtio-serial: Make sure virtqueue is ready before...
2011-02-01 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2011-02-01 Anthony LiguoriMerge remote branch 'spice/spice.v29.pull' into staging
2011-02-01 Anthony LiguoriMerge remote branch 'spice/usb.5' into staging
2011-02-01 Anthony LiguoriMerge remote branch 'amit/for-anthony' into staging
2011-01-21 Aurelien JarnoMerge branch 'usb.4' of git://anongit.freedesktop.org...
2011-01-20 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2011-01-20 Amit Shahvirtio-serial: save/restore new fields in port struct
2011-01-20 Amit Shahvirtio-serial: Add support for flow control
2011-01-20 Amit Shahvirtio-serial: Don't copy over guest buffer to host
2011-01-20 Amit Shahvirtio-serial: move out discard logic in a separate...
2011-01-12 Amit Shahvirtio-serial-bus: bump up control vq size to 32
2010-10-27 Michael S. TsirkinMerge branch 'pci' into for_anthony
2010-08-23 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2010-08-22 Amit Shahvirtio-serial: Cleanup on device hot-unplug
2010-07-30 Amit Shahvirtio-serial: Check if more max_ports specified than...
2010-07-26 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-07-16 Anthony LiguoriMerge remote branch 'origin/master' into staging
2010-07-15 Anthony LiguoriMerge remote branch 'origin/master' into staging
2010-07-15 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-07-13 Amit Shahvirtio-serial: Assert for virtio queue ready before...
2010-07-13 Amit Shahvirtio-serial: Check if virtio queue is ready before...
2010-07-06 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-07-06 Alex Williamsonsavevm: Add DeviceState param
2010-06-30 Markus Armbrustervirtio-serial: Simplify virtio_serial_load()
2010-06-10 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-06-03 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-06-01 Anthony LiguoriMerge remote branch 'mst/for_anthony' into HEAD
2010-06-01 Alon Levyvirtio-serial-bus: fix ports_map allocation on init
2010-05-03 Amit Shahvirtio-serial: Fix check for 'assert'; prevent NULL...
2010-05-03 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into HEAD
2010-04-28 Amit Shahvirtio-serial: Implement flow control for individual...
2010-04-28 Amit Shahvirtio-serial: Discard data that guest sends us when...
2010-04-28 Amit Shahvirtio-serial: Apps should consume all data that guest...
2010-04-28 Amit Shahvirtio-serial: Handle scatter/gather input from the...
2010-04-28 Amit Shahvirtio-serial: Handle scatter-gather buffers for contro...
2010-04-28 Amit Shahiov: Introduce a new file for helpers around iovs,...
2010-04-28 Amit Shahvirtio-serial: Send out guest data to ports only if...
2010-04-28 Amit Shahvirtio-serial: Propagate errors in initialising ports...
2010-04-28 Amit Shahvirtio-serial: Update copyright year to 2010
2010-04-28 Amit Shahvirtio-serial: Remove redundant check for 0-sized write...
2010-04-28 Amit Shahvirtio-serial: whitespace: match surrounding code
2010-04-28 Amit Shahvirtio-serial: Use control messages to notify guest...
2010-04-28 Amit Shahvirtio-serial: save/load: Send target host connection...
2010-04-28 Amit Shahvirtio-serial: save/load: Ensure we have hot-plugged...
2010-04-28 Amit Shahvirtio-serial: save/load: Ensure nr_ports on src and...
2010-04-28 Amit Shahvirtio-serial: save/load: Ensure target has enough...
2010-03-17 Anthony LiguoriMerge remote branch 'markus/qerror' into staging
2010-03-16 Markus Armbrustererror: Replace qemu_error() by error_report()
2010-02-22 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2010-02-19 Michael S. Tsirkinvirtio-serial: don't set MULTIPORT for 1 port dev
2010-01-29 Amit Shahvirtio-serial-bus: Fix bus initialisation and allow...
2010-01-20 Amit Shahvirtio-serial-bus: Add ability to hot-unplug ports
2010-01-20 Amit Shahvirtio-serial-bus: Add a port 'name' property for port...
2010-01-20 Amit Shahvirtio-serial-bus: Maintain guest and host port open...
2010-01-20 Amit Shahvirtio-console: qdev conversion, new virtio-serial-bus