aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-06-29target/arm: Implement SVE floating-point arithmetic with immediateRichard Henderson
2018-06-29target/arm: Implement SVE floating-point compare vectorsRichard Henderson
2018-06-29target/arm: Implement SVE scatter store vector immediateRichard Henderson
2018-06-29target/arm: Implement SVE first-fault gather loadsRichard Henderson
2018-06-29target/arm: Implement SVE gather loadsRichard Henderson
2018-06-29target/arm: Implement SVE prefetchesRichard Henderson
2018-06-29target/arm: Implement SVE scatter storesRichard Henderson
2018-06-29target/arm: Implement SVE store vector/predicate registerRichard Henderson
2018-06-29target/arm: Implement SVE load and broadcast elementRichard Henderson
2018-06-29target/arm: Implement SVE Floating Point Accumulating Reduction GroupRichard Henderson
2018-06-29target/arm: Implement SVE FP Multiply-Add GroupRichard Henderson
2018-06-29target/arm: Implement SVE floating-point arithmetic (predicated)Richard Henderson
2018-06-29target/arm: Implement SVE integer convert to floating-pointRichard Henderson
2018-06-29target/arm: Implement SVE load and broadcast quadwordRichard Henderson
2018-06-29target/arm: Implement SVE Memory Contiguous Store GroupRichard Henderson
2018-06-29target/arm: Implement SVE Contiguous Load, first-fault and no-faultRichard Henderson
2018-06-29target/arm: Implement SVE Memory Contiguous Load GroupRichard Henderson
2018-06-29hw/arm/virt: Silence dtc /memory warningEric Auger
2018-06-29hw/arm/virt: Silence dtc /intc warningsEric Auger
2018-06-29device_tree: Add qemu_fdt_node_unit_pathEric Auger
2018-06-29device_tree: Replace error_setg(&error_fatal) by error_report() + exit()Philippe Mathieu-Daudé
2018-06-29hw/arm/sysbus-fdt: Replace error_setg(&error_fatal) by error_report() + exit()Philippe Mathieu-Daudé
2018-06-29hw/block/fdc: Replace error_setg(&error_abort) by assert()Philippe Mathieu-Daudé
2018-06-29Merge remote-tracking branch 'remotes/berrange/tags/min-glib-pull-request' in...Peter Maydell
2018-06-29hw/block/pflash_cfi: Convert from DPRINTF() macro to trace eventsPhilippe Mathieu-Daudé
2018-06-29hw/block/fdc: Convert from FLOPPY_DPRINTF() macro to trace eventsPhilippe Mathieu-Daudé
2018-06-29hw/net/etraxfs_eth: Convert printf() calls to trace eventsPhilippe Mathieu-Daudé
2018-06-29hw/net/ne2000: Convert printf() calls to trace eventsPhilippe Mathieu-Daudé
2018-06-29hw/net/ne2000: Add trace eventsPhilippe Mathieu-Daudé
2018-06-29hw/input/tsc2005: Convert a fprintf() call to trace eventsPhilippe Mathieu-Daudé
2018-06-29hw/char/parallel: Convert from pdebug() macro to trace eventsPhilippe Mathieu-Daudé
2018-06-29hw/char/serial: Convert from DPRINTF macro to trace eventsPhilippe Mathieu-Daudé
2018-06-29sdcard: Reduce sdcard_set_blocklen() trace digitsPhilippe Mathieu-Daudé
2018-06-29trace: Fix format string for the struct timeval members casted to size_tPhilippe Mathieu-Daudé
2018-06-29simpletrace: Convert name from mapping record to strEduardo Habkost
2018-06-29block: Remove unused sector-based vectored I/OEric Blake
2018-06-29vhdx: Switch to byte-based callsEric Blake
2018-06-29replication: Switch to byte-based callsEric Blake
2018-06-29qcow: Switch to a byte-based driverEric Blake
2018-06-29qcow: Switch qcow_co_writev to byte-based callsEric Blake
2018-06-29qcow: Switch qcow_co_readv to byte-based callsEric Blake
2018-06-29qcow: Switch get_cluster_offset to be byte-basedEric Blake
2018-06-29parallels: Switch to byte-based callsEric Blake
2018-06-29file-posix: Fix EINTR handlingFam Zheng
2018-06-29iscsi: Don't blindly use designator length in response for memcpyFam Zheng
2018-06-29qcow2: Fix src_offset in copy offloadingFam Zheng
2018-06-29file-posix: Implement co versions of discard/flushKevin Wolf
2018-06-29qemu-iotests: Test qcow2 not leaking clusters on write errorKevin Wolf
2018-06-29qcow2: Free allocated clusters on write errorKevin Wolf
2018-06-29qemu-iotests: Update 026.out.nocache reference outputKevin Wolf