messages from 2021-10-27 12:54:40 to 2021-10-27 20:40:59 UTC [more...]
[PATCH v4 00/51] tcg: optimize redundant sign extensions
2021-10-27 20:37 UTC (25+ messages)
` [PATCH v4 34/51] tcg/optimize: Split out fold_to_not
` [PATCH v4 36/51] tcg/optimize: Split out fold_xi_to_x
` [PATCH v4 38/51] tcg/optimize: Split out fold_masks
` [PATCH v4 39/51] tcg/optimize: Expand fold_mulu2_i32 to all 4-arg multiplies
` [PATCH v4 40/51] tcg/optimize: Expand fold_addsub2_i32 to 64-bit ops
` [PATCH v4 41/51] tcg/optimize: Sink commutative operand swapping into fold functions
` [PATCH v4 42/51] tcg/optimize: Stop forcing z_mask to "garbage" for 32-bit values
` [PATCH v4 43/51] tcg/optimize: Use fold_xx_to_i for orc
` [PATCH v4 44/51] tcg/optimize: Use fold_xi_to_x for mul
` [PATCH v4 45/51] tcg/optimize: Use fold_xi_to_x for div
` [PATCH v4 46/51] tcg/optimize: Use fold_xx_to_i for rem
[PATCH v5 00/26] fdt: Make OF_BOARD a boolean option
2021-10-27 20:07 UTC (11+ messages)
[PATCH 00/16] fdt: Make OF_BOARD a boolean option
2021-10-27 19:45 UTC (38+ messages)
` [PATCH 05/16] arm: qemu: Add a devicetree file for qemu_arm64
[PATCH v4 0/2] x86/sev: Measured Linux SEV guest with kernel/initrd/cmdline
2021-10-27 19:43 UTC (6+ messages)
` [PATCH v4 1/2] sev/i386: Introduce sev_add_kernel_loader_hashes for measured linux boot
[PATCH v2 00/32] target/mips: Fully convert MSA opcodes to decodetree
2021-10-27 19:17 UTC (38+ messages)
` [PATCH v2 01/32] target/mips: Fix MSA MADDV.B opcode
` [PATCH v2 02/32] target/mips: Fix MSA MSUBV.B opcode
` [PATCH v2 03/32] tests/tcg/mips: Run MSA opcodes tests on user-mode emulation
` [PATCH v2 04/32] target/mips: Use dup_const() to simplify
` [PATCH v2 05/32] target/mips: Have check_msa_access() return a boolean
` [PATCH v2 06/32] target/mips: Use enum definitions from CPUMIPSMSADataFormat enum
` [PATCH v2 07/32] target/mips: Rename sa16 -> sa, bz_df -> bz -> bz_v
` [PATCH v2 08/32] target/mips: Convert MSA LDI opcode to decodetree
` [PATCH v2 09/32] target/mips: Convert MSA I5 instruction format "
` [PATCH v2 10/32] target/mips: Convert MSA BIT "
` [PATCH v2 11/32] target/mips: Convert MSA SHF opcode "
` [PATCH v2 12/32] target/mips: Convert MSA I8 instruction format "
` [PATCH v2 13/32] target/mips: Convert MSA load/store "
` [PATCH v2 14/32] target/mips: Convert MSA 2RF "
` [PATCH v2 15/32] target/mips: Convert MSA FILL opcode "
` [PATCH v2 16/32] target/mips: Convert MSA 2R instruction format "
` [PATCH v2 17/32] target/mips: Convert MSA VEC "
` [PATCH v2 18/32] target/mips: Convert MSA 3RF instruction format to decodetree (DF_HALF)
` [PATCH v2 19/32] target/mips: Convert MSA 3RF instruction format to decodetree (DF_WORD)
` [PATCH v2 20/32] target/mips: Convert MSA 3R instruction format to decodetree (part 1/4)
` [PATCH v2 21/32] target/mips: Convert MSA 3R instruction format to decodetree (part 2/4)
` [PATCH v2 22/32] target/mips: Convert MSA 3R instruction format to decodetree (part 3/4)
` [PATCH v2 23/32] target/mips: Convert MSA 3R instruction format to decodetree (part 4/4)
` [PATCH v2 24/32] target/mips: Convert MSA ELM instruction format to decodetree
` [PATCH v2 25/32] target/mips: Convert MSA COPY_U opcode "
` [PATCH v2 26/32] target/mips: Convert MSA COPY_S and INSERT opcodes "
` [PATCH v2 27/32] target/mips: Convert MSA MOVE.V opcode "
` [PATCH v2 28/32] target/mips: Convert CFCMSA "
` [PATCH v2 29/32] target/mips: Convert CTCMSA "
` [PATCH v2 30/32] target/mips: Remove generic MSA opcode
` [PATCH v2 31/32] target/mips: Remove one MSA unnecessary decodetree overlap group
` [PATCH v2 32/32] target/mips: Adjust style in msa_translate_init()
[PATCH v1 00/28] testing, plugins and gdbstub for 6.2
2021-10-27 18:58 UTC (10+ messages)
` [PATCH v1 12/28] ebpf: really include it only in system emulators
` [PATCH v1 25/28] plugins: add helper functions for coverage plugins
` [PATCH v1 27/28] tests/tcg: remove duplicate EXTRA_RUNS
[PULL 0/5] QAPI patches patches for 2021-10-27
2021-10-27 18:34 UTC (7+ messages)
` [PULL 1/5] qapi: Improve input_type_enum()'s error message
` [PULL 2/5] qapi: Enable enum member introspection to show more than name
` [PULL 3/5] qapi: Add feature flags to enum members
` [PULL 4/5] qapi: Move compat policy from QObject to generic visitor
` [PULL 5/5] qapi: Implement deprecated-input={reject, crash} for enum values
[PATCH v3 00/12] vfio-user server in QEMU
2021-10-27 18:33 UTC (20+ messages)
` [PATCH v3 02/12] vfio-user: build library
` [PATCH v3 03/12] vfio-user: define vfio-user-server object
` [PATCH v3 04/12] vfio-user: instantiate vfio-user context
` [PATCH v3 05/12] vfio-user: find and init PCI device
` [PATCH v3 06/12] vfio-user: run vfio-user context
` [PATCH v3 07/12] vfio-user: handle PCI config space accesses
` [PATCH v3 09/12] vfio-user: handle PCI BAR accesses
` [PATCH v3 11/12] vfio-user: register handlers to facilitate migration
` [PATCH v3 12/12] vfio-user: acceptance test
[PULL 0/8] 9p queue 2021-10-27
2021-10-27 18:44 UTC (17+ messages)
` [PULL 6/8] 9pfs: make V9fsString usable via P9Array API
` [PULL 5/8] fsdev/p9array.h: check scalar type in P9ARRAY_NEW()
` [PULL 3/8] 9pfs: simplify blksize_to_iounit()
` [PULL 4/8] 9pfs: introduce P9Array
` [PULL 1/8] 9pfs: fix wrong I/O block size in Rgetattr
` [PULL 8/8] 9pfs: use P9Array in v9fs_walk()
` [PULL 2/8] 9pfs: deduplicate iounit code
` [PULL 7/8] 9pfs: make V9fsPath usable via P9Array API
[PATCH v5 0/8] Switch iotests to using Async QMP
2021-10-27 17:55 UTC (7+ messages)
` [PATCH v5 2/8] python/machine: Handle QMP errors on close more meticulously
` [PATCH v5 6/8] iotests/300: avoid abnormal shutdown race condition
[PATCH 00/15] hw/nvme: SR-IOV with Virtualization Enhancements
2021-10-27 16:49 UTC (3+ messages)
[PATCH 00/33] target/mips: Fully convert MSA opcodes to decodetree
2021-10-27 17:40 UTC (7+ messages)
` [PATCH 26/33] target/mips: Convert MSA ELM instruction format "
` [PATCH 27/33] target/mips: Convert MSA COPY_U opcode "
[PATCH v2 00/11] More SH4 clean ups
2021-10-27 17:33 UTC (27+ messages)
` [PATCH v2 07/11] hw/char/sh_serial: Add device id to trace output
` [PATCH v2 08/11] hw/intc/sh_intc: Use existing macro instead of local one
` [PATCH v2 01/11] hw/sh4: Fix a typo in a comment
` [PATCH v2 06/11] hw/char/sh_serial: QOM-ify
` [PATCH v2 03/11] hw/sh4: Change debug printfs to traces
` [PATCH v2 05/11] hw/char/sh_serial: Rename type sh_serial_state to SHSerialState
` [PATCH v2 11/11] hw/intc/sh_intc: Drop another useless macro
` [PATCH v2 09/11] hw/intc/sh_intc: Turn some defines into an enum
` [PATCH v2 04/11] hw/sh4/r2d: Use error_report instead of fprintf to stderr
` [PATCH v2 02/11] hw//sh4: Use qemu_log "
` [PATCH v2 10/11] hw/intc/sh_intc: Clean up iomem region
Deprecate the ppc405 boards in QEMU? (was: [PATCH v3 4/7] MAINTAINERS: Orphan obscure ppc platforms)
2021-10-27 17:03 UTC (15+ messages)
[PATCH v1 00/12] virtio-mem: Expose device memory via multiple memslots
2021-10-27 16:51 UTC (18+ messages)
` [PATCH v1 01/12] kvm: Return number of free memslots
` [PATCH v1 02/12] vhost: "
` [PATCH v1 03/12] memory: Allow for marking memory region aliases unmergeable
` [PATCH v1 04/12] vhost: Don't merge unmergeable memory sections
` [PATCH v1 07/12] memory-device: Support memory devices that dynamically consume multiple memslots
` [PATCH v1 08/12] vhost: Respect reserved memslots for memory devices when realizing a vhost device
` [PATCH v1 09/12] memory: Drop mapping check from memory_region_get_ram_discard_manager()
` [PATCH v1 10/12] virtio-mem: Fix typo in virito_mem_intersect_memory_section() function name
` [PATCH v1 12/12] virtio-mem: Expose device memory via multiple memslots
[PATCH 00/24] bsd-user: arm (32-bit) support
2021-10-27 15:48 UTC (9+ messages)
` [PATCH 13/24] bsd-user/arm/target_arch_thread.h: Routines to create and switch to a thread
` [PATCH 19/24] bsd-user/arm/target_arch_signal.h: arm user context and trapframe for signals
[PATCH] qtest: fix 'expression is always false' build failure in qtest_has_accel()
2021-10-27 15:59 UTC (4+ messages)
[PATCH v2] hw/arm/virt: Expose empty NUMA nodes through ACPI
2021-10-27 15:40 UTC (2+ messages)
[PATCH 0/6] More SH4 clean ups
2021-10-27 15:38 UTC (5+ messages)
` [PATCH 3/6] hw/sh4: Change debug printfs to traces
[PATCH v4 0/8] qapi: Add support for aliases
2021-10-27 15:34 UTC (4+ messages)
[PATCH-for-6.0.1 0/2] gitlab-ci: Only push docker images to mainstream registry from /master
2021-10-27 14:33 UTC (4+ messages)
[PATCH] qapi: Improve input_type_enum()'s error message
2021-10-27 15:17 UTC (6+ messages)
[PATCH v2] qtest: fix 'expression is always false' build failure in qtest_has_accel()
2021-10-27 15:26 UTC (2+ messages)
[PATCH v3 00/48] tcg: optimize redundant sign extensions
2021-10-27 13:22 UTC (5+ messages)
` [PATCH v3 41/48] tcg/optimize: Sink commutative operand swapping into fold functions
[PATCH v2 0/3] linux-aio: allow block devices to limit aio-max-batch
2021-10-27 14:50 UTC (6+ messages)
` [PATCH v2 1/3] file-posix: add `aio-max-batch` option
[PATCH] hw/arm/virt: Expose empty NUMA nodes through ACPI
2021-10-27 14:31 UTC (4+ messages)
[RFC PATCH: v3 1/2] add mi device in qemu
2021-10-27 5:36 UTC (4+ messages)
` [RFC PATCH: v4 "
` [RFC PATCH: v4 2/2] separate utility for nvme-mi
[PATCH v3 0/3] pc: Support configuration of SMBIOS entry point type
2021-10-27 14:23 UTC (4+ messages)
` [PATCH v3 1/3] smbios: Rename SMBIOS_ENTRY_POINT_* enums
[PATCH 0/3] Deprecate -watchdog, cleanup -watchdog-action
2021-10-27 13:12 UTC (4+ messages)
` [PATCH 1/3] watchdog: add information from -watchdog help to -device help
` [PATCH 2/3] vl: deprecate -watchdog
` [PATCH 3/3] watchdog: remove select_watchdog_action
[PATCH v2] vhost-vdpa: Set discarding of RAM broken when initializing the backend
2021-10-27 13:03 UTC
[PATCH 0/1] gitlab-ci: Only push docker images to mainstream registry from /master
2021-10-27 13:02 UTC (5+ messages)
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).