qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-27 14:43:54 to 2021-10-28 00:10:46 UTC [more...]

[PATCH v4 00/51] tcg: optimize redundant sign extensions
 2021-10-28  0:08 UTC  (35+ messages)
` [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 v4 47/51] tcg/optimize: Optimize sign extensions
` [PATCH v4 48/51] tcg/optimize: Propagate sign info for logical operations
` [PATCH v4 49/51] tcg/optimize: Propagate sign info for setcond
` [PATCH v4 50/51] tcg/optimize: Propagate sign info for bit counting
` [PATCH v4 51/51] tcg/optimize: Propagate sign info for shifting

[PATCH v2] generic-loader: check that binary file target location exists
 2021-10-27 22:43 UTC  (2+ messages)

[PATCH v3 00/18] More SH4 clean ups
 2021-10-27 21:54 UTC  (19+ messages)
` [PATCH v3 09/18] hw/intc/sh_intc: Turn some defines into an enum
` [PATCH v3 18/18] hw/intc/sh_intc: Simplify allocating sources array
` [PATCH v3 05/18] hw/char/sh_serial: Rename type sh_serial_state to SHSerialState
` [PATCH v3 08/18] hw/intc/sh_intc: Use existing macro instead of local one
` [PATCH v3 16/18] hw/intc/sh_intc: Replace abort() with g_assert_not_reached()
` [PATCH v3 13/18] hw/intc/sh_intc: Remove excessive parenthesis
` [PATCH v3 04/18] hw/sh4/r2d: Use error_report instead of fprintf to stderr
` [PATCH v3 12/18] hw/intc/sh_intc: Move sh_intc_register() closer to its only user
` [PATCH v3 07/18] hw/char/sh_serial: Add device id to trace output
` [PATCH v3 15/18] hw/sh4/sh_intc: Inline and drop sh_intc_source() function
` [PATCH v3 06/18] hw/char/sh_serial: QOM-ify
` [PATCH v3 10/18] hw/intc/sh_intc: Rename iomem region
` [PATCH v3 11/18] hw/intc/sh_intc: Drop another useless macro
` [PATCH v3 14/18] hw/intc/sh_intc: Use array index instead of pointer arithmetics
` [PATCH v3 01/18] hw/sh4: Fix typos in a comment
` [PATCH v3 02/18] hw//sh4: Use qemu_log instead of fprintf to stderr
` [PATCH v3 03/18] hw/sh4: Change debug printfs to traces
` [PATCH v3 17/18] hw/intc/sh_intc: Avoid using continue in loops

[PATCH v5 00/26] fdt: Make OF_BOARD a boolean option
 2021-10-27 22:30 UTC  (12+ messages)

[PATCH v2 00/32] target/mips: Fully convert MSA opcodes to decodetree
 2021-10-27 22:08 UTC  (49+ 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 00/16] fdt: Make OF_BOARD a boolean option
 2021-10-27 22:00 UTC  (40+ messages)
` [PATCH 05/16] arm: qemu: Add a devicetree file for qemu_arm64

[PULL 0/8] 9p queue 2021-10-27
 2021-10-27 21:03 UTC  (10+ messages)

[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 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

[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 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 07/11] hw/char/sh_serial: Add device id to trace output
` [PATCH v2 05/11] hw/char/sh_serial: Rename type sh_serial_state to SHSerialState
` [PATCH v2 03/11] hw/sh4: Change debug printfs to traces
` [PATCH v2 06/11] hw/char/sh_serial: QOM-ify
` [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  (9+ messages)
` [PATCH v1 02/12] vhost: Return number of free 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


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).