summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | net/tap: Set return code on failurePeter Foley2022-02-141-0/+1
| * | | hw/net/vmxnet3: Log guest-triggerable errors using LOG_GUEST_ERRORPhilippe Mathieu-Daudé2022-02-141-1/+3
| |/ /
* | | Merge remote-tracking branch 'remotes/kwolf-gitlab/tags/for-upstream' into st...Peter Maydell2022-02-144-10/+52
|\ \ \
| * | | hw/block/fdc-isa: Respect QOM properties when building AMLBernhard Beschow2022-02-111-4/+7
| * | | iotests: Test blockdev-reopen with iothreads and throttlingKevin Wolf2022-02-112-5/+35
| * | | block: Lock AioContext for drain_end in blockdev-reopenKevin Wolf2022-02-111-1/+10
* | | | Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20220211' into...Peter Maydell2022-02-1436-495/+1561
|\ \ \ \ | |_|_|/ |/| | |
| * | | tests/tcg/multiarch: Add sigbus.cRichard Henderson2022-02-081-0/+68
| * | | tcg/sparc: Support unaligned access for user-onlyRichard Henderson2022-02-081-8/+211
| * | | tcg/sparc: Add tcg_out_jmpl_const for better tail callsRichard Henderson2022-02-081-14/+23
| * | | tcg/sparc: Use the constant pool for 64-bit constantsRichard Henderson2022-02-081-0/+15
| * | | tcg/sparc: Convert patch_reloc to return boolRichard Henderson2022-02-081-2/+6
| * | | tcg/sparc: Improve code gen for shifted 32-bit constantsRichard Henderson2022-02-081-6/+6
| * | | tcg/sparc: Add scratch argument to tcg_out_movi_intRichard Henderson2022-02-081-6/+9
| * | | tcg/sparc: Split out tcg_out_movi_imm32Richard Henderson2022-02-081-15/+21
| * | | tcg/sparc: Use tcg_out_movi_imm13 in tcg_out_addsub2_i64Richard Henderson2022-02-081-3/+7
| * | | tcg/mips: Support unaligned access for softmmuRichard Henderson2022-02-081-40/+51
| * | | tcg/mips: Support unaligned access for user-onlyRichard Henderson2022-02-082-8/+328
| * | | tcg/arm: Support raising sigbus for user-onlyRichard Henderson2022-02-082-4/+81
| * | | tcg/arm: Reserve a register for guest_baseRichard Henderson2022-02-081-11/+28
| * | | tcg/arm: Support unaligned access for softmmuRichard Henderson2022-02-081-20/+21
| * | | tcg/arm: Check alignment for ldrd and strdRichard Henderson2022-02-081-15/+8Star
| * | | tcg/arm: Remove use_armv6_instructionsRichard Henderson2022-02-082-166/+27Star
| * | | tcg/arm: Remove use_armv5t_instructionsRichard Henderson2022-02-082-31/+7Star
| * | | tcg/arm: Drop support for armv4 and armv5 hostsRichard Henderson2022-02-081-0/+5
| * | | tcg/loongarch64: Support raising sigbus for user-onlyWANG Xuerui2022-02-082-4/+69
| * | | tcg/tci: Support raising sigbus for user-onlyRichard Henderson2022-02-081-6/+14
| * | | tcg/s390x: Support raising sigbus for user-onlyRichard Henderson2022-02-082-4/+57
| * | | tcg/riscv: Support raising sigbus for user-onlyRichard Henderson2022-02-082-4/+61
| * | | tcg/ppc: Support raising sigbus for user-onlyRichard Henderson2022-02-082-10/+90
| * | | tcg/aarch64: Support raising sigbus for user-onlyRichard Henderson2022-02-082-19/+74
| * | | tcg/i386: Support raising sigbus for user-onlyRichard Henderson2022-02-082-7/+98
| * | | tcg/loongarch64: Fix fallout from recent MO_Q renamingWANG Xuerui2022-02-081-1/+1
| * | | replay: use CF_NOIRQ for special exception-replaying TBPavel Dovgalyuk2022-02-081-1/+2
| * | | softmmu/cpus: Check if the cpu work list is empty atomicallyIdan Horowitz2022-02-081-6/+1Star
| * | | accel/tcg: Optimize jump cache flush during tlb range flushIdan Horowitz2022-02-081-0/+9
| * | | linux-user/include/host/sparc64: Fix host_sigcontextRichard Henderson2022-02-081-8/+9
| * | | linux-user: Move sparc/host-signal.h to sparc64/host-signal.hRichard Henderson2022-02-082-72/+63Star
| * | | linux-user: Introduce host_sigcontextRichard Henderson2022-02-0812-47/+80
| * | | linux-user: Introduce host_signal_maskRichard Henderson2022-02-0812-10/+63
| * | | common-user/host/sparc64: Fix safe_syscall_baseRichard Henderson2022-02-081-2/+3
| |/ /
* | | Merge remote-tracking branch 'remotes/legoater/tags/pull-ppc-20220210' into s...Peter Maydell2022-02-1332-2250/+592Star
|\ \ \ | |_|/ |/| |
| * | spapr/vof: Install rom and nvram binariesAlexey Kardashevskiy2022-02-091-0/+2
| * | docs: rstfy confidential guest documentationCornelia Huck2022-02-096-56/+67
| * | target/ppc: Change VSX instructions behavior to fill with zerosVíctor Colombo2022-02-092-14/+16
| * | target/ppc: books: Remove excp_model argument from ppc_excp_apply_ailFabiano Rosas2022-02-091-12/+13
| * | target/ppc: Assert if MSR bits differ from msr_mask during exceptionsFabiano Rosas2022-02-091-58/+6Star
| * | target/ppc: powerpc_excp: Move common code to the caller functionFabiano Rosas2022-02-091-48/+9Star
| * | target/ppc: Remove powerpc_excp_legacyFabiano Rosas2022-02-091-474/+3Star
| * | target/ppc: 7xx: Set SRRs directly in exception codeFabiano Rosas2022-02-091-11/+2Star