aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-05-27s390x: Add vector registers to ELF dumpEric Farman
2015-05-27linux/elf.h updateEric Farman
2015-05-27s390x: Add vector registers to HMP outputEric Farman
2015-05-27s390x: gdb updates for vector registersEric Farman
2015-05-27gdb-xml: Include XML for s390 vector registersEric Farman
2015-05-27s390x: Store Additional Status SIGP orderEric Farman
2015-05-27s390x: Vector Register IOCTLsEric Farman
2015-05-27s390x: Common access to floating point registersEric Farman
2015-05-26Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell
2015-05-22ahci: do not remap clb/fis unconditionallyJohn Snow
2015-05-22macio: move unaligned DMA write code into separate pmac_dma_write() functionMark Cave-Ayland
2015-05-22macio: move unaligned DMA read code into separate pmac_dma_read() functionMark Cave-Ayland
2015-05-22qtest: pre-buffer hex nibsJohn Snow
2015-05-22libqos/ahci: Swap memread/write with bufread/writeJohn Snow
2015-05-22qtest: add memset to qtest protocolJohn Snow
2015-05-22qtest: Add base64 encoded read/writeJohn Snow
2015-05-22qtest: allow arbitrarily long sendsJohn Snow
2015-05-22qtest/ahci: add migrate halted dma testJohn Snow
2015-05-22qtest/ahci: add halted dma testJohn Snow
2015-05-22qtest/ahci: add flush migrate testJohn Snow
2015-05-22qtest/ahci: add migrate dma testJohn Snow
2015-05-22qtest/ahci: Add migration testJohn Snow
2015-05-22ich9/ahci: Enable MigrationJohn Snow
2015-05-22libqos: Add migration helpersJohn Snow
2015-05-22libqos/ahci: Fix sector set methodJohn Snow
2015-05-22libqos/ahci: Add halted command helpersJohn Snow
2015-05-22glib: remove stale compat functionsJohn Snow
2015-05-22configure: require glib 2.22John Snow
2015-05-22Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2015-05-22Merge remote-tracking branch 'remotes/bkoppelmann/tags/pull-tricore-20150522'...Peter Maydell
2015-05-22MAINTAINERS: Split "Block QAPI, monitor, command line" off coreMarkus Armbruster
2015-05-22MAINTAINERS: Add header files to Block Layer Core sectionKevin Wolf
2015-05-22tests: add test case for encrypted qcow2 read/writeDaniel P. Berrange
2015-05-22qemu-io: prompt for encryption keys when requiredDaniel P. Berrange
2015-05-22util: allow \n to terminate password inputDaniel P. Berrange
2015-05-22util: move read_password method out of qemu-img into osdep/oslibDaniel P. Berrange
2015-05-22qcow2/qcow: protect against uninitialized encryption keyDaniel P. Berrange
2015-05-22qemu-iotests: Make debugging python tests easierFam Zheng
2015-05-22qemu-iotests: qemu-img info on afl VMDK image with a huge capacityFam Zheng
2015-05-22block: Detect multiplication overflow in bdrv_getlengthFam Zheng
2015-05-22qemu-io: Use getopt() correctlyEric Blake
2015-05-22qcow2: style fixes in qcow2-cache.cAlberto Garcia
2015-05-22qcow2: make qcow2_cache_put() a void functionAlberto Garcia
2015-05-22qcow2: use a hash to look for entries in the L2 cacheAlberto Garcia
2015-05-22qcow2: remove qcow2_cache_find_entry_to_replace()Alberto Garcia
2015-05-22qcow2: use an LRU algorithm to replace entries from the L2 cacheAlberto Garcia
2015-05-22qcow2: simplify qcow2_cache_put() and qcow2_cache_entry_mark_dirty()Alberto Garcia
2015-05-22qcow2: use one single memory block for the L2/refcount cache tablesAlberto Garcia
2015-05-22vmdk: Fix overflow if l1_size is 0x20000000Fam Zheng
2015-05-22vmdk: Fix next_cluster_sector for compressed writeFam Zheng