aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-05-04target/s390x: vxeh2: vector {load, store} byte reversed elementsDavid Miller2-0/+117
2022-05-04target/s390x: vxeh2: vector {load, store} elements reversedDavid Miller2-0/+88
2022-05-04target/s390x: vxeh2: vector shift double by bitDavid Miller2-8/+53
2022-05-04target/s390x: vxeh2: Update for changes to vector shiftsDavid Miller4-50/+95
2022-05-04target/s390x: vxeh2: vector string searchDavid Miller5-1/+134
2022-05-04target/s390x: vxeh2: vector convert short/32bDavid Miller3-4/+75
2022-05-04tcg: Implement tcg_gen_{h,w}swap_{i32,i64}Richard Henderson2-0/+36
2022-05-04s390x/cpu_models: make "max" match the unmodified "qemu" CPU model under TCGDavid Hildenbrand2-24/+13
2022-05-04s390x/cpu_models: drop "msa5" from the TCG "max" modelDavid Hildenbrand1-2/+0
2022-05-04target/s390x: Fix writeback to v1 in helper_vstlRichard Henderson1-2/+0
2022-05-03Merge tag 'misc-pull-request' of gitlab.com:marcandre.lureau/qemu into stagingRichard Henderson192-565/+609
2022-05-03Merge tag 'pull-aspeed-20220503' of https://github.com/legoater/qemu into sta...Richard Henderson22-16/+1199
2022-05-03util: rename qemu_*block() socket functionsMarc-André Lureau14-32/+32
2022-05-03tests: replace qemu_set_nonblock()Marc-André Lureau1-1/+3
2022-05-03net: replace qemu_set_nonblock()Marc-André Lureau1-14/+19
2022-05-03ui: replace qemu_set_nonblock()Marc-André Lureau1-1/+4
2022-05-03hw: replace qemu_set_nonblock()Marc-André Lureau2-5/+11
2022-05-03qga: replace qemu_set_nonblock()Marc-André Lureau1-1/+5
2022-05-03io: replace qemu_set{_non}block()Marc-André Lureau2-11/+18
2022-05-03chardev: replace qemu_set_nonblock()Marc-André Lureau4-5/+14
2022-05-03io: make qio_channel_command_new_pid() staticMarc-André Lureau2-29/+22
2022-05-03Replace fcntl(O_NONBLOCK) with g_unix_set_fd_nonblocking()Marc-André Lureau6-21/+9
2022-05-03io: replace pipe() with g_unix_open_pipe(CLOEXEC)Marc-André Lureau1-2/+2
2022-05-03virtiofsd: replace pipe() with g_unix_open_pipe(CLOEXEC)Marc-André Lureau1-1/+1
2022-05-03os-posix: replace pipe()+cloexec with g_unix_open_pipe(CLOEXEC)Marc-André Lureau1-2/+1
2022-05-03tests: replace pipe() with g_unix_open_pipe(CLOEXEC)Marc-André Lureau2-3/+4
2022-05-03qga: replace pipe() with g_unix_open_pipe(CLOEXEC)Marc-André Lureau1-1/+1
2022-05-03util: replace pipe()+cloexec with g_unix_open_pipe()Marc-André Lureau1-4/+1
2022-05-03Replace qemu_pipe() with g_unix_open_pipe()Marc-André Lureau4-29/+4
2022-05-03block: move fcntl_setfl()Marc-André Lureau3-17/+15
2022-05-03Use g_unix_set_fd_nonblocking()Marc-André Lureau3-6/+4
2022-05-03libqtest: split QMP part in libqmpMarc-André Lureau6-234/+290
2022-05-03tests: move libqtest.h back under qtest/Marc-André Lureau142-141/+141
2022-05-03Use QEMU_SANITIZE_ADDRESSMarc-André Lureau2-2/+2
2022-05-03Use QEMU_SANITIZE_THREADMarc-André Lureau2-3/+6
2022-05-03aspeed/hace: Support AST1030 HACESteven Lee2-0/+22
2022-05-02hw/gpio/aspeed_gpio: Fix QOM pin propertyPeter Delevoryas3-2/+90
2022-05-02tests/qtest: Add test for Aspeed HACE accumulative modeSteven Lee1-0/+147
2022-05-02aspeed/hace: Support AST2600 HACESteven Lee2-5/+131
2022-05-02aspeed/hace: Support HMAC Key Buffer register.Steven Lee2-0/+8
2022-05-02hw/arm/aspeed: fix AST2500/AST2600 EVB fmc modelJae Hyun Yoo1-2/+2
2022-05-02test/avocado/machine_aspeed.py: Add ast1030 test caseJamin Lin1-0/+36
2022-05-02aspeed: Add an AST1030 eval boardJamin Lin1-0/+66
2022-05-02aspeed/soc : Add AST1030 supportSteven Lee3-1/+307
2022-05-02aspeed/scu: Add AST1030 supportSteven Lee2-0/+88
2022-05-02aspeed/timer: Add AST1030 supportSteven Lee2-0/+18
2022-05-02aspeed/wdt: Add AST1030 supportSteven Lee2-0/+25
2022-05-02aspeed/wdt: Fix ast2500/ast2600 default reload valueSteven Lee2-2/+10
2022-05-02aspeed/smc: Add AST1030 supportSteven Lee1-0/+157
2022-05-02aspeed/adc: Add AST1030 supportSteven Lee2-0/+17