summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-11-28vl: Tighten parsing of -numa's parameter memMarkus Armbruster1-2/+2
2011-11-28cutils: Drop broken support for zero strtosz default_suffixMarkus Armbruster1-13/+4
2011-11-28configure: tighten pie toolchain support test for tls variablesAvi Kivity1-1/+11
2011-11-28usb-redir: Don't try to write to the chardev after a close eventHans de Goede1-0/+4
2011-11-28usb-redir: Device disconnect + re-connect robustness fixesHans de Goede1-1/+21
2011-11-28usb-redir: Call qemu_chr_fe_open/closeHans de Goede1-0/+3
2011-11-28spice-qemu-char: Generate chardev open/close eventsHans de Goede1-1/+35
2011-11-28qemu-char: rename qemu_chr_event to qemu_chr_be_event and make it publicHans de Goede2-13/+23
2011-11-289pfs: improve portability to older systemsAneesh Kumar K.V1-1/+6
2011-11-28tci: Make flush_icache_range() inlineStefan Weil2-4/+4
2011-11-28eepro100: Fix alignment requirement for statistical countersStefan Weil1-1/+9
2011-11-28virtio: add and use virtio_set_featuresPaolo Bonzini5-20/+23
2011-11-289pfs: improve portability to older systemsPaolo Bonzini3-7/+8
2011-11-28Merge remote-tracking branch 'kwolf/block-stable' into stagingAnthony Liguori12-13/+99
2011-11-28Merge remote-tracking branch 'kraxel/usb.32' into stagingAnthony Liguori5-39/+98
2011-11-28Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori3-19/+6
2011-11-28Revert "i386: derive '-cpu host' from KVM_GET_SUPPORTED_CPUID"Anthony Liguori1-4/+23
2011-11-26tci: Add entry to MAINTAINERSStefan Weil1-0/+5
2011-11-26MAINTAINERS: add checkpatchBlue Swirl1-0/+5
2011-11-26checkpatch.pl: fix CAST detectionFlorian Mickler1-1/+1
2011-11-26target-xtensa: fix MMUv3 initializationMax Filippov2-2/+2
2011-11-23usb-host: add usb_host_do_reset function.Gerd Hoffmann1-3/+22
2011-11-23vpc: Add missing error handling in alloc_blockKevin Wolf1-1/+4
2011-11-23vdi: Fix memory leakKevin Wolf1-0/+3
2011-11-23vvfat: Add migration blockerKevin Wolf1-0/+17
2011-11-23vpc: Add migration blockerKevin Wolf1-0/+13
2011-11-23vmdk: Add migration blockerKevin Wolf1-1/+15
2011-11-23vdi: Add migration blockerKevin Wolf1-0/+12
2011-11-23qcow: Add migration blockerKevin Wolf1-0/+12
2011-11-23usb-ehci: add register namesGerd Hoffmann1-0/+2
2011-11-23usb-ehci: codestyle fixupsGerd Hoffmann1-28/+28
2011-11-23usb-hub: implement resetGerd Hoffmann1-3/+17
2011-11-23fix out of tree buildStefano Stabellini1-1/+1
2011-11-23rtl8139: Fix invalid IO access alignmentJulian Pidancet1-13/+1
2011-11-22usb-hub: wakeup on detach too.Gerd Hoffmann1-0/+2
2011-11-22usb: fix usb_qdev_init error handling.Gerd Hoffmann1-3/+15
2011-11-22usb: make usb_create_simple catch and pass up errors.Gerd Hoffmann2-2/+12
2011-11-22slirp: Clean up net_slirp_hostfwd_remove()'s use of get_str_sep()Markus Armbruster1-5/+4
2011-11-22sheepdog: Avoid deadlock in error pathDong Xu Wang1-0/+2
2011-11-22scsi-generic: add as boot devicePaolo Bonzini1-0/+5
2011-11-22scsi: fix fw pathPaolo Bonzini1-2/+2
2011-11-22usb-msd: do not register twice in the boot orderPaolo Bonzini4-6/+10
2011-11-22virtio-blk: fix cross-endian config spacePaolo Bonzini1-3/+4
2011-11-21Update version for 1.0-rc3 releasev1.0-rc3Anthony Liguori1-1/+1
2011-11-21configure: check for EFD_NONBLOCK | EFD_CLOEXEC flagsMax Filippov1-1/+1
2011-11-21configure: build position independent executables on x86-Linux hostsAvi Kivity1-18/+47
2011-11-21ivshmem: fix PCI BAR2 registration during initializationHongyong Zang1-1/+1
2011-11-21msix: avoid mask updates if mask is unchangedMichael S. Tsirkin1-9/+20
2011-11-21msix: Prevent bogus mask updates on MMIO accessesMichael S. Tsirkin1-0/+6
2011-11-21msix: track function masked in pci device stateMichael S. Tsirkin2-7/+16