index
:
~jwrdegoede/qemu
chardev-flowcontrol
master
qemu-1.0-usbredir
qemu-1.3-usbredir-wip
qemu-kvm-0.15.0-usbredir
qemu-kvm-1.0-usbredir
qemu-kvm-1.0.1-usbredir
qemu-kvm-1.1-usbredir
qemu-kvm-1.1-usbredir-live
qemu-kvm-1.2-f18
qemu-kvm-1.2-usbredir
qemu-kvm-1.2-usbredir-wip
spice-patches
stable-1.5
usb-borken
usb-for-gerd
usb-next
usb-patches
usb-wip
usbredir
Hans' usb redirection qemu repo
jwrdegoede
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-06-30
usb-ohci: Add support for being a companion controller
usb-patches
Hans de Goede
1
-12
/
+40
2011-06-30
usb-uhci: Add support for being a companion controller
Hans de Goede
1
-5
/
+36
2011-06-30
usb-ehci: Add support for registering companion controllers
Hans de Goede
1
-30
/
+144
2011-06-30
usb-ehci: Fix handling of PED and PEDC port status bits
Hans de Goede
1
-13
/
+11
2011-06-30
usb: assert on calling usb_attach(port, NULL) on a port without a dev
Hans de Goede
1
-5
/
+4
2011-06-30
usb-ehci: cleanup port reset handling
Hans de Goede
1
-6
/
+1
2011-06-30
usb-ehci: Connect Status bit is read only, don't allow changing it by the guest
Hans de Goede
1
-2
/
+2
2011-06-30
usb-ehci: drop unused num-ports state member
Hans de Goede
1
-1
/
+0
2011-06-30
usb: Replace device_destroy bus op with a child_detach port op
Hans de Goede
8
-29
/
+69
2011-06-30
usb: Make port wakeup and complete ops take a USBPort instead of a Device
Hans de Goede
6
-23
/
+25
2011-06-30
usb: Add a register_companion USB bus op.
Hans de Goede
2
-0
/
+36
2011-06-30
usb: Move (initial) call of usb_port_location to usb_fill_port
Hans de Goede
5
-4
/
+1
2011-06-30
usb: Add a usb_fill_port helper function
Hans de Goede
1
-2
/
+8
2011-06-23
usb: ignore USB_DT_DEBUG
Gerd Hoffmann
2
-0
/
+5
2011-06-23
usb-storage: Turn drive serial into a qdev property usb-storage.serial
Markus Armbruster
1
-3
/
+11
2011-06-23
hw/usb-ohci.c: Fix handling of remote wakeup corner cases
Peter Maydell
1
-3
/
+14
2011-06-23
usb-bus: Don't allow speed mismatch while attaching devices
Hans de Goede
1
-0
/
+5
2011-06-23
usb-linux: allow "compatible" high speed devices to connect at fullspeed
Hans de Goede
1
-0
/
+39
2011-06-23
usb: Add a speedmask to devices
Hans de Goede
5
-0
/
+17
2011-06-23
usb: Proper error propagation for usb_device_attach errors
Hans de Goede
3
-15
/
+21
2011-06-23
usb-bus: Don't allow attaching a device to a bus with no free ports
Hans de Goede
1
-0
/
+5
2011-06-23
ehci: switch to nanoseconds
Gerd Hoffmann
1
-18
/
+11
2011-06-23
ehci: add freq + maxframes properties
Gerd Hoffmann
1
-2
/
+12
2011-06-23
usb-linux: track inflight iso urb count
Gerd Hoffmann
1
-1
/
+25
2011-06-23
usb-linux: make iso urb count contigurable
Gerd Hoffmann
1
-7
/
+8
2011-06-23
usb-linux: add get_endp()
Gerd Hoffmann
1
-18
/
+21
2011-06-22
net: Warn about "-net nic" options which were ignored
Peter Maydell
3
-1
/
+18
2011-06-22
net: Don't warn about the default network setup
Peter Maydell
1
-0
/
+12
2011-06-22
Revert "net: Improve the warnings for dubious command line option combinations"
Peter Maydell
1
-31
/
+0
2011-06-22
Optimize screendump
Avi Kivity
1
-3
/
+10
2011-06-22
Merge remote-tracking branch 'qmp/for-anthony' into staging
Anthony Liguori
6
-9
/
+15
2011-06-22
Merge remote-tracking branch 'qemu-kvm/uq/master' into staging
Anthony Liguori
29
-327
/
+2675
2011-06-22
Merge remote-tracking branch 'mst/for_anthony' into staging
Anthony Liguori
56
-441
/
+2741
2011-06-22
Merge remote-tracking branch 'agraf/xen-next' into staging
Anthony Liguori
17
-185
/
+826
2011-06-21
kvm: fix FPU state subsection
Marcelo Tosatti
1
-3
/
+3
2011-06-20
KVM: Fix XSAVE feature bit enumeration
Andre Przywara
1
-1
/
+4
2011-06-20
Remove unneeded kvm.h from cpu-exec.c
Jan Kiszka
1
-1
/
+0
2011-06-20
kvm: x86: Pass KVMState to kvm_arch_get_supported_cpuid
Jan Kiszka
3
-24
/
+28
2011-06-20
kvm: Clean up stubs
Jan Kiszka
1
-17
/
+1
2011-06-20
kvm: ppc: Drop KVM_CAP build dependencies
Jan Kiszka
1
-14
/
+0
2011-06-20
kvm: x86: Drop KVM_CAP build dependencies
Jan Kiszka
1
-64
/
+3
2011-06-20
kvm: Drop KVM_CAP build dependencies
Jan Kiszka
1
-8
/
+0
2011-06-20
kvm: Drop useless zero-initializations
Jan Kiszka
1
-5
/
+0
2011-06-20
kvm: ppc: Drop CONFIG_KVM_PPC_PVR
Jan Kiszka
2
-10
/
+0
2011-06-20
kvm: Drop CONFIG_KVM_PARA
Jan Kiszka
3
-35
/
+1
2011-06-20
Switch build system to accompanied kernel headers
Jan Kiszka
4
-145
/
+21
2011-06-20
Import kernel headers
Jan Kiszka
13
-0
/
+2520
2011-06-20
Add kernel header update script
Jan Kiszka
2
-0
/
+57
2011-06-20
cmd: fix operator precedence
Frediano Ziglio
1
-3
/
+3
2011-06-20
Fix typo in cpus.c
Alexandre Raymond
1
-1
/
+1
[next]