aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2014-12-15scsi-disk: provide maximum transfer lengthPaolo Bonzini
2014-12-15scsi: Use g_new() & friends where that makes obvious senseMarkus Armbruster
2014-12-15scsi: Fuse g_malloc(); memset() into g_malloc0()Markus Armbruster
2014-12-15scsi: Drop superfluous conditionals around g_free()Markus Armbruster
2014-12-15x86: Use g_new() & friends where that makes obvious senseMarkus Armbruster
2014-12-15x86: Drop superfluous conditionals around g_free()Markus Armbruster
2014-12-15valgrind/i386: avoid false positives on KVM_SET_PIT ioctlChristian Borntraeger
2014-12-15valgrind/i386: avoid false positives on KVM_SET_CLOCK ioctlChristian Borntraeger
2014-12-15vfio: use kvm_resamplefds_enabled()Eric Auger
2014-12-15KVM_CAP_IRQFD and KVM_CAP_IRQFD_RESAMPLE checksEric Auger
2014-12-15Add bootloader name to multiboot implementationDrew DeVault
2014-11-24Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2014-11-24pc: acpi: mark all possible CPUs as enabled in SRATIgor Mammedov
2014-11-24pcie: fix improper use of negative valueGonglei
2014-11-24pcie: fix typo in pcie_cap_deverr_init()Gonglei
2014-11-24target-i386: move generic memory hotplug methods to DSDTsPaolo Bonzini
2014-11-24acpi-build: mark RAM dirty on table updateMichael S. Tsirkin
2014-11-24hw/pci: fix crash on shpc error flowMarcel Apfelbaum
2014-11-24pc: count in 1Gb hugepage alignment when sizing hotplug-memory containerIgor Mammedov
2014-11-24pc: explicitly check maxmem limit when adding DIMMIgor Mammedov
2014-11-24apic: fix incorrect handling of ExtINT interrupts wrt processor priorityPaolo Bonzini
2014-11-24apic: fix loss of IPI due to masked ExtINTPaolo Bonzini
2014-11-24apic: avoid getting out of halted state on masked PIC interruptsPaolo Bonzini
2014-11-23pc: pc-dimm: use backend alignment during address auto allocationIgor Mammedov
2014-11-23pc: align DIMM's address/size by backend's alignment valueIgor Mammedov
2014-11-23pc: limit DIMM address and size to page aligned valuesIgor Mammedov
2014-11-23pc: make pc_dimm_plug() more readbleIgor Mammedov
2014-11-23pc: kvm: check if KVM has free memory slots to avoid abort()Igor Mammedov
2014-11-21rtl8139: fix Pointer to local outside scopeGonglei
2014-11-21pcnet: fix Negative array index readGonglei
2014-11-20hw/arm/virt: set stdout-path instead of linux,stdout-pathLeif Lindholm
2014-11-18hw/ide/core.c: Prevent SIGSEGV during migrationDon Slutz
2014-11-17Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2014-11-17hcd-musb: fix dereference null return valuePaolo Bonzini
2014-11-17shpc: fix error propaagationGonglei
2014-11-17nvme: remove superfluous checkGonglei
2014-11-17loader: fix NEGATIVE_RETURNSGonglei
2014-11-17mips_mipssim: fix use-after-free for filenameGonglei
2014-11-14Merge remote-tracking branch 'remotes/sstabellini/xen-2014-11-14' into stagingPeter Maydell
2014-11-14xen_disk: fix unmapping of persistent grantsRoger Pau Monne
2014-11-14pc: piix4_pm: init legacy PCI hotplug when running on XenIgor Mammedov
2014-11-14ahci: factor out FIS decomposition from handle_cmdJohn Snow
2014-11-14ahci: Check cmd_fis[1] more explicitlyJohn Snow
2014-11-14ahci: Reorder error cases in handle_cmdJohn Snow
2014-11-14ahci: Fix FIS decompositionJohn Snow
2014-11-14ahci: add is_ncq predicate helperJohn Snow
2014-11-14ide: Correct handling of malformed/short PRDTsJohn Snow
2014-11-14ahci: unify sglist preparationJohn Snow
2014-11-14ide: repair PIO transfers for cases where nsector > 1John Snow
2014-11-14ahci: Fix byte count regression for ATAPI/PIOJohn Snow