messages from 2021-10-28 16:07:09 to 2021-10-29 05:21:20 UTC [more...]
[PULL v2 00/60] tcg patch queue
2021-10-29 4:33 UTC (45+ messages)
` [PULL v2 01/60] qemu/int128: Add int128_{not,xor}
` [PULL v2 02/60] host-utils: move checks out of divu128/divs128
` [PULL v2 03/60] host-utils: move udiv_qrnnd() to host-utils
` [PULL v2 04/60] host-utils: add 128-bit quotient support to divu128/divs128
` [PULL v2 05/60] host-utils: add unit tests for divu128/divs128
` [PULL v2 06/60] tcg/optimize: Rename "mask" to "z_mask"
` [PULL v2 07/60] tcg/optimize: Split out OptContext
` [PULL v2 08/60] tcg/optimize: Remove do_default label
` [PULL v2 09/60] tcg/optimize: Change tcg_opt_gen_{mov, movi} interface
` [PULL v2 10/60] tcg/optimize: Move prev_mb into OptContext
` [PULL v2 11/60] tcg/optimize: Split out init_arguments
` [PULL v2 12/60] tcg/optimize: Split out copy_propagate
` [PULL v2 13/60] tcg/optimize: Split out fold_call
` [PULL v2 14/60] tcg/optimize: Drop nb_oargs, nb_iargs locals
` [PULL v2 15/60] tcg/optimize: Change fail return for do_constant_folding_cond*
` [PULL v2 16/60] tcg/optimize: Return true from tcg_opt_gen_{mov, movi}
` [PULL v2 17/60] tcg/optimize: Split out finish_folding
` [PULL v2 18/60] tcg/optimize: Use a boolean to avoid a mass of continues
` [PULL v2 19/60] tcg/optimize: Split out fold_mb, fold_qemu_{ld,st}
` [PULL v2 20/60] tcg/optimize: Split out fold_const{1,2}
` [PULL v2 21/60] tcg/optimize: Split out fold_setcond2
` [PULL v2 22/60] tcg/optimize: Split out fold_brcond2
` [PULL v2 23/60] tcg/optimize: Split out fold_brcond
` [PULL v2 24/60] tcg/optimize: Split out fold_setcond
` [PULL v2 25/60] tcg/optimize: Split out fold_mulu2_i32
` [PULL v2 26/60] tcg/optimize: Split out fold_addsub2_i32
` [PULL v2 27/60] tcg/optimize: Split out fold_movcond
` [PULL v2 28/60] tcg/optimize: Split out fold_extract2
` [PULL v2 29/60] tcg/optimize: Split out fold_extract, fold_sextract
` [PULL v2 30/60] tcg/optimize: Split out fold_deposit
` [PULL v2 31/60] tcg/optimize: Split out fold_count_zeros
` [PULL v2 32/60] tcg/optimize: Split out fold_bswap
` [PULL v2 33/60] tcg/optimize: Split out fold_dup, fold_dup2
` [PULL v2 34/60] tcg/optimize: Split out fold_mov
` [PULL v2 35/60] tcg/optimize: Split out fold_xx_to_i
` [PULL v2 36/60] tcg/optimize: Split out fold_xx_to_x
` [PULL v2 37/60] tcg/optimize: Split out fold_xi_to_i
` [PULL v2 38/60] tcg/optimize: Add type to OptContext
` [PULL v2 39/60] tcg/optimize: Split out fold_to_not
` [PULL v2 40/60] tcg/optimize: Split out fold_sub_to_neg
` [PULL v2 41/60] tcg/optimize: Split out fold_xi_to_x
` [PULL v2 42/60] tcg/optimize: Split out fold_ix_to_i
` [PULL v2 47/60] tcg: Extend call args using the correct opcodes
` [PULL v2 56/60] tcg/optimize: Propagate sign info for bit counting
[PATCH 00/24] bsd-user: arm (32-bit) support
2021-10-29 4:34 UTC (48+ messages)
` [PATCH 04/24] bsd-user/arm/target_arch_cpu.h: CPU Loop definitions
` [PATCH 08/24] bsd-user/arm/target_arch_cpu.h: Implement data abort exceptions
` [PATCH 09/24] bsd-user/arm/target_arch_cpu.h: Implement system call dispatch
` [PATCH 12/24] bsd-user/arm/target_arch_sigtramp.h: Signal Trampoline for arm
` [PATCH 13/24] bsd-user/arm/target_arch_thread.h: Routines to create and switch to a thread
` [PATCH 14/24] bsd-user/arm/target_arch_elf.h: arm defines for ELF
` [PATCH 15/24] bsd-user/arm/target_arch_elf.h: arm get hwcap
` [PATCH 16/24] bsd-user/arm/target_arch_elf.h: arm get_hwcap2 impl
` [PATCH 17/24] bsd-user/arm/target_arch_signal.h: arm specific signal registers and stack
` [PATCH 18/24] bsd-user/arm/target_arch_signal.h: arm machine context for signals
` [PATCH 19/24] bsd-user/arm/target_arch_signal.h: arm user context and trapframe "
` [PATCH 20/24] bsd-user/arm/target_arch_signal.h: arm set_sigtramp_args
` [PATCH 21/24] bsd-user/arm/target_arch_signal.h: arm get_mcontext
` [PATCH 22/24] bsd-user/arm/target_arch_signal.h: arm set_mcontext
` [PATCH 23/24] bsd-user/arm/target_arch_signal.h: arm get_ucontext_sigreturn
` [PATCH 24/24] bsd-user: add arm target build
[PULL 0/2] Hexagon (target/hexagon) cleanup and bug fix
2021-10-29 4:02 UTC (3+ messages)
` [PULL 1/2] Hexagon (target/hexagon) more tcg_constant_*
` [PULL 2/2] Hexagon (target/hexagon) put writes to USR into temp until commit
[PATCH V5 0/3] net/filter: Optimize filters vnet_hdr support
2021-10-29 3:11 UTC (3+ messages)
` [PATCH V5 1/3] net/filter: Optimize transfer protocol for filter-mirror/redirector
[PATCH v2 0/5] pci/iommu: Fail early if vfio-pci detected before vIOMMU
2021-10-29 2:53 UTC (6+ messages)
` [PATCH v2 5/5] pc/q35: Add pre-plug hook for x86-iommu
[PATCH] tests/qtest/virtio-net: fix hotplug test case
2021-10-29 2:35 UTC (2+ messages)
[PATCH v4] migration/rdma: Fix out of order wrid
2021-10-29 2:14 UTC
[PATCH v4 00/22] monitor: explicitly permit QMP commands to be added for all use cases
2021-10-29 2:02 UTC (31+ messages)
` [PATCH v4 01/22] monitor: remove 'info ioapic' HMP command
` [PATCH v4 02/22] monitor: make hmp_handle_error return a boolean
` [PATCH v4 03/22] docs/devel: rename file for writing monitor commands
` [PATCH v4 05/22] docs/devel: update error handling guidance for HMP commands
` [PATCH v4 06/22] monitor: introduce HumanReadableText and HMP support
` [PATCH v4 09/22] docs/devel: document expectations for HMP commands in the future
` [PATCH v4 10/22] qapi: introduce x-query-roms QMP command
` [PATCH v4 12/22] qapi: introduce x-query-numa "
` [PATCH v4 13/22] qapi: introduce x-query-usb "
` [PATCH v4 14/22] qapi: introduce x-query-rdma "
` [PATCH v4 15/22] qapi: introduce x-query-ramblock "
` [PATCH v4 16/22] qapi: introduce x-query-skeys "
` [PATCH v4 17/22] qapi: introduce x-query-cmma "
` [PATCH v4 18/22] hmp: synchronize cpu state for lapic info
` [PATCH v4 19/22] qapi: introduce x-query-lapic QMP command
` [PATCH v4 20/22] qapi: introduce x-query-irq "
` [PATCH v4 21/22] qapi: introduce x-query-jit "
` [PATCH v4 22/22] qapi: introduce x-query-opcount "
[PATCH v3] migration/rdma: Fix out of order wrid
2021-10-29 1:50 UTC (3+ messages)
[PATCH] hvf: Use standard CR0 and CR4 register definitions
2021-10-29 1:33 UTC
[ANNOUNCE] QEMU 6.0.1 Stable released
2021-10-29 0:05 UTC
[PATCH] gmp: Add shortcut to stop command to match cont
2021-10-28 23:38 UTC
[RFC PATCH v1 0/3] virtio: early detect 'modern' virtio
2021-10-28 22:00 UTC (4+ messages)
` [RFC PATCH v1 1/3] virtio: introduce virtio_force_modern()
` [RFC PATCH v1 2/3] virtio-ccw: use virtio_force_modern
` [RFC PATCH v1 3/3] virtio-pci: use virtio_force_modern()
[PATCH v3 00/12] vfio-user server in QEMU
2021-10-28 21:55 UTC (4+ messages)
` [PATCH v3 06/12] vfio-user: run vfio-user context
[PATCH v3 00/32] target/mips: Fully convert MSA opcodes to decodetree
2021-10-28 21:08 UTC (33+ messages)
` [PATCH v3 01/32] target/mips: Fix MSA MADDV.B opcode
` [PATCH v3 02/32] target/mips: Fix MSA MSUBV.B opcode
` [PATCH v3 03/32] tests/tcg/mips: Run MSA opcodes tests on user-mode emulation
` [PATCH v3 04/32] target/mips: Use dup_const() to simplify
` [PATCH v3 05/32] target/mips: Have check_msa_access() return a boolean
` [PATCH v3 06/32] target/mips: Use enum definitions from CPUMIPSMSADataFormat enum
` [PATCH v3 07/32] target/mips: Rename sa16 -> sa, bz_df -> bz -> bz_v
` [PATCH v3 08/32] target/mips: Convert MSA LDI opcode to decodetree
` [PATCH v3 09/32] target/mips: Convert MSA I5 instruction format "
` [PATCH v3 10/32] target/mips: Convert MSA BIT "
` [PATCH v3 11/32] target/mips: Convert MSA SHF opcode "
` [PATCH v3 12/32] target/mips: Convert MSA I8 instruction format "
` [PATCH v3 13/32] target/mips: Convert MSA load/store "
` [PATCH v3 14/32] target/mips: Convert MSA 2RF "
` [PATCH v3 15/32] target/mips: Convert MSA FILL opcode "
` [PATCH v3 16/32] target/mips: Convert MSA 2R instruction format "
` [PATCH v3 17/32] target/mips: Convert MSA VEC "
` [PATCH v3 18/32] target/mips: Convert MSA 3RF instruction format to decodetree (DF_HALF)
` [PATCH v3 19/32] target/mips: Convert MSA 3RF instruction format to decodetree (DF_WORD)
` [PATCH v3 20/32] target/mips: Convert MSA 3R instruction format to decodetree (part 1/4)
` [PATCH v3 21/32] target/mips: Convert MSA 3R instruction format to decodetree (part 2/4)
` [PATCH v3 22/32] target/mips: Convert MSA 3R instruction format to decodetree (part 3/4)
` [PATCH v3 23/32] target/mips: Convert MSA 3R instruction format to decodetree (part 4/4)
` [PATCH v3 24/32] target/mips: Convert MSA ELM instruction format to decodetree
` [PATCH v3 25/32] target/mips: Convert MSA COPY_U opcode "
` [PATCH v3 26/32] target/mips: Convert MSA COPY_S and INSERT opcodes "
` [PATCH v3 27/32] target/mips: Convert MSA MOVE.V opcode "
` [PATCH v3 28/32] target/mips: Convert CFCMSA "
` [PATCH v3 29/32] target/mips: Convert CTCMSA "
` [PATCH v3 30/32] target/mips: Remove generic MSA opcode
` [PATCH v3 31/32] target/mips: Remove one MSA unnecessary decodetree overlap group
` [PATCH v3 32/32] target/mips: Adjust style in msa_translate_init()
[PULL 00/18] riscv-to-apply queue
2021-10-28 21:40 UTC (7+ messages)
` [PULL 16/18] target/riscv: change the api for RVF/RVD fmin/fmax
[PATCH] target/mips: Remove obsolete FCR0_HAS2008 comment on P5600 CPU
2021-10-28 21:21 UTC
[PATCH v2 00/32] target/mips: Fully convert MSA opcodes to decodetree
2021-10-28 20:53 UTC (4+ messages)
` [PATCH v2 04/32] target/mips: Use dup_const() to simplify
[PATCH v4 00/23] More SH4 clean ups
2021-10-28 19:27 UTC (24+ messages)
` [PATCH v4 06/23] hw/char/sh_serial: QOM-ify
` [PATCH v4 01/23] hw/sh4: Fix typos in a comment
` [PATCH v4 04/23] hw/sh4/r2d: Use error_report instead of fprintf to stderr
` [PATCH v4 21/23] hw/timer/sh_timer: Fix format strings and remove casts
` [PATCH v4 19/23] hw/intc/sh_intc: Remove unneeded local variable initialisers
` [PATCH v4 08/23] hw/intc/sh_intc: Use existing macro instead of local one
` [PATCH v4 09/23] hw/intc/sh_intc: Turn some defines into an enum
` [PATCH v4 03/23] hw/sh4: Change debug printfs to traces
` [PATCH v4 15/23] hw/intc/sh_intc: Inline and drop sh_intc_source() function
` [PATCH v4 11/23] hw/intc/sh_intc: Drop another useless macro
` [PATCH v4 18/23] hw/intc/sh_intc: Simplify allocating sources array
` [PATCH v4 12/23] hw/intc/sh_intc: Move sh_intc_register() closer to its only user
` [PATCH v4 23/23] hw/timer/sh_timer: Fix timer memory region size
` [PATCH v4 07/23] hw/char/sh_serial: Add device id to trace output
` [PATCH v4 16/23] hw/intc/sh_intc: Replace abort() with g_assert_not_reached()
` [PATCH v4 13/23] hw/intc/sh_intc: Remove excessive parenthesis
` [PATCH v4 20/23] hw/timer/sh_timer: Rename sh_timer_state to SHTimerState
` [PATCH v4 05/23] hw/char/sh_serial: Rename type sh_serial_state to SHSerialState
` [PATCH v4 22/23] hw/timer/sh_timer: Do not wrap lines that are not too long
` [PATCH v4 17/23] hw/intc/sh_intc: Avoid using continue in loops
` [PATCH v4 10/23] hw/intc/sh_intc: Rename iomem region
` [PATCH v4 14/23] hw/intc/sh_intc: Use array index instead of pointer arithmetics
` [PATCH v4 02/23] hw/char/sh_serial: Use hw_error instead of fprintf and abort
[PATCH] tcg: Extend call args using the correct opcodes
2021-10-28 19:55 UTC (3+ messages)
[PATCH v7 0/4] VNC-related HMP/QMP fixes
2021-10-28 19:37 UTC (3+ messages)
[PATCH 0/4] Some watchpoint-related patches
2021-10-28 19:29 UTC (10+ messages)
` [PATCH 1/4] softmmu: fix watchpoint processing in icount mode
` [PATCH 2/4] softmmu: remove useless condition in watchpoint check
` [PATCH 3/4] softmmu: fix for "after access" watchpoints
` [PATCH 4/4] icount: preserve cflags when custom tb is about to execute
[PATCH 0/4] configure and meson.build improvements
2021-10-28 18:59 UTC (5+ messages)
` [PATCH 1/4] configure: Remove the check for the __thread keyword
` [PATCH 2/4] Move the l2tpv3 test from configure to meson.build
` [PATCH 3/4] Move CONFIG_XFS handling "
` [PATCH 4/4] Move the libssh setup from configure "
[PATCH 0/2] Replace custom test harness with "meson test"
2021-10-28 18:03 UTC (5+ messages)
` [PATCH 1/2] meson: bump submodule to 0.59.3
` [PATCH 2/2] build: use "meson test" as the test harness
[PATCH v3 0/7] Reduce load on ppc target maintainers
2021-10-28 17:27 UTC (20+ messages)
` Deprecate the ppc405 boards in QEMU? (was: [PATCH v3 4/7] MAINTAINERS: Orphan obscure ppc platforms)
[PATCH v3 00/19] monitor: explicitly permit QMP commands to be added for all use cases
2021-10-28 17:13 UTC (5+ messages)
` [PATCH v3 04/19] docs/devel: add example of command returning unstructured text
[PATCH v1 00/28] testing, plugins and gdbstub for 6.2
2021-10-28 17:09 UTC (6+ messages)
` [PATCH v1 25/28] plugins: add helper functions for coverage plugins
[PULL 0/4] Monitor patches patches for 2021-10-28
2021-10-28 16:44 UTC (2+ messages)
[PATCH v2 00/15] python/iotests: Run iotest linters during Python CI
2021-10-28 16:27 UTC (6+ messages)
` [PATCH v2 11/15] iotests: split linters.py out from 297
[PATCH 00/16] fdt: Make OF_BOARD a boolean option
2021-10-28 16:25 UTC (17+ messages)
[PATCH v6 00/12] target/hexagon: introduce idef-parser
2021-10-28 15:56 UTC (5+ messages)
` [PATCH v6 09/12] target/hexagon: import parser for idef-parser
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).