summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* kvm/apic: fix 2.2->2.1 migrationPaolo Bonzini2014-12-152-3/+12
* target-i386: add f16c and rdrand to Haswell and BroadwellPaolo Bonzini2014-12-152-0/+8
* target-i386: add VME to all CPUsPaolo Bonzini2014-12-152-0/+28
* pc: add 2.3 machine typesPaolo Bonzini2014-12-152-7/+48
* scsi-disk: provide maximum transfer lengthPaolo Bonzini2014-12-151-0/+27
* scsi: Use g_new() & friends where that makes obvious senseMarkus Armbruster2014-12-152-2/+2
* scsi: Fuse g_malloc(); memset() into g_malloc0()Markus Armbruster2014-12-151-4/+2
* scsi: Drop superfluous conditionals around g_free()Markus Armbruster2014-12-151-4/+2
* x86: Use g_new() & friends where that makes obvious senseMarkus Armbruster2014-12-151-2/+1
* x86: Drop superfluous conditionals around g_free()Markus Armbruster2014-12-151-3/+1
* valgrind/i386: avoid false positives on KVM_SET_PIT ioctlChristian Borntraeger2014-12-151-1/+1
* valgrind/i386: avoid false positives on KVM_SET_CLOCK ioctlChristian Borntraeger2014-12-151-2/+1
* vfio: use kvm_resamplefds_enabled()Eric Auger2014-12-151-3/+2
* KVM_CAP_IRQFD and KVM_CAP_IRQFD_RESAMPLE checksEric Auger2014-12-152-2/+0
* Add bootloader name to multiboot implementationDrew DeVault2014-12-151-5/+27
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2014-11-2416-1013/+1907
|\
| * pc: acpi: mark all possible CPUs as enabled in SRATIgor Mammedov2014-11-241-8/+3
| * pcie: fix improper use of negative valueGonglei2014-11-241-1/+1
| * pcie: fix typo in pcie_cap_deverr_init()Gonglei2014-11-241-1/+1
| * target-i386: move generic memory hotplug methods to DSDTsPaolo Bonzini2014-11-248-992/+1789
| * acpi-build: mark RAM dirty on table updateMichael S. Tsirkin2014-11-242-6/+13
| * hw/pci: fix crash on shpc error flowMarcel Apfelbaum2014-11-241-0/+1
| * pc: count in 1Gb hugepage alignment when sizing hotplug-memory containerIgor Mammedov2014-11-241-0/+5
| * pc: explicitly check maxmem limit when adding DIMMIgor Mammedov2014-11-241-0/+45
| * pc: pc-dimm: use backend alignment during address auto allocationIgor Mammedov2014-11-231-1/+4
| * pc: align DIMM's address/size by backend's alignment valueIgor Mammedov2014-11-233-0/+22
| * pc: limit DIMM address and size to page aligned valuesIgor Mammedov2014-11-232-2/+15
| * pc: make pc_dimm_plug() more readbleIgor Mammedov2014-11-231-2/+3
| * pc: kvm: check if KVM has free memory slots to avoid abort()Igor Mammedov2014-11-231-0/+5
* | apic: fix incorrect handling of ExtINT interrupts wrt processor priorityPaolo Bonzini2014-11-241-4/+4
* | apic: fix loss of IPI due to masked ExtINTPaolo Bonzini2014-11-241-1/+3
* | apic: avoid getting out of halted state on masked PIC interruptsPaolo Bonzini2014-11-241-3/+5
|/
* rtl8139: fix Pointer to local outside scopeGonglei2014-11-211-0/+4
* pcnet: fix Negative array index readGonglei2014-11-211-25/+30
* hw/arm/virt: set stdout-path instead of linux,stdout-pathLeif Lindholm2014-11-201-1/+1
* hw/ide/core.c: Prevent SIGSEGV during migrationDon Slutz2014-11-181-1/+1
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2014-11-175-6/+23
|\
| * hcd-musb: fix dereference null return valuePaolo Bonzini2014-11-171-2/+6
| * shpc: fix error propaagationGonglei2014-11-171-1/+2
| * nvme: remove superfluous checkGonglei2014-11-171-2/+1
| * loader: fix NEGATIVE_RETURNSGonglei2014-11-171-0/+13
| * mips_mipssim: fix use-after-free for filenameGonglei2014-11-171-1/+1
* | Merge remote-tracking branch 'remotes/sstabellini/xen-2014-11-14' into stagingPeter Maydell2014-11-143-17/+70
|\ \
| * | xen_disk: fix unmapping of persistent grantsRoger Pau Monne2014-11-141-6/+66
| * | pc: piix4_pm: init legacy PCI hotplug when running on XenIgor Mammedov2014-11-142-11/+4
| |/
* | ahci: factor out FIS decomposition from handle_cmdJohn Snow2014-11-141-83/+86
* | ahci: Check cmd_fis[1] more explicitlyJohn Snow2014-11-141-11/+12
* | ahci: Reorder error cases in handle_cmdJohn Snow2014-11-141-15/+14
* | ahci: Fix FIS decompositionJohn Snow2014-11-141-38/+26
* | ahci: add is_ncq predicate helperJohn Snow2014-11-142-4/+27
OpenPOWER on IntegriCloud