aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2013-01-30hw/9pfs: Fix unchecked strdup() by converting to g_strdup()Markus Armbruster
2013-01-30g_strdup(NULL) returns NULL; simplifyMarkus Armbruster
2013-01-30g_malloc(0) and g_malloc0(0) return NULL; simplifyMarkus Armbruster
2013-01-30xilinx_axidma: Fix debug mode compile messagesPeter Crosthwaite
2013-01-30cadence_gem: Debug mode compile fixesPeter Crosthwaite
2013-01-30cadence_ttc: Debug mode compile fixesPeter Crosthwaite
2013-01-28Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori
2013-01-28Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori
2013-01-28Merge remote-tracking branch 'luiz/queue/qmp' into stagingAnthony Liguori
2013-01-27pc: Generate APIC IDs according to CPU topologyEduardo Habkost
2013-01-27pc: Set fw_cfg data based on APIC ID calculationEduardo Habkost
2013-01-27fw_cfg: Remove FW_CFG_MAX_CPUS from fw_cfg_init()Eduardo Habkost
2013-01-27pc: Reverse pc_init_pci() compatibility logicEduardo Habkost
2013-01-27xilinx_ethlite: Avoid build warnings in debug codeEdgar E. Iglesias
2013-01-27m25p80.c: Return state to IDLE after COLLECTINGPeter Crosthwaite
2013-01-27xilinx_ethlite: Flush queued packets on SW servicePeter Crosthwaite
2013-01-27xilinx_ethlite: fix eth_can_rx() for ping-pongPeter Crosthwaite
2013-01-26Merge branch 'ppc-for-upstream' of git://repo.or.cz/qemu/agrafBlue Swirl
2013-01-26vmware_vga: fix out of bounds and invalid rects updatingMichael Tokarev
2013-01-26hw/arm_boot: Align device tree to 4KB boundary, not pagePeter Maydell
2013-01-26fw_cfg: Drop a few superfluous initializersMarkus Armbruster
2013-01-26fw_cfg: Splash image loader can overrun a stack variable, fixMarkus Armbruster
2013-01-26hw/pxa2xx_timer: Explicitly mark fallthroughsPeter Maydell
2013-01-26hw/smc91c111: Add explicit 'return' rather than relying on fallthroughPeter Maydell
2013-01-26hw/pflash_cfi02.c: Mark deliberate fallthroughPeter Maydell
2013-01-26hw/omap_dma, hw/omap_spi: Explicitly mark fallthroughsPeter Maydell
2013-01-26hw/omap1.c: Add fallthrough markers and breaksPeter Maydell
2013-01-26hw/arm_sysctl.c: Add missing 'break' statementsPeter Maydell
2013-01-26build: remove extra-obj-yPaolo Bonzini
2013-01-26build: remove universal-obj-yPaolo Bonzini
2013-01-25PPC: e500: Select MPIC v4.2 on ppce500 platformScott Wood
2013-01-25PPC: e500: fix mpic_iack addressScott Wood
2013-01-25openpic: add basic support for MPIC v4.2Scott Wood
2013-01-25openpic: fix timer address decodingScott Wood
2013-01-25openpic: fix remaining issues from idr-to-destmask conversionScott Wood
2013-01-25pseries: Adjust default VIO address allocations to play better with libvirtDavid Gibson
2013-01-25pseries: Improve handling of multiple PCI host bridgesDavid Gibson
2013-01-25cuda: Move ADB bus into CUDA stateAndreas Färber
2013-01-25adb: QOM'ify ADB devicesAndreas Färber
2013-01-25adb: QOM'ify Apple Desktop BusAndreas Färber
2013-01-25cuda: QOM'ify CUDAAndreas Färber
2013-01-25ide/macio: QOM'ify MacIO IDEAndreas Färber
2013-01-25mac_nvram: QOM'ify MacIO NVRAMAndreas Färber
2013-01-25mac_nvram: Mark as Big EndianAndreas Färber
2013-01-25mac_nvram: Clean up public APIAndreas Färber
2013-01-25macio: Split MacIO in twoAndreas Färber
2013-01-25macio: Delay qdev init until all fields are initializedAndreas Färber
2013-01-25macio: QOM'ify some moreAndreas Färber
2013-01-25ppc: Move Mac machines to hw/ppc/Andreas Färber
2013-01-25ide: Add fall through annotationsKevin Wolf