aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-10-28target-ppc: add vmul10[u,eu,cu,ecu]q instructionsVasant Hegde
2016-10-28ppc/pnv: add a ISA busCédric Le Goater
2016-10-28ppc/pnv: add a LPC controllerBenjamin Herrenschmidt
2016-10-28ppc/pnv: add XSCOM handlers to PnvCoreCédric Le Goater
2016-10-28ppc/pnv: add XSCOM infrastructureCédric Le Goater
2016-10-28ppc/pnv: add a PnvCore objectCédric Le Goater
2016-10-28ppc/pnv: add a PIR handler to PnvChipCédric Le Goater
2016-10-28ppc/pnv: add a core mask to PnvChipCédric Le Goater
2016-10-28ppc/pnv: add a PnvChip objectCédric Le Goater
2016-10-28ppc/pnv: add skeleton PowerNV platformBenjamin Herrenschmidt
2016-10-28configure, ppc64: Copy skiboot.lid to build directory when configuringAlexey Kardashevskiy
2016-10-28ppc: add skiboot firmware for the pnv platformCédric Le Goater
2016-10-28ppc: Fix single step with gdb stubBenjamin Herrenschmidt
2016-10-28pseries: Remove unused callbacks from sPAPR VIO bus stateDavid Gibson
2016-10-28ppc: fix MSR_ME handling for system reset interruptNicholas Piggin
2016-10-28ppc/xics: change the icp_ routines API to use an 'ICPState *' argumentCédric Le Goater
2016-10-28ppc/xics: add a XICSState backlink in ICPStateCédric Le Goater
2016-10-28ppc/xics: add a xics_set_nr_servers common routineCédric Le Goater
2016-10-28target-ppc: implement xxbr[qdwh] instructionNikunj A Dadhania
2016-10-28target-ppc: implement vnegw/d instructionsNikunj A Dadhania
2016-10-28nvram: Rename openbios_firmware_abi.h into sun_nvram.hThomas Huth
2016-10-28nvram: Move the remaining CHRP NVRAM related code to chrp_nvram.[ch]Thomas Huth
2016-10-28sparc: Use the new common NVRAM functions for system and free space partitionThomas Huth
2016-10-28nvram: Introduce helper functions for CHRP "system" and "free space" partitionsThomas Huth
2016-10-28spapr_pci: advertise explicit numa IDs even when there's 1 nodeMichael Roth
2016-10-28tests: enable virtio tests on SPAPRLaurent Vivier
2016-10-28tests: use qtest_pc_boot()/qtest_shutdown() in virtio testsLaurent Vivier
2016-10-28tests: rename target_big_endian() as qvirtio_is_big_endian()Laurent Vivier
2016-10-28tests: move QVirtioBus pointer into QVirtioDeviceLaurent Vivier
2016-10-28tests: don't check if qtest_spapr_boot() returns NULLLaurent Vivier
2016-10-28tests: fix memory leak in virtio-scsi-testLaurent Vivier
2016-10-28ppc/xics: Add xics to the monitor "info pic" commandBenjamin Herrenschmidt
2016-10-28pseries: Update SLOF firmware image to 20161019Alexey Kardashevskiy
2016-10-27qemu-iotests: Test creating floppy drivesKevin Wolf
2016-10-27fdc: Move qdev properties to FloppyDriveKevin Wolf
2016-10-27fdc: Add a floppy drive qdevKevin Wolf
2016-10-27fdc: Add a floppy qbusKevin Wolf
2016-10-27macio: switch over to new byte-aligned DMA helpersMark Cave-Ayland
2016-10-27dma-helpers: explicitly pass alignment into DMA helpersMark Cave-Ayland
2016-10-27trace: Fix 'char **' compilation error in simple backendFam Zheng
2016-10-27iotests: Add test for NBD's blockdev-add interfaceMax Reitz
2016-10-27iotests: Add assert_json_filename_equal() methodMax Reitz
2016-10-27socket_scm_helper: Accept fd directlyMax Reitz
2016-10-27iotests.py: Allow concurrent qemu instancesMax Reitz
2016-10-27iotests.py: Add qemu_nbd functionMax Reitz
2016-10-27qapi: Allow blockdev-add for NBDMax Reitz
2016-10-27block/nbd: Use SocketAddress optionsMax Reitz
2016-10-27block/nbd: Accept SocketAddressMax Reitz
2016-10-27block/nbd: Add nbd_has_filename_options_conflict()Max Reitz
2016-10-27block/nbd: Use qdict_put()Max Reitz