aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-06-24qemu-img: Don't prepend qemu-img to error messages twice.Markus Armbruster1-4/+4
2011-06-24Strip trailing '\n' from error_report()'s first argumentMarkus Armbruster16-74/+76
2011-06-24sheepdog: qemu_bh_new() can't return null pointer, drop checkMarkus Armbruster1-6/+0
2011-06-24Align dummy display to fixed-size active consoleJan Kiszka1-1/+8
2011-06-24configure: Don't create symlinks to nonexistent targetsPeter Maydell1-1/+3
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-23coreaudio: Fix OSStatus format specifierAndreas Färber1-1/+1
2011-06-23coreaudio: Avoid formatting UInt32 typeAndreas Färber1-2/+2
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-21linux-user: Fix sync_file_range on 32bit mipsRiku Voipio1-0/+5
2011-06-21linux-user/signal.c: Remove unused fenabPeter Maydell1-2/+5
2011-06-21linux-user/signal.c: Remove only-ever-set variable fpu_save_addrPeter Maydell1-5/+5
2011-06-21linux-user: Bump do_syscall() up to 8 syscall argumentsPeter Maydell3-17/+31
2011-06-21flatload: memp was a write-only variableJuan Quintela1-3/+0
2011-06-21flatload: end_code was only used in a debug messageJuan Quintela1-3/+2
2011-06-21linux-user: syscall should use sanitized arg1Juan Quintela1-2/+2
2011-06-21syscall: really return ret codeJuan Quintela1-4/+4
2011-06-21linuxload: id_change was a write only variableJuan Quintela1-24/+1
2011-06-21linux-user: Define AT_RANDOM to support target stack protection mechanism.Laurent ALFONSI1-1/+20
2011-06-21linux-user: add pselect6 syscall supportMike Frysinger1-19/+130
2011-06-21linux-user: Fix the computation of the requested heap sizevincent1-8/+29
2011-06-21m68k-semi.c: Use correct check for failure of do_brk()Peter Maydell1-2/+3
2011-06-21arm-semi.c: Use correct check for failure of do_brk()Peter Maydell1-2/+3
2011-06-21linux-user: Don't use MAP_FIXED in do_brk()Peter Maydell1-9/+20
2011-06-21linux-user: Handle images where lowest vaddr is not page alignedPeter Maydell1-57/+73
2011-06-21linux-user: Fix the load of ELF files that have no "useful" symbolCédric VINCENT1-15/+19
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