Age | Commit message (Expand) | Author | Files | Lines |
2015-11-12 | net: netmap: Fix compilation issue | Vincenzo Maffione | 1 | -1/+1 |
2015-11-12 | e1000: Introducing backward compatibility command line parameter | Leonid Bloch | 2 | -1/+7 |
2015-11-12 | e1000: Implementing various counters | Leonid Bloch | 1 | -5/+85 |
2015-11-12 | e1000: Fixing the packet address filtering procedure | Leonid Bloch | 1 | -3/+7 |
2015-11-12 | e1000: Fixing the received/transmitted octets' counters | Leonid Bloch | 1 | -8/+18 |
2015-11-12 | e1000: Fixing the received/transmitted packets' counters | Leonid Bloch | 1 | -4/+12 |
2015-11-12 | e1000: Trivial implementation of various MAC registers | Leonid Bloch | 2 | -3/+100 |
2015-11-12 | e1000: Introduced an array to control the access to the MAC registers | Leonid Bloch | 1 | -12/+46 |
2015-11-12 | e1000: Add support for migrating the entire MAC registers' array | Leonid Bloch | 1 | -0/+21 |
2015-11-12 | e1000: Cosmetic and alignment fixes | Leonid Bloch | 2 | -79/+89 |
2015-11-12 | slirp: Fix type casts and format strings in debug code | Stefan Weil | 13 | -50/+56 |
2015-11-11 | Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20151111' into staging | Peter Maydell | 15 | -77/+506 |
2015-11-11 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell | 38 | -311/+2626 |
2015-11-11 | s390: deprecate the non-ccw machine in 2.5 | Christian Borntraeger | 1 | -1/+5 |
2015-11-11 | s390x/ipl: switch error reporting to error_setg | David Hildenbrand | 1 | -7/+11 |
2015-11-11 | s390x/ipl: clean up qom definitions and turn into TYPE_DEVICE | David Hildenbrand | 3 | -51/+36 |
2015-11-11 | qdev: provide qdev_reset_all_fn() | David Hildenbrand | 2 | -0/+6 |
2015-11-11 | pc-bios/s390-ccw: rebuild image | Cornelia Huck | 1 | -0/+0 |
2015-11-11 | pc-bios/s390-ccw: El Torito 16-bit boot image size field workaround | Maxim Samoylov | 2 | -0/+97 |
2015-11-11 | pc-bios/s390-ccw: El Torito s390x boot entry check | Maxim Samoylov | 2 | -1/+18 |
2015-11-11 | pc-bios/s390-ccw: ISO-9660 El Torito boot implementation | Maxim Samoylov | 4 | -0/+306 |
2015-11-11 | pc-bios/s390-ccw: Always adjust virtio sector count | Maxim Samoylov | 1 | -6/+1 |
2015-11-11 | s390x/kvm: don't enable CMMA when hugetlbfs will be used | Dominik Dingel | 1 | -1/+3 |
2015-11-11 | s390x: switch to memory_region_allocate_system_memory | Dominik Dingel | 1 | -2/+1 |
2015-11-11 | MAINTAINERS: update virtio-ccw/s390 git tree | Cornelia Huck | 1 | -2/+6 |
2015-11-11 | MAINTAINERS: update s390 file patterns | Cornelia Huck | 1 | -6/+6 |
2015-11-11 | s390x/pci : fix up s390 pci iommu translation function | Yi Min Zhao | 1 | -2/+6 |
2015-11-11 | s390x/css: sense data endianness | Cornelia Huck | 1 | -0/+6 |
2015-11-11 | Merge remote-tracking branch 'mreitz/tags/pull-block-for-kevin-2015-11-11' in... | Kevin Wolf | 18 | -51/+692 |
2015-11-11 | iotests: Check for quorum support in test 139 | Alberto Garcia | 1 | -0/+2 |
2015-11-11 | qcow2: Fix qcow2_get_cluster_offset() for zero clusters | Kevin Wolf | 1 | -6/+9 |
2015-11-11 | iotests: Add tests for the x-blockdev-del command | Alberto Garcia | 3 | -0/+420 |
2015-11-11 | block: Add 'x-blockdev-del' QMP command | Alberto Garcia | 3 | -4/+155 |
2015-11-11 | block: Add blk_get_refcnt() | Alberto Garcia | 2 | -0/+6 |
2015-11-11 | mirror: block all operations on the target image during the job | Alberto Garcia | 1 | -0/+4 |
2015-11-11 | qemu-iotests: fix -valgrind option for check | Jeff Cody | 6 | -26/+59 |
2015-11-11 | qemu-iotests: fix cleanup of background processes | Jeff Cody | 4 | -15/+37 |
2015-11-11 | qemu-io: Correct error messages | John Snow | 1 | -19/+34 |
2015-11-11 | qemu-io: Check for trailing chars | John Snow | 1 | -1/+8 |
2015-11-11 | qemu-io: fix cvtnum lval types | John Snow | 1 | -36/+89 |
2015-11-11 | block: test 'blockdev-snapshot' using a file BDS as the overlay | Alberto Garcia | 2 | -1/+15 |
2015-11-11 | block: Remove inner quotation marks in iotest 085 | Alberto Garcia | 1 | -8/+8 |
2015-11-11 | block: Disallow snapshots if the overlay doesn't support backing files | Alberto Garcia | 1 | -0/+5 |
2015-11-11 | throttle: Use bs->throttle_state instead of bs->io_limits_enabled | Alberto Garcia | 4 | -7/+10 |
2015-11-11 | throttle: Check for pending requests in throttle_group_unregister_bs() | Alberto Garcia | 1 | -0/+7 |
2015-11-11 | qemu-img: add check for zero-length job len | John Snow | 1 | -1/+2 |
2015-11-11 | qcow2: avoid misaligned 64bit bswap | John Snow | 1 | -4/+7 |
2015-11-11 | qemu-iotests: Test the reopening of overlay_bs in 'block-commit' | Alberto Garcia | 2 | -2/+32 |
2015-11-11 | commit: reopen overlay_bs before base | Alberto Garcia | 1 | -4/+4 |
2015-11-11 | block: add tests for the 'blockdev-snapshot' command | Alberto Garcia | 2 | -8/+128 |