]> git.proxmox.com Git - mirror_qemu.git/history - hw/usb/redirect.c
Merge remote-tracking branch 'aneesh/for-upstream' into staging
[mirror_qemu.git] / hw / usb / redirect.c
2012-12-10 Anthony LiguoriMerge remote-tracking branch 'aneesh/for-upstream'...
2012-12-10 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.74' into staging
2012-12-04 Hans de Goedeusb: Call wakeup when data becomes available for all...
2012-11-28 Anthony LiguoriMerge remote-tracking branch 'bonzini/nbd-next' into...
2012-11-26 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2012-11-26 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.72' into staging
2012-11-21 Hans de Goedeusb-redir: Don't handle interrupt output packets async
2012-11-21 Hans de Goedeusb-redir: Split usb_handle_interrupt_data into separat...
2012-11-19 Anthony LiguoriMerge remote-tracking branch 'kiszka/queues/slirp'...
2012-11-19 Anthony LiguoriMerge remote-tracking branch 'bonzini/build-urgent...
2012-11-19 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2012-11-19 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.71' into staging
2012-11-16 Hans de Goedeusb-redir: Set default debug level to warning
2012-11-16 Hans de Goedeusb-redir: Only add actually in flight packets to the...
2012-11-14 Anthony LiguoriMerge remote-tracking branch 'awilliam/tags/vfio-pci...
2012-11-14 Anthony LiguoriMerge remote-tracking branch 'kraxel/pixman.v5' into...
2012-11-14 Anthony LiguoriMerge remote-tracking branch 'bonzini/nbd-next' into...
2012-11-14 Anthony LiguoriMerge remote-tracking branch 'bonzini/scsi-next' into...
2012-11-14 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.70' into staging
2012-11-08 Hans de Goedeusb-redir: Allow packets to have both data and an error...
2012-11-08 Hans de Goedeusb: split packet result into actual_length + status
2012-11-03 Blue SwirlMerge branch 'trivial-patches' of git://github.com...
2012-11-02 Anthony LiguoriMerge remote-tracking branch 'bonzini/migr-coroutine...
2012-11-02 Anthony LiguoriMerge remote-tracking branch 'afaerber/qom-cpu' into...
2012-11-01 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.69' into staging
2012-11-01 Hans de Goedeusb-redir: Allow redirecting super speed devices to...
2012-11-01 Jan Kiszkausb-redir: Allow to attach USB 2.0 devices to 1.1 host...
2012-11-01 Hans de Goedeusb-redir: Use reject rather the disconnect on bad...
2012-11-01 Hans de Goedeusb-redir: Add an usbredir_setup_usb_eps() helper function
2012-11-01 Hans de Goedeusb-redir: Add support for input pipelining
2012-11-01 Hans de Goedeusb-redir: Add support for 32 bits bulk packet length
2012-10-31 Paolo BonziniMerge remote-tracking branch 'origin/master' into threa...
2012-10-30 Blue SwirlMerge branch 'qspi.2' of git://developer.petalogix...
2012-10-29 Anthony LiguoriMerge remote-tracking branch 'mst/tags/for_anthony...
2012-10-29 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.68' into staging
2012-10-25 Hans de Goedeusb: Move short-not-ok handling to the core
2012-10-19 Aurelien JarnoMerge branch 'linux-user-for-upstream' of git://git...
2012-10-12 Anthony LiguoriMerge remote-tracking branch 'pmaydell/arm-devs.for...
2012-10-12 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2012-10-12 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.67' into staging
2012-10-11 Hans de Goedeusb-redir: Don't make migration fail in none seamless...
2012-10-11 Hans de Goedeusb-redir: Change usbredir_open_chardev into usbredir_c...
2012-09-25 Anthony LiguoriMerge remote-tracking branch 'afaerber/qom-cpu' into...
2012-09-25 Anthony LiguoriMerge remote-tracking branch 'bonzini/scsi-next' into...
2012-09-25 Anthony LiguoriMerge remote-tracking branch 'bonzini/nbd-next' into...
2012-09-21 Aurelien JarnoMerge branch 'usb.65' of git://git.kraxel.org/qemu
2012-09-13 Hans de Goedeusb-redir: Revert usb-redir part of commit 93bfef4c
2012-09-13 Hans de Goedeusb-redir: Add chardev open / close debug logging
2012-09-13 Hans de Goedeusb-redir: Add support for migration
2012-09-13 Hans de Goedeusb-redir: Store max_packet_size in endp_data
2012-09-13 Hans de Goedeusb-redir: Add an already_in_flight packet-id queue
2012-09-13 Hans de Goedeusb-redir: Change cancelled packet code into a generic...
2012-09-11 Aurelien JarnoMerge branch 'usb.64' of git://git.kraxel.org/qemu
2012-09-11 Hans de Goedeusb-redir: Enable pipelining for bulk endpoints
2012-09-11 Hans de Goedeusb-redir: Ensure our peer has the necessary caps when...
2012-09-11 Hans de Goedeusb-redir: Add a usbredir_reject_device helper function
2012-09-11 Hans de Goedeusb-redir: Set ep max_packet_size if available
2012-09-11 Hans de Goedeusb-redir: Convert to new libusbredirparser 0.5 API
2012-09-11 Hans de Goedeusb-redir: Return babble when getting more bulk data...
2012-09-11 Hans de Goedeusb-redir: Move to core packet id and queue handling
2012-09-11 Hans de Goedeusb-redir: Get rid of unused async-struct dev member
2012-09-11 Hans de Goedeusb-redir: Get rid of local shadow copy of packet headers
2012-09-11 Hans de Goedeusb-redir: Get rid of async-struct get member
2012-09-11 Hans de Goedeusb-redir: Don't delay handling of open events to a...
2012-09-11 Hans de Goedeusb-redir: Never return USB_RET_NAK for async handled...
2012-08-09 Blue SwirlMerge branch 'x86cpu_qom_tcg_v2' of git://github.com...
2012-07-29 Michael S. TsirkinMerge branch pci into master
2012-07-18 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2012-07-09 Anthony LiguoriMerge remote-tracking branch 'mjt/mjt-iov2' into staging
2012-07-09 Anthony LiguoriMerge remote-tracking branch 'quintela/migration-anthon...
2012-07-09 Anthony LiguoriMerge remote-tracking branch 'kiszka/queues/slirp'...
2012-07-09 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2012-07-09 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.55' into staging
2012-07-09 Hans de Goedeusb-redir: Correctly handle the usb_redir_babble usbred...
2012-06-24 Blue SwirlMerge branch 's390-for-upstream' of git://repo.or.cz...
2012-06-24 Blue SwirlMerge branch 'arm-devs.for-upstream' of git://git.linar...
2012-06-19 Crístian VianaAllow machines to configure the QEMU_VERSION that's...
2012-05-01 Blue SwirlMerge branch 'maintainers-up' of git://repo.or.cz/qemu...
2012-05-01 Blue SwirlMerge branch 'qom-cpu-rest.v1' of git://github.com...
2012-04-28 Blue SwirlMerge branch 'target-arm.for-upstream' of git://git...
2012-04-28 Blue SwirlMerge branch 'timer' of git://qemu.weilnetz.de/qemu
2012-04-27 Anthony LiguoriMerge remote-tracking branch 'qmp/queue/qmp' into staging
2012-04-26 Anthony LiguoriMerge remote-tracking branch 'bonzini/nbd-next' into...
2012-04-26 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.49' into staging
2012-04-26 Hans de Goedeusb-redir: Not finding an async urb id is not an error
2012-04-26 Hans de Goedeusb-redir: Reset device address and speed on disconnect
2012-04-26 Hans de Goedeusb-redir: An interface count of 0 is a valid value
2012-04-23 Anthony LiguoriMerge remote-tracking branch 'sstabellini/build_fix...
2012-04-23 Anthony LiguoriMerge remote-tracking branch 'bonzini/nbd-next' into...
2012-04-23 Anthony LiguoriMerge remote-tracking branch 'bonzini/scsi-next' into...
2012-04-23 Anthony LiguoriMerge remote-tracking branch 'stefanha/tracing' into...
2012-04-18 Anthony LiguoriMerge remote-tracking branch 'origin/master' into staging
2012-04-18 Anthony LiguoriMerge remote-tracking branch 'spice/spice.v52' into...
2012-04-18 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.46' into staging
2012-04-17 Hans de Goedeusb-redir: Notify our peer when we reject a device...
2012-04-17 Gerd HoffmannAdd bootindex support to usb-host and usb-redir
2012-03-19 Anthony LiguoriMerge remote-tracking branch 'sstabellini/saverestore...
2012-03-16 Anthony LiguoriMerge remote-tracking branch 'kraxel/seabios-1.6.3...
2012-03-13 Anthony LiguoriMerge remote-tracking branch 'kiszka/queues/slirp'...
2012-03-13 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.44' into staging
next