summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-06-30usb-ohci: Add support for being a companion controllerusb-patchesHans de Goede1-12/+40
2011-06-30usb-uhci: Add support for being a companion controllerHans de Goede1-5/+36
2011-06-30usb-ehci: Add support for registering companion controllersHans de Goede1-30/+144
2011-06-30usb-ehci: Fix handling of PED and PEDC port status bitsHans de Goede1-13/+11
2011-06-30usb: assert on calling usb_attach(port, NULL) on a port without a devHans de Goede1-5/+4
2011-06-30usb-ehci: cleanup port reset handlingHans de Goede1-6/+1
2011-06-30usb-ehci: Connect Status bit is read only, don't allow changing it by the guestHans de Goede1-2/+2
2011-06-30usb-ehci: drop unused num-ports state memberHans de Goede1-1/+0
2011-06-30usb: Replace device_destroy bus op with a child_detach port opHans de Goede8-29/+69
2011-06-30usb: Make port wakeup and complete ops take a USBPort instead of a DeviceHans de Goede6-23/+25
2011-06-30usb: Add a register_companion USB bus op.Hans de Goede2-0/+36
2011-06-30usb: Move (initial) call of usb_port_location to usb_fill_portHans de Goede5-4/+1
2011-06-30usb: Add a usb_fill_port helper functionHans de Goede1-2/+8
2011-06-23usb: ignore USB_DT_DEBUGGerd Hoffmann2-0/+5
2011-06-23usb-storage: Turn drive serial into a qdev property usb-storage.serialMarkus Armbruster1-3/+11
2011-06-23hw/usb-ohci.c: Fix handling of remote wakeup corner casesPeter Maydell1-3/+14
2011-06-23usb-bus: Don't allow speed mismatch while attaching devicesHans de Goede1-0/+5
2011-06-23usb-linux: allow "compatible" high speed devices to connect at fullspeedHans de Goede1-0/+39
2011-06-23usb: Add a speedmask to devicesHans de Goede5-0/+17
2011-06-23usb: Proper error propagation for usb_device_attach errorsHans de Goede3-15/+21
2011-06-23usb-bus: Don't allow attaching a device to a bus with no free portsHans de Goede1-0/+5
2011-06-23ehci: switch to nanosecondsGerd Hoffmann1-18/+11
2011-06-23ehci: add freq + maxframes propertiesGerd Hoffmann1-2/+12
2011-06-23usb-linux: track inflight iso urb countGerd Hoffmann1-1/+25
2011-06-23usb-linux: make iso urb count contigurableGerd Hoffmann1-7/+8
2011-06-23usb-linux: add get_endp()Gerd Hoffmann1-18/+21
2011-06-22net: Warn about "-net nic" options which were ignoredPeter Maydell3-1/+18
2011-06-22net: Don't warn about the default network setupPeter Maydell1-0/+12
2011-06-22Revert "net: Improve the warnings for dubious command line option combinations"Peter Maydell1-31/+0
2011-06-22Optimize screendumpAvi Kivity1-3/+10
2011-06-22Merge remote-tracking branch 'qmp/for-anthony' into stagingAnthony Liguori6-9/+15
2011-06-22Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori29-327/+2675
2011-06-22Merge remote-tracking branch 'mst/for_anthony' into stagingAnthony Liguori56-441/+2741
2011-06-22Merge remote-tracking branch 'agraf/xen-next' into stagingAnthony Liguori17-185/+826
2011-06-21kvm: fix FPU state subsectionMarcelo Tosatti1-3/+3
2011-06-20KVM: Fix XSAVE feature bit enumerationAndre Przywara1-1/+4
2011-06-20Remove unneeded kvm.h from cpu-exec.cJan Kiszka1-1/+0
2011-06-20kvm: x86: Pass KVMState to kvm_arch_get_supported_cpuidJan Kiszka3-24/+28
2011-06-20kvm: Clean up stubsJan Kiszka1-17/+1
2011-06-20kvm: ppc: Drop KVM_CAP build dependenciesJan Kiszka1-14/+0
2011-06-20kvm: x86: Drop KVM_CAP build dependenciesJan Kiszka1-64/+3
2011-06-20kvm: Drop KVM_CAP build dependenciesJan Kiszka1-8/+0
2011-06-20kvm: Drop useless zero-initializationsJan Kiszka1-5/+0
2011-06-20kvm: ppc: Drop CONFIG_KVM_PPC_PVRJan Kiszka2-10/+0
2011-06-20kvm: Drop CONFIG_KVM_PARAJan Kiszka3-35/+1
2011-06-20Switch build system to accompanied kernel headersJan Kiszka4-145/+21
2011-06-20Import kernel headersJan Kiszka13-0/+2520
2011-06-20Add kernel header update scriptJan Kiszka2-0/+57
2011-06-20cmd: fix operator precedenceFrediano Ziglio1-3/+3
2011-06-20Fix typo in cpus.cAlexandre Raymond1-1/+1