summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-05-04usb-linux: introduce a usb_linux_alt_setting functionHans de Goede1-15/+25
2011-05-03spice: drop obsolete iothread lockingGerd Hoffmann2-14/+0
2011-05-03spice: don't call displaystate callbacks from spice server context.Gerd Hoffmann4-13/+29
2011-05-03spice: don't create updates in spice server context.Gerd Hoffmann3-27/+54
2011-05-03Make spice dummy functions inline to fix calls not checking return valuesJes Sorensen1-2/+10
2011-05-03NBD: Avoid leaking a couple of strings when the NBD device is closedNick Thomas1-0/+4
2011-05-03qemu-progress.c: printf isn't signal safeJes Sorensen1-1/+6
2011-05-03ide/atapi: fix set but unusedAlon Levy1-3/+1
2011-05-03atapi: Explain why we need a 'media not present' stateAmit Shah1-1/+7
2011-05-03atapi: Move comment to proper placeAmit Shah1-1/+1
2011-05-03qemu-img resize: Fix option parsingKevin Wolf1-2/+11
2011-05-03lm32: add Milkymist Minimac2 supportMichael Walle5-176/+168
2011-05-03milkymist-sysctl: fix timersMichael Walle1-19/+7
2011-05-03milkymist-vgafb: fix console resizingMichael Walle1-0/+3
2011-05-03lm32: fix exception handlingMichael Walle2-31/+1
2011-05-02kvm: use qemu_free consistentlyPaolo Bonzini2-3/+3
2011-05-02fix crash in migration, 32-bit userspace on 64-bit hostMichael Tokarev1-1/+14
2011-05-02kvm: Install specialized interrupt handlerJan Kiszka1-0/+11
2011-05-02Redirect cpu_interrupt to callback handlerJan Kiszka2-2/+16
2011-05-02Break up user and system cpu_interrupt implementationsJan Kiszka1-4/+10
2011-05-02kvm: create kvmclock when one of the flags are presentGlauber Costa1-1/+5
2011-05-02kvm: add kvmclock to its second bitGlauber Costa1-1/+1
2011-05-02x86: Allow multiple cpu feature matches of lookup_featureJan Kiszka1-6/+8
2011-05-02kvm: use kernel-provided para_features instead of statically coming up with n...Glauber Costa1-29/+49
2011-05-02Don't zero out buffer in sched_getaffinityMike McCormack1-12/+1
2011-05-02Fix buffer overrun in sched_getaffinityMike McCormack1-1/+1
2011-05-02linux-user: Fix compilation for "old" linux versionsStefan Weil1-0/+12
2011-04-29Merge branch 'patches' of git://qemu.weilnetz.de/git/qemuBlue Swirl2-28/+128
2011-04-28virtfs: fix build due from renameAnthony Liguori1-2/+2
2011-04-28Merge remote-tracking branch 'amitshah/for-anthony' into stagingAnthony Liguori6-15/+74
2011-04-28Merge remote-tracking branch 'jvrao/for-anthony' into stagingAnthony Liguori15-55/+62
2011-04-28virtio-serial: Fix endianness bug in the config spaceAlexey Kardashevskiy1-10/+13
2011-04-28char: Detect chardev release by NULL handlers as well as NULL opaqueAmit Shah1-1/+1
2011-04-28char: Allow devices to use a single multiplexed chardev.Kusanagi Kouichi3-4/+7
2011-04-28spice-chardev: listen to frontend guest open / closeHans de Goede1-0/+14
2011-04-28virtio-console: notify backend of guest open / closeHans de Goede1-0/+18
2011-04-28chardev: Allow frontends to notify backends of guest open / closeHans de Goede2-0/+21
2011-04-27target-arm: Don't update base register on abort in Thumb T1 LDMPeter Maydell1-3/+14
2011-04-27target-arm: fix LDMIA bug on page boundaryYuYeon Oh1-1/+9
2011-04-27ioapic: Do not set irr for masked edge IRQsJan Kiszka1-2/+3
2011-04-27vl.c: Replace -virtfs string manipulation with QemuOptsStefan Hajnoczi1-37/+19
2011-04-27v9fs_walk: As per 9p2000 RFC, MAXWELEM >= nwnames >= 0.Harsh Prateek Bora2-3/+6
2011-04-27hw/virtio-9p-local.c: Remove unnecessary null char in symlink fileHarsh Prateek Bora1-1/+1
2011-04-27virtio-9p: Bugfix to send correct iounitM. Mohan Kumar1-1/+1
2011-04-27virtio-9p: removexattr on default acl should return 0Aneesh Kumar K.V1-2/+13
2011-04-27virtio-9p: Print the pdu details on returnAneesh Kumar K.V1-1/+4
2011-04-27virtio-9p: move 9p files aroundAneesh Kumar K.V14-10/+18
2011-04-27pflash: Restore & fix lazy ROMD switchingJan Kiszka1-4/+8
2011-04-27darwin-user: Remove unneeded null pointer checkStefan Weil1-1/+1
2011-04-27Merge branch 'for-anthony' of git://repo.or.cz/qemu/kevinAurelien Jarno9-1084/+1221