aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-08vfio-pci: Make host MSI-X enable track guestAlex Williamson
2013-01-08target-i386: Explicitly set vendor for each built-in cpudefIgor Mammedov
2013-01-08target-i386: Sanitize AMD's ext2_features at realize timeIgor Mammedov
2013-01-08target-i386: Filter out unsupported features at realize timeIgor Mammedov
2013-01-08qemu-common.h: Make qemu_init_vcpu() stub static inlineAndreas Färber
2013-01-08target-i386: check/enforce: Eliminate check_feat fieldEduardo Habkost
2013-01-08target-i386: check/enforce: Check SVM flag support as wellEduardo Habkost
2013-01-08target-i386: check/enforce: Check all CPUID.80000001H.EDX bitsEduardo Habkost
2013-01-08target-i386: check/enforce: Do not ignore "hypervisor" flagEduardo Habkost
2013-01-08target-i386: check/enforce: Fix CPUID leaf numbers on error messagesEduardo Habkost
2013-01-08target-i386: kvm: Enable all supported KVM features for -cpu hostEduardo Habkost
2013-01-08target-i386: kvm: -cpu host: Use GET_SUPPORTED_CPUID for SVM featuresEduardo Habkost
2013-01-08cpu: Change parent type to DeviceEduardo Habkost
2013-01-08qdev: Don't assume existence of parent bus on unparentingAndreas Färber
2013-01-08qdev: Include qdev code into *-user, tooEduardo Habkost
2013-01-08libqemustub: sysbus_get_default() stubEduardo Habkost
2013-01-08libqemustub: vmstate register/unregister stubsEduardo Habkost
2013-01-08libqemustub: Add qemu_[un]register_reset() stubsEduardo Habkost
2013-01-08Merge remote-tracking branch 'kraxel/usb.75' into stagingAnthony Liguori
2013-01-08Merge remote-tracking branch 'stefanha/net' into stagingAnthony Liguori
2013-01-08target-mips: Fix helper and tests for dot/cross-dot product instructionsPetar Jovanovic
2013-01-08target-mips: Replace macros by inline functionsStefan Weil
2013-01-08target-mips: Allow DSP access to be disabled once enabled.Eric Johnson
2013-01-08linux-user: fix mips 32-on-64 prealloc caseAlexander Graf
2013-01-08uhci: stop using portio listsGerd Hoffmann
2013-01-08usbredir: Add support for buffered bulk input (v2)Hans de Goede
2013-01-08readline: avoid memcpy() of overlapping regionsNickolai Zeldovich
2013-01-07exynos4210: Add EHCI supportLiming Wang
2013-01-07usb/ehci: Add SysBus EHCI device for Exynos4210Andreas Färber
2013-01-07usb/ehci: Move capsbase and opregbase into SysBus EHCI classAndreas Färber
2013-01-07usb/ehci: Clean up SysBus and PCI EHCI splitAndreas Färber
2013-01-07xhci: call set-address with dummy usbpacketGerd Hoffmann
2013-01-07usb-redir: Add debugging to bufpq save / restoreHans de Goede
2013-01-07usbredir: Add usbredir_init_endpoints() helperHans de Goede
2013-01-07usbredir: Verify we have 32 bits bulk length cap when redirecting to xhciHans de Goede
2013-01-07usbredir: Add ep_stopped USBDevice methodHans de Goede
2013-01-07usbredir: Add USBEP2I and I2USBEP helper macrosHans de Goede
2013-01-07usbredir: Add an usbredir_stop_ep helper functionHans de Goede
2013-01-07usb: Add an usb_device_ep_stopped USBDevice methodHans de Goede
2013-01-07usb: Fix usb_ep_find_packet_by_idHans de Goede
2013-01-07hid: Change idle handling to use a timerHans de Goede
2013-01-07uhci: Maximize how many frames we catch up when behindHans de Goede
2013-01-07uhci: Limit amount of frames processed in one goHans de Goede
2013-01-07uhci: Add a QH_VALID defineHans de Goede
2013-01-07uhci: Fix pending interrupts getting lost on migrationHans de Goede
2013-01-07uhci: Fix 1 ms delay in interrupt reporting to the guestHans de Goede
2013-01-07ehci: Don't call commit_irq after raising PCDHans de Goede
2013-01-07ehci: Further speedup rescanning if async schedule after raising an interruptHans de Goede
2013-01-07ehci: Use uframe precision for interrupt threshold checking (v2)Hans de Goede
2013-01-07ehci: Verify a queue's ep direction does not changeHans de Goede