qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-02 10:21:47 to 2021-11-02 14:20:04 UTC [more...]

[PULL 00/41] MIPS patches for 2021-11-02
 2021-11-02 13:42 UTC  (36+ messages)
` [PULL 01/41] MAINTAINERS: Add MIPS general architecture support entry
` [PULL 02/41] MAINTAINERS: Add entries to cover MIPS CPS / GIC hardware
` [PULL 03/41] MAINTAINERS: Split MIPS TCG frontend vs MIPS machines/hardware
` [PULL 04/41] target/mips: Fix MSA MADDV.B opcode
` [PULL 05/41] target/mips: Fix MSA MSUBV.B opcode
` [PULL 06/41] target/mips: Adjust style in msa_translate_init()
` [PULL 07/41] target/mips: Use dup_const() to simplify
` [PULL 08/41] target/mips: Have check_msa_access() return a boolean
` [PULL 09/41] target/mips: Use enum definitions from CPUMIPSMSADataFormat enum
` [PULL 10/41] target/mips: Rename sa16 -> sa, bz_df -> bz -> bz_v
` [PULL 11/41] target/mips: Convert MSA LDI opcode to decodetree
` [PULL 12/41] target/mips: Convert MSA I5 instruction format "
` [PULL 13/41] target/mips: Convert MSA BIT "
` [PULL 14/41] target/mips: Convert MSA SHF opcode "
` [PULL 15/41] target/mips: Convert MSA I8 instruction format "
` [PULL 16/41] target/mips: Convert MSA load/store "
` [PULL 17/41] target/mips: Convert MSA 2RF "
` [PULL 18/41] target/mips: Convert MSA FILL opcode "
` [PULL 19/41] target/mips: Convert MSA 2R instruction format "
` [PULL 20/41] target/mips: Convert MSA VEC "
` [PULL 21/41] target/mips: Convert MSA 3RF instruction format to decodetree (DF_HALF)
` [PULL 22/41] target/mips: Convert MSA 3RF instruction format to decodetree (DF_WORD)
` [PULL 23/41] target/mips: Convert MSA 3R instruction format to decodetree (part 1/4)
` [PULL 24/41] target/mips: Convert MSA 3R instruction format to decodetree (part 2/4)
` [PULL 25/41] target/mips: Convert MSA 3R instruction format to decodetree (part 3/4)
` [PULL 26/41] target/mips: Convert MSA 3R instruction format to decodetree (part 4/4)
` [PULL 27/41] target/mips: Convert MSA ELM instruction format to decodetree
` [PULL 28/41] target/mips: Convert MSA COPY_U opcode "
` [PULL 29/41] target/mips: Convert MSA COPY_S and INSERT opcodes "
` [PULL 30/41] target/mips: Convert MSA MOVE.V opcode "
` [PULL 31/41] target/mips: Convert CFCMSA "
` [PULL 34/41] target/mips: Remove one MSA unnecessary decodetree overlap group
` [PULL 38/41] usb/uhci: Disallow user creating a vt82c686-uhci-pci device
` [PULL 39/41] usb/uhci: Replace pci_set_irq with qemu_set_irq
` [PULL 41/41] Revert "elf: Relax MIPS' elf_check_arch() to accept EM_NANOMIPS too"

[PATCH] configure: fix --audio-drv-list help message
 2021-11-02 13:56 UTC 

[PATCH v8 00/29] Add LoongArch linux-user emulation support
 2021-11-02 13:56 UTC  (6+ messages)
` [PATCH v8 02/29] target/loongarch: Add core definition
` [PATCH v8 26/29] target/loongarch: 'make check-tcg' support

[PATCH 1/2] virtio-gpu: splitting one extended mode guest fb into n-scanouts
 2021-11-02 13:51 UTC  (3+ messages)
` [PATCH v2 "

[PATCH v2 0/4] hw/usb/vt82c686-uhci-pci: Use ISA instead of PCI interrupts
 2021-11-02 13:51 UTC  (7+ messages)

[PATCH v0] vl: flush all task from rcu queue before exiting
 2021-11-02 13:39 UTC 

more bogus meson warnings
 2021-11-02 13:40 UTC  (2+ messages)

[RFC 0/6] support subsets of scalar crypto extension
 2021-11-02  3:11 UTC  (7+ messages)
` [RFC 1/6] target/riscv: rvk: add flag support for Zbk[bcx]
` [RFC 2/6] target/riscv: rvk: add implementation of instructions for Zbk* - reuse partial instructions of Zbb/Zbc extensions - add brev8 packh, unzip, zip, etc
` [RFC 3/6] target/riscv: rvk: add flag support for Zk/Zkn/Zknd/Zknd/Zkne/Zknh/Zks/Zksed/Zksh/Zkr
` [RFC 4/6] target/riscv: rvk: add implementation of instructions for Zk*
` [RFC 5/6] target/riscv: rvk: add CSR support for Zkr: - add SEED CSR - add USEED, SSEED fields for MSECCFG CSR
` [RFC 6/6] disas/riscv.c: rvk: add disas support for Zbk* and Zk* instructions

[PATCH 0/4] ui/gtk-egl: fix for untab/tab problem
 2021-11-02 13:37 UTC  (3+ messages)
` [PATCH 1/4] ui/gtk-egl: un-tab and re-tab should destroy egl surface and context

[PATCH v5] tests: qtest: Add virtio-iommu test
 2021-11-02 13:34 UTC  (3+ messages)

[PATCH] Revert "elf: Relax MIPS' elf_check_arch() to accept EM_NANOMIPS too"
 2021-11-02 13:34 UTC  (4+ messages)

[PATCH 0/3] SEV: fixes for -kernel launch with incompatible OVMF
 2021-11-02 13:22 UTC  (9+ messages)
` [PATCH 2/3] sev/i386: Warn if using -kernel with invalid OVMF hashes table area
` [PATCH 3/3] sev/i386: Perform padding calculations at compile-time

[PATCH v4 00/17] Adding partial support for 128-bit riscv target
 2021-11-02 13:22 UTC  (7+ messages)
` [PATCH v4 12/17] target/riscv: support for 128-bit arithmetic instructions
` [PATCH v4 13/17] target/riscv: support for 128-bit M extension
` [PATCH v4 17/17] target/riscv: actual functions to realize crs 128-bit insns

[RFC PATCH 00/15] job: replace AioContext lock with job_mutex
 2021-11-02 13:08 UTC  (12+ messages)
` [RFC PATCH 03/15] job-common.h: categorize fields in struct Job
` [RFC PATCH 07/15] job-driver.h: add helper functions
` [RFC PATCH 08/15] job.c: minor adjustments in preparation to job-driver
` [RFC PATCH 11/15] jobs: remove aiocontext locks since the functions are under BQL
` [RFC PATCH 12/15] jobs: protect jobs with job_lock/unlock

[PATCH v4 0/3] MSG_ZEROCOPY for multifd
 2021-11-02 13:13 UTC  (5+ messages)
` [PATCH v4 2/3] QIOChannelSocket: Implement io_writev_zerocopy & io_flush_zerocopy for CONFIG_LINUX
` [PATCH v4 3/3] multifd: Implement zerocopy write in multifd migration (multifd-zerocopy)

[PATCH v3 0/4] qemu-img compare --stat
 2021-11-02 12:48 UTC  (5+ messages)
` [PATCH v3 1/4] qemu-img: implement "
` [PATCH v3 2/4] qemu-img: make --block-size optional for "

[PATCH 0/5] block/nvme: Fix a memory leak in nvme_free_queue_pair()
 2021-11-02 12:36 UTC  (6+ messages)
` [PATCH 5/5] block/nvme: Fix memory leak from nvme_init_queue()

[PATCH v3 00/32] target/mips: Fully convert MSA opcodes to decodetree
 2021-11-02 12:36 UTC  (10+ messages)
` [PATCH v3 03/32] tests/tcg/mips: Run MSA opcodes tests on user-mode emulation
` [PATCH v3 20/32] target/mips: Convert MSA 3R instruction format to decodetree (part 1/4)

[PATCH v3 00/17] iotests: support zstd
 2021-11-02 12:29 UTC  (5+ messages)

[PATCH 00/16] fdt: Make OF_BOARD a boolean option
 2021-11-02 12:34 UTC  (3+ messages)

[PATCH v2 0/3] linux-aio: allow block devices to limit aio-max-batch
 2021-11-02 12:07 UTC  (7+ messages)
` [PATCH v2 1/3] file-posix: add `aio-max-batch` option

[PATCH] meson: remove unnecessary coreaudio test program
 2021-11-02 12:37 UTC  (4+ messages)

[PATCH] block-backend: Silence clang -m32 compiler warning
 2021-11-02 12:22 UTC  (2+ messages)

[PULL 0/2] VFIO update 2021-11-01 (for v6.2)
 2021-11-02 12:44 UTC  (2+ messages)

[PATCH 0/5] hw/core: Remove uses of obsolete QERR_ definitions
 2021-11-02 11:59 UTC  (6+ messages)
` [PATCH 4/5] hw/core: Remove uses of QERR_PROPERTY_VALUE_BAD

[PATCH 0/7] tests: docker images for hexagon, nios2, microblaze
 2021-11-02 12:24 UTC  (6+ messages)
` [PATCH 2/7] tests/docker: Simplify debian-all-test-cross

[PATCH 0/6] RfC: try improve native hotplug for pcie root ports
 2021-11-02 12:09 UTC  (7+ messages)

[PATCH v2] meson.build: Allow to disable OSS again
 2021-11-02 11:55 UTC  (3+ messages)

[PATCH v2 0/1] vhost: Fix last queue index of devices with no cvq
 2021-11-02 11:40 UTC  (2+ messages)
` [PATCH v2 1/1] "

[PATCH 0/4] configure and meson.build improvements
 2021-11-02 11:50 UTC  (13+ 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 v1 00/12] virtio-mem: Expose device memory via multiple memslots
 2021-11-02 11:55 UTC  (5+ messages)

[PULL 00/10] Machine-next patches for 2021-11-01
 2021-11-02 11:24 UTC  (2+ messages)

[PATCH v3 0/3] pc: Support configuration of SMBIOS entry point type
 2021-11-02 11:25 UTC  (4+ messages)
` [PATCH v3 3/3] hw/i386: expose a "smbios-entry-point-type" PC machine property

[PULL 0/5] pc,pci: bugfixes
 2021-11-02 11:17 UTC  (6+ messages)
` [PULL 1/5] hw/pcie-root-port: Fix hotplug for PCI devices requiring IO

[PULL 00/60] accel/tcg patch queue
 2021-11-02 11:07 UTC  (61+ messages)
` [PULL 01/60] accel/tcg: Split out adjust_signal_pc
` [PULL 02/60] accel/tcg: Move clear_helper_retaddr to cpu loop
` [PULL 03/60] accel/tcg: Split out handle_sigsegv_accerr_write
` [PULL 04/60] accel/tcg: Fold cpu_exit_tb_from_sighandler into caller
` [PULL 05/60] configure: Merge riscv32 and riscv64 host architectures
` [PULL 06/60] linux-user: Reorg handling for SIGSEGV
` [PULL 07/60] linux-user/host/x86: Populate host_signal.h
` [PULL 08/60] linux-user/host/ppc: "
` [PULL 09/60] linux-user/host/alpha: "
` [PULL 10/60] linux-user/host/sparc: "
` [PULL 11/60] linux-user/host/arm: "
` [PULL 12/60] linux-user/host/aarch64: "
` [PULL 13/60] linux-user/host/s390: "
` [PULL 14/60] linux-user/host/mips: "
` [PULL 15/60] linux-user/host/riscv: "
` [PULL 16/60] target/arm: Fixup comment re handle_cpu_signal
` [PULL 17/60] linux-user/host/riscv: Improve host_signal_write
` [PULL 18/60] linux-user/signal: Drop HOST_SIGNAL_PLACEHOLDER
` [PULL 19/60] hw/core: Add TCGCPUOps.record_sigsegv
` [PULL 20/60] linux-user: Add cpu_loop_exit_sigsegv
` [PULL 21/60] target/alpha: Implement alpha_cpu_record_sigsegv
` [PULL 22/60] target/arm: Use cpu_loop_exit_sigsegv for mte tag lookup
` [PULL 23/60] target/arm: Implement arm_cpu_record_sigsegv
` [PULL 24/60] target/cris: Make cris_cpu_tlb_fill sysemu only
` [PULL 25/60] target/hexagon: Remove hexagon_cpu_tlb_fill
` [PULL 26/60] target/hppa: Make hppa_cpu_tlb_fill sysemu only
` [PULL 27/60] target/i386: Implement x86_cpu_record_sigsegv
` [PULL 28/60] target/m68k: Make m68k_cpu_tlb_fill sysemu only
` [PULL 29/60] target/microblaze: Make mb_cpu_tlb_fill "
` [PULL 30/60] target/mips: Make mips_cpu_tlb_fill "
` [PULL 31/60] target/nios2: Implement nios2_cpu_record_sigsegv
` [PULL 32/60] linux-user/openrisc: Abort for EXCP_RANGE, EXCP_FPE
` [PULL 33/60] target/openrisc: Make openrisc_cpu_tlb_fill sysemu only
` [PULL 34/60] target/ppc: Implement ppc_cpu_record_sigsegv
` [PULL 35/60] target/riscv: Make riscv_cpu_tlb_fill sysemu only
` [PULL 36/60] target/s390x: Use probe_access_flags in s390_probe_access
` [PULL 37/60] target/s390x: Implement s390_cpu_record_sigsegv
` [PULL 38/60] target/sh4: Make sh4_cpu_tlb_fill sysemu only
` [PULL 39/60] target/sparc: Make sparc_cpu_tlb_fill "
` [PULL 40/60] target/xtensa: Make xtensa_cpu_tlb_fill "
` [PULL 41/60] accel/tcg: Restrict TCGCPUOps::tlb_fill() to sysemu
` [PULL 42/60] hw/core: Add TCGCPUOps.record_sigbus
` [PULL 43/60] linux-user: Add cpu_loop_exit_sigbus
` [PULL 44/60] target/alpha: Implement alpha_cpu_record_sigbus
` [PULL 45/60] target/arm: Implement arm_cpu_record_sigbus
` [PULL 46/60] linux-user/hppa: Remove EXCP_UNALIGN handling
` [PULL 47/60] target/microblaze: Do not set MO_ALIGN for user-only
` [PULL 48/60] target/ppc: Move SPR_DSISR setting to powerpc_excp
` [PULL 49/60] target/ppc: Set fault address in ppc_cpu_do_unaligned_access
` [PULL 50/60] target/ppc: Restrict ppc_cpu_do_unaligned_access to sysemu
` [PULL 51/60] linux-user/ppc: Remove POWERPC_EXCP_ALIGN handling
` [PULL 52/60] target/s390x: Implement s390x_cpu_record_sigbus
` [PULL 53/60] target/sh4: Set fault address in superh_cpu_do_unaligned_access
` [PULL 54/60] target/sparc: Remove DEBUG_UNALIGNED
` [PULL 55/60] target/sparc: Split out build_sfsr
` [PULL 56/60] target/sparc: Set fault address in sparc_cpu_do_unaligned_access
` [PULL 57/60] accel/tcg: Report unaligned atomics for user-only
` [PULL 58/60] accel/tcg: Report unaligned load/store "
` [PULL 59/60] tcg: Add helper_unaligned_{ld,st} for user-only sigbus
` [PULL 60/60] linux-user: Handle BUS_ADRALN in host_signal_handler

[PATCH v2 0/5] hw/arm: Add NPCM7XX Tachometer Device
 2021-11-02 11:16 UTC  (6+ messages)

[PATCH] meson: remove pointless warnings
 2021-11-02 11:30 UTC 

[RFC PATCH v5 00/26] vDPA shadow virtqueue
 2021-11-02 11:21 UTC  (6+ messages)
` [RFC PATCH v5 22/26] vhost: Shadow virtqueue buffers forwarding

[PATCH v2] hvf: arm: Ignore cache operations on MMIO
 2021-11-02 11:15 UTC  (6+ messages)

[PULL 00/12] target/arm patch queue
 2021-11-02 10:59 UTC  (13+ messages)
` [PULL 01/12] hw/sd: add nuvoton MMC
` [PULL 02/12] hw/arm: Add Nuvoton SD module to board
` [PULL 03/12] hw/arm: Attach MMC to quanta-gbs-bmc
` [PULL 04/12] tests/qtest/libqos: add SDHCI commands
` [PULL 05/12] tests/qtest: add qtests for npcm7xx sdhci
` [PULL 06/12] target/arm: Advertise MVE to gdb when present
` [PULL 07/12] target/arm: Use tcg_constant_i32() in op_smlad()
` [PULL 08/12] target/arm: Introduce store_cpu_field_constant() helper
` [PULL 09/12] target/arm: Use the constant variant of store_cpu_field() when possible
` [PULL 10/12] target/arm: Use tcg_constant_i64() in do_sat_addsub_64()
` [PULL 11/12] target/arm: Use tcg_constant_i32() in gen_rev16()
` [PULL 12/12] hw/arm/virt: Rename default_bus_bypass_iommu

[PATCH v4 00/22] QEMU RISC-V AIA support
 2021-11-02 10:52 UTC  (5+ messages)
` [PATCH v4 02/22] target/riscv: Implement SGEIP bit in hip and hie CSRs

[PATCH 0/2] esp: fix for fuzzer issues on gitlab
 2021-11-02 10:50 UTC  (3+ messages)
` [PATCH 2/2] qtest/am53c974-test: add test for cancelling in-flight requests

[PATCH v2 0/3] KVM: qemu patches for few KVM features I developed
 2021-11-02 10:38 UTC  (3+ messages)
` [PATCH v2 3/3] KVM: SVM: add migration support for nested TSC scaling

[PATCH] vhost: Fix last queue index of devices with no cvq
 2021-11-02 10:23 UTC  (7+ messages)

[PATCH 00/13] Support UXL filed in xstatus
 2021-11-02 10:20 UTC  (3+ messages)
` [PATCH 03/13] target/riscv: Ignore the pc bits above XLEN


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