aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-06-29target/arm: Implement SVE floating-point trig multiply-add coefficientRichard Henderson4-0/+104
2018-06-29target/arm: Implement SVE FP Compare with Zero GroupRichard Henderson4-0/+138
2018-06-29target/arm: Implement SVE Floating Point Unary Operations - Unpredicated GroupRichard Henderson4-0/+80
2018-06-29target/arm: Implement SVE FP Fast Reduction GroupRichard Henderson4-0/+161
2018-06-29target/arm: Implement SVE Floating Point Multiply Indexed GroupRichard Henderson4-0/+131
2018-06-29target/arm: Implement SVE floating-point arithmetic with immediateRichard Henderson4-0/+214
2018-06-29target/arm: Implement SVE floating-point compare vectorsRichard Henderson4-0/+162
2018-06-29target/arm: Implement SVE scatter store vector immediateRichard Henderson2-26/+70
2018-06-29target/arm: Implement SVE first-fault gather loadsRichard Henderson3-2/+193
2018-06-29target/arm: Implement SVE gather loadsRichard Henderson4-0/+301
2018-06-29target/arm: Implement SVE prefetchesRichard Henderson2-0/+44
2018-06-29target/arm: Implement SVE scatter storesRichard Henderson4-0/+216
2018-06-29target/arm: Implement SVE store vector/predicate registerRichard Henderson2-0/+109
2018-06-29target/arm: Implement SVE load and broadcast elementRichard Henderson4-0/+113
2018-06-29target/arm: Implement SVE Floating Point Accumulating Reduction GroupRichard Henderson4-0/+113
2018-06-29target/arm: Implement SVE FP Multiply-Add GroupRichard Henderson4-0/+241
2018-06-29target/arm: Implement SVE floating-point arithmetic (predicated)Richard Henderson4-0/+229
2018-06-29target/arm: Implement SVE integer convert to floating-pointRichard Henderson4-0/+180
2018-06-29target/arm: Implement SVE load and broadcast quadwordRichard Henderson2-0/+61
2018-06-29target/arm: Implement SVE Memory Contiguous Store GroupRichard Henderson4-0/+343
2018-06-29target/arm: Implement SVE Contiguous Load, first-fault and no-faultRichard Henderson4-0/+272
2018-06-29target/arm: Implement SVE Memory Contiguous Load GroupRichard Henderson4-0/+343
2018-06-29hw/arm/virt: Silence dtc /memory warningEric Auger2-24/+24
2018-06-29hw/arm/virt: Silence dtc /intc warningsEric Auger1-24/+39
2018-06-29device_tree: Add qemu_fdt_node_unit_pathEric Auger2-0/+71
2018-06-29device_tree: Replace error_setg(&error_fatal) by error_report() + exit()Philippe Mathieu-Daudé1-10/+13
2018-06-29hw/arm/sysbus-fdt: Replace error_setg(&error_fatal) by error_report() + exit()Philippe Mathieu-Daudé1-23/+30
2018-06-29hw/block/fdc: Replace error_setg(&error_abort) by assert()Philippe Mathieu-Daudé1-8/+1
2018-06-29Merge remote-tracking branch 'remotes/berrange/tags/min-glib-pull-request' in...Peter Maydell16-464/+73
2018-06-29hw/block/pflash_cfi: Convert from DPRINTF() macro to trace eventsPhilippe Mathieu-Daudé3-36/+37
2018-06-29hw/block/fdc: Convert from FLOPPY_DPRINTF() macro to trace eventsPhilippe Mathieu-Daudé2-3/+7
2018-06-29hw/net/etraxfs_eth: Convert printf() calls to trace eventsPhilippe Mathieu-Daudé2-4/+9
2018-06-29hw/net/ne2000: Convert printf() calls to trace eventsPhilippe Mathieu-Daudé2-6/+4
2018-06-29hw/net/ne2000: Add trace eventsPhilippe Mathieu-Daudé2-5/+16
2018-06-29hw/input/tsc2005: Convert a fprintf() call to trace eventsPhilippe Mathieu-Daudé2-4/+6
2018-06-29hw/char/parallel: Convert from pdebug() macro to trace eventsPhilippe Mathieu-Daudé2-3/+17
2018-06-29hw/char/serial: Convert from DPRINTF macro to trace eventsPhilippe Mathieu-Daudé2-2/+7
2018-06-29sdcard: Reduce sdcard_set_blocklen() trace digitsPhilippe Mathieu-Daudé1-1/+1
2018-06-29trace: Fix format string for the struct timeval members casted to size_tPhilippe Mathieu-Daudé1-1/+1
2018-06-29simpletrace: Convert name from mapping record to strEduardo Habkost1-1/+1
2018-06-29block: Remove unused sector-based vectored I/OEric Blake2-40/+0
2018-06-29vhdx: Switch to byte-based callsEric Blake1-6/+6
2018-06-29replication: Switch to byte-based callsEric Blake1-6/+8
2018-06-29qcow: Switch to a byte-based driverEric Blake1-15/+20
2018-06-29qcow: Switch qcow_co_writev to byte-based callsEric Blake1-19/+17
2018-06-29qcow: Switch qcow_co_readv to byte-based callsEric Blake1-22/+20
2018-06-29qcow: Switch get_cluster_offset to be byte-basedEric Blake1-14/+15
2018-06-29parallels: Switch to byte-based callsEric Blake1-6/+10
2018-06-29file-posix: Fix EINTR handlingFam Zheng1-8/+9
2018-06-29iscsi: Don't blindly use designator length in response for memcpyFam Zheng1-1/+1