aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-02-04block/nbd-client: don't check iocVladimir Sementsov-Ogievskiy1-11/+5
2019-02-04block/nbd-client: fix nbd_reply_chunk_iter_receiveVladimir Sementsov-Ogievskiy1-1/+1
2019-02-04block/nbd-client: split connection from initializationVladimir Sementsov-Ogievskiy1-9/+24
2019-02-04block/nbd: move connection code from block/nbd to block/nbd-clientVladimir Sementsov-Ogievskiy3-41/+39
2019-02-04block/nbd-client: split channel errors from export errorsVladimir Sementsov-Ogievskiy1-36/+47
2019-02-04nbd: generalize usage of nbd_readVladimir Sementsov-Ogievskiy5-83/+71
2019-02-04qemu-nbd: Deprecate qemu-nbd --partitionEric Blake3-2/+39
2019-02-04test-filter-mirror: pass UNIX domain socket through fdJason Wang1-12/+10
2019-02-04tests/docker/test-mingw and docs: Remove --with-sdlabi=2.0Thomas Huth2-3/+2
2019-02-04Merge remote-tracking branch 'remotes/aperard/tags/pull-xen-20190204' into st...Peter Maydell5-40/+57
2019-02-04xen-block: handle resize callbackPaul Durrant3-7/+38
2019-02-04xen: fix xen-bus state model to allow frontend re-connectionPaul Durrant1-13/+19
2019-02-04configure: Don't add Xen's libs to LDFLAGSAnthony PERARD1-1/+0
2019-02-04configure: xen: Stop build-testing for xc_domain_createAnthony PERARD1-19/+0
2019-02-04Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.0-20190204' into...Peter Maydell41-776/+682
2019-02-04mmap-alloc: fix hugetlbfs misaligned length in ppc64Murilo Opsfelder Araujo4-10/+20
2019-02-04mmap-alloc: unfold qemu_ram_mmap()Murilo Opsfelder Araujo1-19/+34
2019-02-04hw/ppc: Don't include m48t59.h if it is not necessaryThomas Huth4-5/+0
2019-02-04spapr_pci: Fix endianness in assigned-addresses propertyAlexey Kardashevskiy1-1/+1
2019-02-04target/ppc: remove various HOST_WORDS_BIGENDIAN hacks in int_helper.cMark Cave-Ayland1-110/+45
2019-02-04target/ppc: remove ROTRu32 and ROTRu64 macros from int_helper.cMark Cave-Ayland1-28/+20
2019-02-04target/ppc: simplify VEXT_SIGNED macro in int_helper.cMark Cave-Ayland1-7/+7
2019-02-04target/ppc: eliminate use of EL_IDX macros from int_helper.cMark Cave-Ayland1-39/+27
2019-02-04target/ppc: eliminate use of HI_IDX and LO_IDX macros from int_helper.cMark Cave-Ayland1-95/+85
2019-02-04target/ppc: rework vmul{e,o}{s,u}{b,h,w} instructions to use Vsr* macrosMark Cave-Ayland1-21/+27
2019-02-04target/ppc: rework vmrg{l,h}{b,h,w} instructions to use Vsr* macrosMark Cave-Ayland1-35/+19
2019-02-04hw/ppc/spapr: Add support for "-vga cirrus"Thomas Huth1-0/+1
2019-02-04QemuMacDrivers: update qemu_vga.ndrv to 90c488d built from submoduleMark Cave-Ayland2-0/+0
2019-02-04MAINTAINERS: add myself as maintainer for Mac Old World and New World machinesMark Cave-Ayland1-2/+4
2019-02-04spapr: Drop unused parameters from fdt building helperAlexey Kardashevskiy1-5/+3
2019-02-04MAINTAINERS: Merge the two e500 sectionsThomas Huth1-10/+3
2019-02-04MAINTAINERS: XIVE is an interrupt controller, not a machineThomas Huth1-8/+8
2019-02-04hw/ppc: Move ppc40x_*reset() functions from ppc405_uc.c to ppc.cThomas Huth3-60/+57
2019-02-04ppc: remove the interrupt presenters from under PowerPCCPUCédric Le Goater1-5/+0
2019-02-04target/ppc: implement complete set of Vsr* macrosMark Cave-Ayland1-1/+8
2019-02-04spapr: move the interrupt presenters under machine_dataCédric Le Goater6-18/+25
2019-02-04ppc/pnv: introduce a CPU machine_dataCédric Le Goater3-4/+24
2019-02-04xive: add a get_tctx() method to the XiveRouterCédric Le Goater3-34/+47
2019-02-04spapr/pci: Fix primary bus number for PCI bridgesDavid Hildenbrand1-4/+1
2019-02-04spapr: Forbid setting ic-mode for old machine typesGreg Kurz1-0/+5
2019-02-04hw/ppc/spapr: Encode the SCSI channel (bus) in the SRP LUNsThomas Huth1-3/+4
2019-02-04spapr/vio: remove the "irq" property"Cédric Le Goater2-47/+6
2019-02-04ppc440: Avoid reporting error when reading non-existent RAM slotBALATON Zoltan1-2/+4
2019-02-04target/ppc/kvm: Drop useless include directiveGreg Kurz1-1/+0
2019-02-04ppc/xive: fix remaining XiveFabric namesCédric Le Goater2-4/+4
2019-02-04sam460ex: Fix support for memory larger than 1GBBALATON Zoltan2-12/+16
2019-02-04ppc4xx: Pass array index to function instead of pointer into the arrayBALATON Zoltan2-44/+36
2019-02-04ppc4xx: Rename ppc4xx_sdram_t in ppc440_uc.c to ppc440_sdram_tBALATON Zoltan1-8/+8
2019-02-04ppc4xx: Use ram_addr_t in ppc4xx_sdram_adjust()BALATON Zoltan4-5/+5
2019-02-04sam460ex: Clean up SPD EEPROM creationBALATON Zoltan1-153/+20