aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2015-04-28virtio-scsi: Move DEFINE_VIRTIO_SCSI_FEATURES to virtio-scsiShannon Zhao4-3/+5
2015-04-28virtio-net: Move DEFINE_VIRTIO_NET_FEATURES to virtio-netShannon Zhao4-7/+6
2015-04-28pci: Merge pci_nic_init() into pci_nic_init_nofail()Thomas Huth1-29/+14
2015-04-28acpi: add a missing backslash to the \_SB scope.Gal Hammer1-1/+1
2015-04-27qmp-event: add event notification for memory hot unplug errorZhu Guihua1-1/+9
2015-04-27acpi: add hardware implementation for memory hot unplugZhu Guihua4-3/+45
2015-04-27acpi: fix "Memory device control fields" registerZhu Guihua1-1/+1
2015-04-27acpi: extend aml_field() to support UpdateRuleZhu Guihua2-6/+11
2015-04-27acpi, mem-hotplug: add unplug cb for memory deviceTang Chen4-6/+62
2015-04-27acpi, mem-hotplug: add unplug request cb for memory deviceTang Chen4-5/+58
2015-04-27acpi, mem-hotplug: add acpi_memory_slot_status() to get MemStatusTang Chen1-6/+28
2015-04-27pci: remove hard-coded bar size in msix_init_exclusive_bar()Jason Wang1-11/+19
2015-04-27virtio-pci: speedup MSI-X masking and unmaskingJason Wang1-19/+21
2015-04-27virtio: introduce vector to virtqueues mappingJason Wang2-2/+42
2015-04-27virtio-ccw: using VIRTIO_NO_VECTOR instead of 0 for invalid virtqueueJason Wang1-1/+1
2015-04-27ppc: spapr: add 2.4 machine typeJason Wang1-2/+29
2015-04-27spapr: add machine type specific instance init functionJason Wang1-0/+23
2015-04-27pc: add 2.4 machine typesJason Wang2-7/+48
2015-04-27virtio-net: fix the upper bound when trying to delete queuesJason Wang1-1/+1
2015-04-27vhost-user: Send VHOST_RESET_OWNER on vhost stopLuke Gorrie1-0/+7
2015-04-27hw/i386/acpi-build: move generic acpi building helpers into dedictated fileShannon Zhao2-77/+58
2015-04-27hw/i386: Move ACPI header definitions in an arch-independent locationShannon Zhao2-369/+1
2015-04-27acpi-build: close } in commentMichael S. Tsirkin1-1/+1
2015-04-24balloon: improve error msg when adding second deviceLuiz Capitulino1-1/+1
2015-04-20vhost: fix log base addressMichael S. Tsirkin1-2/+5
2015-04-17mips: fix broken fulong2e machinePaolo Bonzini1-2/+2
2015-04-13pci: Fix crash with illegal "-net nic, model=xxx" optionThomas Huth1-1/+3
2015-04-11cris: memory: Replace memory_region_init_ram with memory_region_allocate_syst...Dirk Müller1-3/+2
2015-04-10alpha: memory: Replace memory_region_init_ram with memory_region_allocate_sys...Dirk Müller1-3/+2
2015-04-10lm32: memory: Replace memory_region_init_ram with memory_region_allocate_syst...Dirk Müller2-9/+6
2015-04-09xen: limit guest control of PCI command registerJan Beulich2-27/+13
2015-04-09Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2-3/+13
2015-04-08arm: memory: Replace memory_region_init_ram with memory_region_allocate_syste...Dirk Müller13-37/+30
2015-04-08virtio-blk: correctly dirty guest memoryPaolo Bonzini2-3/+13
2015-04-04pcspk: Fix I/O port nameJan Kiszka1-1/+1
2015-04-02Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-2/+6
2015-04-02target-i386: clear bsp bit when designating bspNadav Amit1-2/+6
2015-04-02Merge remote-tracking branch 'remotes/armbru/tags/pull-hw-2015-04-02' into st...Peter Maydell17-0/+49
2015-04-02sysbus: Make devices picking up backends unavailable with -deviceMarkus Armbruster13-0/+26
2015-04-02sdhci: Make device "sdhci-pci" unavailable with -deviceMarkus Armbruster1-0/+2
2015-04-02hw: Mark device misusing nd_table[] FIXMEMarkus Armbruster1-0/+1
2015-04-02hw: Mark devices picking up char backends actively FIXMEMarkus Armbruster11-0/+12
2015-04-02hw: Mark devices picking up block backends actively FIXMEMarkus Armbruster7-0/+8
2015-04-02hw/arm/vexpress: Don't double-free flash filenamePeter Maydell1-1/+0
2015-04-02hw/arm/virt: Fix corruption due to double freeShannon Zhao1-1/+0
2015-04-01hw/intc: arm_gic_kvm.c restore config firstAlex Bennée1-2/+5
2015-04-01hw/arm/virt: Fix memory leak reported by CoverityStefan Weil1-1/+8
2015-04-01hw/arm/vexpress: Fix memory leak reported by CoverityStefan Weil1-2/+9
2015-04-01hw/arm/highbank: Fix resource leak and wrong image loadingStefan Weil1-2/+1
2015-04-01pc: acpi: fix pvpanic regressionIgor Mammedov1-1/+1