aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-05-04musb: get musb state via container_of()Gerd Hoffmann
2011-05-04ohci: get ohci state via container_of()Gerd Hoffmann
2011-05-04uhci: keep uhci state pointer in async packet struct.Gerd Hoffmann
2011-05-04uhci: switch to QTAILQGerd Hoffmann
2011-05-04usb: control buffer fixesHans de Goede
2011-05-04usb-linux: Add support for buffering iso out usb packetsHans de Goede
2011-05-04usb-linux: We only need to keep track of 15 endpointsHans de Goede
2011-05-04usb-linux: Refuse iso packets when max packet size is 0 (alt setting 0)Hans de Goede
2011-05-04usb-linux: Refuse packets for endpoints which are not in the usb descriptorHans de Goede
2011-05-04usb-linux: Add support for buffering iso usb packetsHans de Goede
2011-05-04usb-linux: Get the alt. setting from sysfs rather then asking the devHans de Goede
2011-05-04usb-linux: introduce a usb_linux_alt_setting functionHans de Goede
2011-05-03spice: drop obsolete iothread lockingGerd Hoffmann
2011-05-03spice: don't call displaystate callbacks from spice server context.Gerd Hoffmann
2011-05-03spice: don't create updates in spice server context.Gerd Hoffmann
2011-05-03Make spice dummy functions inline to fix calls not checking return valuesJes Sorensen
2011-05-03NBD: Avoid leaking a couple of strings when the NBD device is closedNick Thomas
2011-05-03qemu-progress.c: printf isn't signal safeJes Sorensen
2011-05-03ide/atapi: fix set but unusedAlon Levy
2011-05-03atapi: Explain why we need a 'media not present' stateAmit Shah
2011-05-03atapi: Move comment to proper placeAmit Shah
2011-05-03qemu-img resize: Fix option parsingKevin Wolf
2011-05-03lm32: add Milkymist Minimac2 supportMichael Walle
2011-05-03milkymist-sysctl: fix timersMichael Walle
2011-05-03milkymist-vgafb: fix console resizingMichael Walle
2011-05-03lm32: fix exception handlingMichael Walle
2011-05-02kvm: use qemu_free consistentlyPaolo Bonzini
2011-05-02fix crash in migration, 32-bit userspace on 64-bit hostMichael Tokarev
2011-05-02kvm: Install specialized interrupt handlerJan Kiszka
2011-05-02Redirect cpu_interrupt to callback handlerJan Kiszka
2011-05-02Break up user and system cpu_interrupt implementationsJan Kiszka
2011-05-02kvm: create kvmclock when one of the flags are presentGlauber Costa
2011-05-02kvm: add kvmclock to its second bitGlauber Costa
2011-05-02x86: Allow multiple cpu feature matches of lookup_featureJan Kiszka
2011-05-02kvm: use kernel-provided para_features instead of statically coming up with n...Glauber Costa
2011-05-02Don't zero out buffer in sched_getaffinityMike McCormack
2011-05-02Fix buffer overrun in sched_getaffinityMike McCormack
2011-05-02linux-user: Fix compilation for "old" linux versionsStefan Weil
2011-04-29Merge branch 'patches' of git://qemu.weilnetz.de/git/qemuBlue Swirl
2011-04-28virtfs: fix build due from renameAnthony Liguori
2011-04-28Merge remote-tracking branch 'amitshah/for-anthony' into stagingAnthony Liguori
2011-04-28Merge remote-tracking branch 'jvrao/for-anthony' into stagingAnthony Liguori
2011-04-28virtio-serial: Fix endianness bug in the config spaceAlexey Kardashevskiy
2011-04-28char: Detect chardev release by NULL handlers as well as NULL opaqueAmit Shah
2011-04-28char: Allow devices to use a single multiplexed chardev.Kusanagi Kouichi
2011-04-28spice-chardev: listen to frontend guest open / closeHans de Goede
2011-04-28virtio-console: notify backend of guest open / closeHans de Goede
2011-04-28chardev: Allow frontends to notify backends of guest open / closeHans de Goede
2011-04-27target-arm: Don't update base register on abort in Thumb T1 LDMPeter Maydell
2011-04-27target-arm: fix LDMIA bug on page boundaryYuYeon Oh