aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-05-05target/arm: Make some more cpreg data static constRichard Henderson1-8/+8
2022-05-05target/arm: Replace sentinels with ARRAY_SIZE in cpregs.hRichard Henderson8-130/+49
2022-05-05target/arm: Reorg CPAccessResult and access_check_cp_regRichard Henderson2-36/+42
2022-05-05target/arm: Split out cpregs.hRichard Henderson14-374/+427
2022-05-05target/arm: Enable SCTLR_EL1.BT0 for aarch64-linux-userRichard Henderson3-3/+47
2022-05-04Merge tag 'pull-request-2022-05-04' of https://gitlab.com/thuth/qemu into sta...Richard Henderson25-1979/+1053
2022-05-04Merge tag 'qga-pull-request' of gitlab.com:marcandre.lureau/qemu into stagingRichard Henderson3-235/+413
2022-05-04qga: Introduce disk smartzhenwei pi2-1/+125
2022-05-04qga: Introduce NVMe disk bus typezhenwei pi2-2/+6
2022-05-04qga/commands-posix: 'guest-shutdown' for SolarisAndrew Deason1-3/+18
2022-05-04qga/commands-posix: Log all net stats failuresAndrew Deason1-1/+5
2022-05-04qga/commands-posix: Fix listing ifaces for SolarisAndrew Deason1-1/+6
2022-05-04qga/commands-posix: Fix iface hw address detectionAndrew Deason1-15/+24
2022-05-04qga/commands-posix: Use getifaddrs when availableAndrew Deason2-229/+246
2022-05-04tests/tcg/s390x: Use a different PCRel32 notation in branch-relative-long.cIlya Leoshkevich1-2/+2
2022-05-04disas: Remove old libopcode s390 disassemblerThomas Huth6-1898/+0
2022-05-04tests/tcg/s390x: Tests for Vector Enhancements Facility 2David Miller5-0/+347
2022-05-04target/s390x: add S390_FEAT_VECTOR_ENH2 to qemu CPU modelDavid Miller2-1/+9
2022-05-04target/s390x: vxeh2: vector {load, store} byte reversed elementDavid Miller2-0/+97
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