aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2015-06-03hw/pci: made pci_bus_is_root a PCIBusClass methodMarcel Apfelbaum
2015-06-03acpi: add implementation of aml_while() termMarcel Apfelbaum
2015-06-03acpi: add acpi_send_gpe_event() to rise sci for hotplugZhu Guihua
2015-06-03virtio: 64bit features fixups.Gerd Hoffmann
2015-06-03virtio-pci: don't try to mask or unmask vqs without notifiersJason Wang
2015-06-03hw/q35: fix floppy controller definition in ich9Marcel Apfelbaum
2015-06-03acpi: add missing ssdtMichael S. Tsirkin
2015-06-03virtio-ccw/migration: Migrate config vector for virtio devicesJason J. Herne
2015-06-03virtio-ccw: add support for 9pfsPierre Morel
2015-06-03cadence_gem: Fix Rx buffer size field maskSai Pavan Boddu
2015-06-03hw/display/tc6393xb.c: Fix misusing qemu_allocate_irqs for single irqShannon Zhao
2015-06-03hw/arm/nseries.c: Fix misusing qemu_allocate_irqs for single irqShannon Zhao
2015-06-03hw/alpha/typhoon.c: Fix misusing qemu_allocate_irqs for single irqShannon Zhao
2015-06-03hw/unicore32/puv3.c: Fix misusing qemu_allocate_irqs for single irqShannon Zhao
2015-06-03hw/lm32/milkymist.c: Fix misusing qemu_allocate_irqs for single irqShannon Zhao
2015-06-03hw/lm32/lm32_boards.c: Fix misusing qemu_allocate_irqs for single irqShannon Zhao
2015-06-03hw/ppc/prep.c: Fix misusing qemu_allocate_irqs for single irqShannon Zhao
2015-06-03hw/sparc/sun4m.c: Fix misusing qemu_allocate_irqs for single irqShannon Zhao
2015-06-03hw/timer/arm_timer.c: Fix misusing qemu_allocate_irqs for single irqShannon Zhao
2015-06-03hw/isa/i82378.c: Fix misusing qemu_allocate_irqs for single irqShannon Zhao
2015-06-03hw/isa/lpc_ich9.c: Fix misusing qemu_allocate_irqs for single irqShannon Zhao
2015-06-03hw/i386/pc: Fix misusing qemu_allocate_irqs for single irqShannon Zhao
2015-06-03hw/intc/exynos4210_gic.c: Fix memory leak by adjusting orderShannon Zhao
2015-06-03hw/arm/omap_sx1.c: Fix memory leak spotted by valgrindShannon Zhao
2015-06-03hw/ppc/e500.c: Fix memory leakShannon Zhao
2015-06-03hw/alpha/dp264.c: Fix memory leak spotted by valgrindShannon Zhao
2015-06-03hw/i386/acpi-build: decref after useShannon Zhao
2015-06-03hw/ide/pci: Fix memory leakShannon Zhao
2015-06-03hw/i386/pc_piix: Fix memory leakShannon Zhao
2015-06-02apic: convert ->busdev.qdev casts to C castsZhu Guihua
2015-06-02pc: Ensure non-zero CPU ref count after attaching to ICC busAndreas Färber
2015-06-02fdc: Fix MSR.RQM flagKevin Wolf
2015-06-02fdc: Disentangle phases in fdctrl_read_data()Kevin Wolf
2015-06-02fdc: Code cleanup in fdctrl_write_data()Kevin Wolf
2015-06-02fdc: Use phase in fdctrl_write_data()Kevin Wolf
2015-06-02fdc: Introduce fdctrl->phaseKevin Wolf
2015-06-02fdc: Rename fdctrl_set_fifo() to fdctrl_to_result_phase()Kevin Wolf
2015-06-02fdc: Rename fdctrl_reset_fifo() to fdctrl_to_command_phase()Kevin Wolf
2015-06-02Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2015-06-02' in...Peter Maydell
2015-06-02hw/arm/virt: change indentation in a15memmapEric Auger
2015-06-02hw/arm/virt: add dynamic sysbus device supportEric Auger
2015-06-02hw/arm/boot: arm_load_kernel implemented as a machine init done notifierEric Auger
2015-06-02xen/pt: unknown PCI config space fields should be read-onlyJan Beulich
2015-06-02xen/pt: add a few PCI config space field descriptionsJan Beulich
2015-06-02xen/pt: mark reserved bits in PCI config space fieldsJan Beulich
2015-06-02xen/pt: mark all PCIe capability bits read-onlyJan Beulich
2015-06-02xen/pt: split out calculation of throughable mask in PCI config space handlingJan Beulich
2015-06-02xen/pt: correctly handle PM status bitJan Beulich
2015-06-02xen/pt: consolidate PM capability emu_maskJan Beulich
2015-06-02xen/MSI: don't open-code pass-through of enable bit modificationsJan Beulich