aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-05target/arm: Merge allocation of the cpreg and its nameRichard Henderson
2022-05-05target/arm: Store cpregs key in the hash table directlyRichard Henderson
2022-05-05target/arm: Drop always-true test in define_arm_vh_e2h_redirects_aliasesRichard Henderson
2022-05-05target/arm: Name CPSecureState typeRichard Henderson
2022-05-05target/arm: Name CPState typeRichard Henderson
2022-05-05target/arm: Change cpreg access permissions to enumRichard Henderson
2022-05-05target/arm: Avoid bare abort() or assert(0)Richard Henderson
2022-05-05target/arm: Reorg ARMCPRegInfo type field bitsRichard Henderson
2022-05-05target/arm: Make some more cpreg data static constRichard Henderson
2022-05-05target/arm: Replace sentinels with ARRAY_SIZE in cpregs.hRichard Henderson
2022-05-05target/arm: Reorg CPAccessResult and access_check_cp_regRichard Henderson
2022-05-05target/arm: Split out cpregs.hRichard Henderson
2022-05-05target/arm: Enable SCTLR_EL1.BT0 for aarch64-linux-userRichard Henderson
2022-05-04Merge tag 'pull-request-2022-05-04' of https://gitlab.com/thuth/qemu into sta...Richard Henderson
2022-05-04Merge tag 'qga-pull-request' of gitlab.com:marcandre.lureau/qemu into stagingRichard Henderson
2022-05-04qga: Introduce disk smartzhenwei pi
2022-05-04qga: Introduce NVMe disk bus typezhenwei pi
2022-05-04qga/commands-posix: 'guest-shutdown' for SolarisAndrew Deason
2022-05-04qga/commands-posix: Log all net stats failuresAndrew Deason
2022-05-04qga/commands-posix: Fix listing ifaces for SolarisAndrew Deason
2022-05-04qga/commands-posix: Fix iface hw address detectionAndrew Deason
2022-05-04qga/commands-posix: Use getifaddrs when availableAndrew Deason
2022-05-04tests/tcg/s390x: Use a different PCRel32 notation in branch-relative-long.cIlya Leoshkevich
2022-05-04disas: Remove old libopcode s390 disassemblerThomas Huth
2022-05-04tests/tcg/s390x: Tests for Vector Enhancements Facility 2David Miller
2022-05-04target/s390x: add S390_FEAT_VECTOR_ENH2 to qemu CPU modelDavid Miller
2022-05-04target/s390x: vxeh2: vector {load, store} byte reversed elementDavid Miller
2022-05-04target/s390x: vxeh2: vector {load, store} byte reversed elementsDavid Miller
2022-05-04target/s390x: vxeh2: vector {load, store} elements reversedDavid Miller
2022-05-04target/s390x: vxeh2: vector shift double by bitDavid Miller
2022-05-04target/s390x: vxeh2: Update for changes to vector shiftsDavid Miller
2022-05-04target/s390x: vxeh2: vector string searchDavid Miller
2022-05-04target/s390x: vxeh2: vector convert short/32bDavid Miller
2022-05-04tcg: Implement tcg_gen_{h,w}swap_{i32,i64}Richard Henderson
2022-05-04s390x/cpu_models: make "max" match the unmodified "qemu" CPU model under TCGDavid Hildenbrand
2022-05-04s390x/cpu_models: drop "msa5" from the TCG "max" modelDavid Hildenbrand
2022-05-04target/s390x: Fix writeback to v1 in helper_vstlRichard Henderson
2022-05-03Merge tag 'misc-pull-request' of gitlab.com:marcandre.lureau/qemu into stagingRichard Henderson
2022-05-03Merge tag 'pull-aspeed-20220503' of https://github.com/legoater/qemu into sta...Richard Henderson
2022-05-03util: rename qemu_*block() socket functionsMarc-André Lureau
2022-05-03tests: replace qemu_set_nonblock()Marc-André Lureau
2022-05-03net: replace qemu_set_nonblock()Marc-André Lureau
2022-05-03ui: replace qemu_set_nonblock()Marc-André Lureau
2022-05-03hw: replace qemu_set_nonblock()Marc-André Lureau
2022-05-03qga: replace qemu_set_nonblock()Marc-André Lureau
2022-05-03io: replace qemu_set{_non}block()Marc-André Lureau
2022-05-03chardev: replace qemu_set_nonblock()Marc-André Lureau
2022-05-03io: make qio_channel_command_new_pid() staticMarc-André Lureau
2022-05-03Replace fcntl(O_NONBLOCK) with g_unix_set_fd_nonblocking()Marc-André Lureau
2022-05-03io: replace pipe() with g_unix_open_pipe(CLOEXEC)Marc-André Lureau