summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-11-14Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell8-143/+214
2014-11-14xen_disk: fix unmapping of persistent grantsRoger Pau Monne1-6/+66
2014-11-14pc: piix4_pm: init legacy PCI hotplug when running on XenIgor Mammedov2-11/+4
2014-11-14vmdk: Leave bdi intact if -ENOTSUP in vmdk_get_infoFam Zheng1-7/+13
2014-11-14block: Fix max nb_sectors in bdrv_make_zeroFam Zheng1-2/+2
2014-11-14ahci: factor out FIS decomposition from handle_cmdJohn Snow1-83/+86
2014-11-14ahci: Check cmd_fis[1] more explicitlyJohn Snow1-11/+12
2014-11-14ahci: Reorder error cases in handle_cmdJohn Snow1-15/+14
2014-11-14ahci: Fix FIS decompositionJohn Snow1-38/+26
2014-11-14ahci: add is_ncq predicate helperJohn Snow2-4/+27
2014-11-14ide: Correct handling of malformed/short PRDTsJohn Snow5-22/+68
2014-11-14ahci: unify sglist preparationJohn Snow1-2/+2
2014-11-14ide: repair PIO transfers for cases where nsector > 1John Snow2-1/+5
2014-11-14ahci: Fix byte count regression for ATAPI/PIOJohn Snow1-0/+1
2014-11-13Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell13-26/+109
2014-11-13acpi: accurate overflow checkPavel Dovgalyuk1-2/+5
2014-11-13smbios: change 'ram_addr_t' variables to 'uint64_t'SeokYeon Hwang1-5/+5
2014-11-13kvmclock: Add comment explaining why we need cpu_clean_all_dirty()Eduardo Habkost1-0/+14
2014-11-13target-i386: fix Coverity complaints about overflowsPaolo Bonzini1-1/+1
2014-11-13apic_common: migrate missing fieldsPavel Dovgalyuk2-0/+41
2014-11-13Merge remote-tracking branch 'remotes/kraxel/tags/pull-seabios-1.7.5.1-201411...Peter Maydell8-0/+0
2014-11-13Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-20141113-1' into...Peter Maydell3-10/+18
2014-11-13update seabios to 1.7.5.1 stable releaseGerd Hoffmann8-0/+0
2014-11-13Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20141112-1' into s...Peter Maydell2-3/+18
2014-11-13QMP/input-send-event: make console parameter optionalAmos Kong3-10/+13
2014-11-13QMP/input-send-event: update document of union InputEventAmos Kong1-0/+5
2014-11-12usb-host: fix usb_host_speed_compat tyopsGerd Hoffmann1-3/+3
2014-11-12target-i386: eliminate dead code and hoist common code out of "if"Paolo Bonzini1-13/+4
2014-11-12virtio-scsi: Fix comment for VirtIOSCSIReqFam Zheng1-1/+2
2014-11-12virtio-scsi: dataplane: suppress guest notificationMing Lei1-1/+6
2014-11-12esp: Do not overwrite ESP_TCHI after resetHannes Reinecke2-2/+10
2014-11-11Update version for v2.2.0-rc1 releasev2.2.0-rc1Peter Maydell1-1/+1
2014-11-11Merge remote-tracking branch 'remotes/otubo/tags/pull-seccomp-20141111' into ...Peter Maydell2-2/+7
2014-11-11seccomp: change configure to avoid arm 32 to breakEduardo Otubo1-1/+2
2014-11-11seccomp: whitelist syscalls fallocate(), fadvise64(), inotify_init1() and ino...Philipp Gesang1-1/+5
2014-11-11Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2014-11-1...Peter Maydell14-18/+72
2014-11-11block: Fix comment for bdrv_co_get_block_statusFam Zheng2-4/+6
2014-11-11sysbus: Correct SYSTEM_BUS(obj) definesGonglei1-1/+1
2014-11-11target-i386: cpu: keeping function parameters alignment on new lineChen Fan1-3/+3
2014-11-11xen-hvm: Remove redundant variable 'xstate'Chen Gang1-2/+1
2014-11-11Merge remote-tracking branch 'remotes/armbru/tags/for-upstream' into stagingPeter Maydell1-0/+20
2014-11-11virtio-scsi: dataplane: fix allocation for 'cmd_vrings'Ming Lei1-1/+1
2014-11-11Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20141111' int...Peter Maydell3-22/+39
2014-11-11Add Migration maintainerJuan Quintela1-0/+9
2014-11-11MAINTAINERS: add section for QEMU Guest AgentMichael Roth1-0/+6
2014-11-11MAINTAINERS: add myself as bootdevice.c maintainerGonglei1-0/+5
2014-11-11coroutine-sigaltstack: Change jmp_buf to sigjmp_bufWillem Pinckaers1-1/+1
2014-11-11xhci: add sanity checks to xhci_lookup_uportGerd Hoffmann1-0/+9
2014-11-11Provide the missing LIBUSB_LOG_LEVEL_* for older libusb or FreeBSD. Providing...Chris Johns1-0/+6
2014-11-11linux-user: Fix up timer id handlingAlexander Graf2-21/+38