aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2015-11-10Rename save_live_complete to save_live_complete_precopyDr. David Alan Gilbert
2015-11-09hw/timer/hpet.c: Avoid signed integer overflow which results in bugs on OSXPeter Maydell
2015-11-09dataplane: support non-contigious s/gMichael S. Tsirkin
2015-11-09dataplane: simplify indirect descriptor readMichael S. Tsirkin
2015-11-06arm: allwinner-a10: Add SATAPeter Crosthwaite
2015-11-06ahci: Add allwinner AHCIPeter Crosthwaite
2015-11-06ahci: split realize and initPeter Crosthwaite
2015-11-06ahci: Add some MMIO debug printfsPeter Crosthwaite
2015-11-06ide: remove hardcoded 2GiB transactional limitJohn Snow
2015-11-06pci-assign: do not test path with access() before openingPaolo Bonzini
2015-11-06usb: Use g_new() & friends where that makes obvious senseMarkus Armbruster
2015-11-06qxl: Use g_new() & friends where that makes obvious senseMarkus Armbruster
2015-11-06bt: fix use of uninitialized variable seqlenPaolo Bonzini
2015-11-06hw/dma/pxa2xx: Remove superfluous memsetThomas Huth
2015-11-06hw/input/tsc210x: Remove superfluous memsetThomas Huth
2015-11-06xen: fix invalid assertionPaolo Bonzini
2015-11-06fix bad indentation in pcie_cap_slot_write_config()Cao jin
2015-11-06hw/display/tcx: Remove superfluous OBJECT() typecastsThomas Huth
2015-11-06hw/acpi/aml-build: remove useless glib version checkMarc-André Lureau
2015-11-06Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream-replay' into ...Peter Maydell
2015-11-06replay: replay blockers for devicesPavel Dovgalyuk
2015-11-06replay: ptimerPavel Dovgalyuk
2015-11-05Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2015-11-05kvmclock: add a new function to update env->tsc.Liang Li
2015-11-04megasas: Use qemu_hw_version() instead of QEMU_VERSIONEduardo Habkost
2015-11-04osdep: Rename qemu_{get, set}_version() to qemu_{, set_}hw_version()Eduardo Habkost
2015-11-04pc: Set hw_version on all machine classesEduardo Habkost
2015-11-03Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20151103'...Peter Maydell
2015-11-03Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20151103-1' into s...Peter Maydell
2015-11-03ARM: ACPI: Fix MPIDR value in ACPI tableShannon Zhao
2015-11-03hw/arm/virt-acpi-build: Add GICC ACPI subtable for GICv3Shannon Zhao
2015-11-03hw/arm/virt-acpi-build: _CCA attribute is compulsoryGraeme Gregory
2015-11-03arm: stellaris: exit on external reset requestMichael Davidsaver
2015-11-03armv7-m: Implement SYSRESETREQMichael Davidsaver
2015-11-03armv7-m: Return DeviceState* from armv7m_init()Michael Davidsaver
2015-11-03arm: xilinx_zynq: Add linux pre-bootPeter Crosthwaite
2015-11-03arm: boot: Add board specific setup code APIPeter Crosthwaite
2015-11-03arm: boot: Adjust indentation of FIXUP commentsPeter Crosthwaite
2015-11-03usb-host: fix usb3ep0quirk testGerd Hoffmann
2015-11-03ehci: clear suspend bit on detachGerd Hoffmann
2015-11-03ui/opengl: Reduce build required libraries for openglOGAWA Hirofumi
2015-11-02memory: Convert to new qapi union layoutEric Blake
2015-11-02input: Convert to new qapi union layoutEric Blake
2015-10-30Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2015-10-30hw/mips_malta: Fix KVM PC initialisationJames Hogan
2015-10-29target-arm: xlnx-zynqmp: Add sdhci support.Sai Pavan Boddu
2015-10-29sdhci: Split sdhci.h for public and internal device usageSai Pavan Boddu
2015-10-29sd.h: Move sd.h to include/hw/sd/Sai Pavan Boddu
2015-10-29virtio: sync the dataplane vring state to the virtqueue before virtio_savePavel Butsykin
2015-10-29virtio-blk: switch off scsi-passthrough by defaultCornelia Huck