summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2014-08-15l2cap: fix access to freed memoryzhanghailiang1-1/+1
2014-08-15intc: i8259: Convert Array allocation to g_new0Peter Crosthwaite1-1/+1
2014-08-15ppc: convert g_new(qemu_irq usages to g_new0Peter Crosthwaite3-3/+3
2014-08-15ssi: xilinx_spi: Initialise CS GPIOs as NULLPeter Crosthwaite1-1/+1
2014-08-15vmxnet3: don't use 'Yoda conditions'Gonglei1-8/+8
2014-08-15isa-bus: don't use 'Yoda conditions'Gonglei1-1/+1
2014-08-15audio: don't use 'Yoda conditions'Gonglei3-5/+6
2014-08-15usb: don't use 'Yoda conditions'Gonglei3-4/+4
2014-08-15pci-host: update uncorresponding descriptionGonglei1-1/+1
2014-08-15pci-host: update obsolete reference about piix_pci.cGonglei3-3/+3
2014-08-15apic: Fix reported DFR contentJan Kiszka1-1/+1
2014-08-15Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-0/+1
2014-08-15xen_disk: fix possible null-ptr dereferenceGonglei (Arei)1-0/+1
2014-08-14pc: Get rid of pci-info leftoversMarkus Armbruster3-37/+0
2014-08-14e1000: use symbolic constants to init phy ctrl & status registersGabriel L. Somlo1-6/+23
2014-08-14e1000: correctly handle phy_ctrl reserved & self-clearing bitsGabriel L. Somlo1-14/+17
2014-08-14ivshmem: fix building when debug mode is enabledLevente Kurusa1-2/+2
2014-08-14acpi: align RSDPMichael S. Tsirkin1-1/+1
2014-08-14pc-dimm: fix up error messageMichael S. Tsirkin1-2/+3
2014-08-14pc-dimm: validate node propertyHu Tao1-0/+5
2014-08-14hw:i386: typo fix: MEMORY_HOPTLUG_DEVICE -> MEMORY_HOTPLUG_DEVICEHu Tao5-17/+17
2014-08-14hw/audio/intel-hda: Fix MSI capability addressJan Kiszka1-1/+3
2014-08-14pc: Create 2.2 machine typeJan Kiszka2-5/+31
2014-08-14pci: Use bus master address space for delivering MSI/MSI-X messagesJan Kiszka2-2/+2
2014-08-12virtio-rng: add some trace eventsAmit Shah1-0/+6
2014-08-09hw/timer: Move extern declaration from .c to .h fileStefan Weil1-3/+0
2014-08-09virtio: Move extern declaration to header fileStefan Weil1-2/+0
2014-08-09hw/timer/imx_*: fix TIMER_MAX clash with system symbolMichael Tokarev2-24/+24
2014-08-05vfio: Don't cache MSIMessageAlex Williamson1-6/+2
2014-08-05vfio: Fix MSI-X vector expansionAlex Williamson1-9/+29
2014-08-04sd: sdhci: Fix ADMA dma_memory_read accessPeter Crosthwaite1-1/+2
2014-08-04hw/arm/virt: formatting: memory mapAndrew Jones1-8/+8
2014-08-04hw/arm/boot: Set PC correctly when loading AArch64 ELF filesPeter Maydell1-2/+6
2014-08-04Merge remote-tracking branch 'remotes/amit-virtio-rng/for-2.2' into stagingPeter Maydell1-13/+12
2014-08-04virtio-rng: replace error_set calls with error_setgJohn Snow1-5/+4
2014-08-04virtio-rng: Move error-checking forward to prevent memory leakJohn Snow1-10/+10
2014-08-01qemu: support xen hvm direct kernel bootChunyan Liu3-0/+33
2014-07-29hw/arm/virt: fix pl031 addr typoAndrew Jones1-1/+1
2014-07-29virtio-scsi: implement parse_cdbPaolo Bonzini1-0/+25
2014-07-29scsi-block, scsi-generic: implement parse_cdbPaolo Bonzini3-2/+22
2014-07-29scsi-block: extract scsi_block_is_passthroughPaolo Bonzini1-12/+26
2014-07-29scsi-bus: introduce parse_cdb in SCSIDeviceClass and SCSIBusInfoPaolo Bonzini1-3/+23
2014-07-29scsi-bus: prepare scsi_req_new for introduction of parse_cdbPaolo Bonzini1-21/+30
2014-07-29piix: set legacy table size for 1.7Michael S. Tsirkin1-0/+1
2014-07-29acpi-build: tweak acpi migration limitsMichael S. Tsirkin1-7/+9
2014-07-29pc: future-proof migration-compatibility of ACPI tablesPaolo Bonzini1-1/+9
2014-07-29acpi-build: minor code cleanupMichael S. Tsirkin1-6/+12
2014-07-29pc: acpi: generate AML only for PCI0 devices if PCI bridge hotplug is disabledIgor Mammedov1-5/+21
2014-07-28pc: hack for migration compatibility from QEMU 2.0Paolo Bonzini3-4/+77
2014-07-28acpi-dsdt: procedurally generate _PRTPaolo Bonzini2-1832/+128